Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(0 errors, 3 warnings)

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

lib/editor/ousupsub/classes/privacy/provider.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
lib/editor/ousupsub/db/upgrade.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
lib/editor/ousupsub/lib.php
(#25) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.

Javascript coding style problems

(4140 errors, 40951 warnings)

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

lib/editor/ousupsub/standalone-src/standalone.js
(#5) Parsing error: Unexpected token %
lib/editor/ousupsub/standalone/ousupsub/ousupsub.js
(#3) Unexpected space before function parentheses. (space-before-function-paren)
(#12) This line has a length of 6003. Maximum allowed is 132. (max-len)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '!=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) This line has 101 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Identifier 'YUI_config' is not in camel case. (camelcase)
(#12) Operator '!=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Identifier 'YUI_config' is not in camel case. (camelcase)
(#12) 'YUI_config' is not defined. (no-undef)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing '()' invoking a constructor. (new-parens)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected empty function. (no-empty-function)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'io.xdrReady'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'io.xdrResponse'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SWF.eventHandler'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '!=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing '()' invoking a constructor. (new-parens)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "try". (keyword-spacing)
(#12) Expected space(s) after "try". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "catch". (keyword-spacing)
(#12) Expected space(s) after "catch". (keyword-spacing)
(#12) Empty block statement. (no-empty)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) before "else". (keyword-spacing)
(#12) Expected { after 'else'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) 't' is defined but never used. (no-unused-vars)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'success'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '>' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'applyConfig'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '==' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '!=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_config'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_init'. (key-spacing)
(#12) Method '_init' has a complexity of 22. Maximum allowed is 20. (complexity)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'core'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'loaderExtras'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'mods'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'versions'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'base'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cdn'. (key-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_idx'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_used'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_attached'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_exported'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_missed'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_yidx'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_uidx'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_guidp'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_loaded'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_BASE_RE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'parseBasePath'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'filter'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'path'. (key-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'getBase'. (key-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '!==' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'bootstrap'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cacheUse'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'debug'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'doc'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'fetchCSS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'throwFail'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'useBrowserConsole'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'useNativeES5'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'win'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'global'. (key-spacing)
(#12) The Function constructor is eval. (no-new-func)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_setup'. (key-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'applyTo'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '+=' must be spaced. (space-infix-ops)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'add'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'name'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'fn'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'version'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'details'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key '_attach'. (key-spacing)
(#12) Method '_attach' has a complexity of 59. Maximum allowed is 20. (complexity)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) 'd' is already defined. (no-redeclare)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "for". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '===' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12) Expected { after 'for-in'. (curly)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '&&' must be spaced. (space-infix-ops)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '||' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "for". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Expected space(s) after "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Operator '<' must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#12) Operator '?' must be spaced. (space-infix-ops)
(#12) Operator ':' must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#12) Expected { after 'if' condition. (curly)
(#12) Operator '=' must be spaced. (space-infix-ops)
(#13) This line has a length of 6014. Maximum allowed is 132. (max-len)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'else'. (curly)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) This line has 111 statements. Maximum allowed is 2. (max-statements-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "for". (keyword-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_delayCallback'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'event'. (key-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'use'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "while". (keyword-spacing)
(#13) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Expected { after 'while' condition. (curly)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "if". (keyword-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing '()' invoking a constructor. (new-parens)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'require'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '-' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Unnecessary '.call()'. (no-useless-call)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_notify'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "this". (keyword-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'else'. (curly)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '_use'. (key-spacing)
(#13) Method '_use' has a complexity of 25. Maximum allowed is 20. (complexity)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "continue". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'success'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'msg'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Return statement should not contain assignment. (no-return-assign)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Do not nest ternary expressions. (no-nested-ternary)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'onEnd'. (key-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'namespace'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '>' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "else". (keyword-spacing)
(#13) Expected { after 'else'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'log'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'message'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'dump'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'error'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "throw". (keyword-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'guid'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'stamp'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "try". (keyword-spacing)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'destroy'. (key-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Expected { after 'for-in'. (curly)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) 'exports' is not defined. (no-undef)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) 't' is defined but never used. (no-unused-vars)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "if". (keyword-spacing)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Expected { after 'if' condition. (curly)
(#13) Expected space(s) before "try". (keyword-spacing)
(#13) Expected space(s) after "try". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "catch". (keyword-spacing)
(#13) Expected space(s) after "catch". (keyword-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected space(s) after "for". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '<' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected { after 'for' condition. (curly)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "return". (keyword-spacing)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "function". (keyword-spacing)
(#13) Missing JSDoc comment. (require-jsdoc)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Expected space(s) before "var". (keyword-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing space before value for key 'undefined'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'number'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'boolean'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key 'string'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '[object Function]'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '[object RegExp]'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '[object Array]'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '[object Date]'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Missing space before value for key '[object Error]'. (key-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected tab character. (no-tabs)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Unexpected tab character. (no-tabs)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) A space is required after ','. (comma-spacing)
(#13) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Expected space(s) after "return". (keyword-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) Unexpected use of comma operator. (no-sequences)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Operator '?' must be spaced. (space-infix-ops)
(#13) Operator ':' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '!==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '==' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Requires a space before '}'. (block-spacing)
(#13) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Missing semicolon. (semi)
(#13) A space is required after ','. (comma-spacing)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) A space is required after ','. (comma-spacing)
(#13) Requires a space after '{'. (block-spacing)
(#13) Statement inside of curly braces should be on next line. (brace-style)
(#13) Missing space before opening brace. (space-before-blocks)
(#13) Operator '=' must be spaced. (space-infix-ops)
(#13) Missing whitespace after semicolon. (semi-spacing)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#13) Operator '&&' must be spaced. (space-infix-ops)
(#13) Operator '===' must be spaced. (space-infix-ops)
(#13) Operator '||' must be spaced. (space-infix-ops)
(#14) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) This line has 129 statements. Maximum allowed is 2. (max-statements-per-line)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "switch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "case". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "case". (keyword-spacing)
(#14) Expected space(s) after "case". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '*' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '+=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "try". (keyword-spacing)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator 'in' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Empty block statement. (no-empty)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key '_init'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'next'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'last'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'add'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'size'. (key-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) A constructor name should not start with a lowercase letter. (new-cap)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) 'v' is already defined. (no-redeclare)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Function has a complexity of 33. Maximum allowed is 20. (complexity)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "else". (keyword-spacing)
(#14) Expected space(s) after "else". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "continue". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) 'p' is already defined. (no-redeclare)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) 'v' is already defined. (no-redeclare)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing JSDoc comment. (require-jsdoc)
(#14) Unexpected empty function 'e'. (no-empty-function)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing '()' invoking a constructor. (new-parens)
(#14) A constructor name should not start with a lowercase letter. (new-cap)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'valueOf'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected empty function. (no-empty-function)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "throw". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '==' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'else'. (curly)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "for". (keyword-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "try". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "catch". (keyword-spacing)
(#14) Expected space(s) after "catch". (keyword-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '>' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Expected { after 'for-in'. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "if". (keyword-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '-' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '>=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "for". (keyword-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '!==' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '<' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected { after 'for' condition. (curly)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Expected space(s) after "if". (keyword-spacing)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Expected { after 'if' condition. (curly)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Expected space(s) before "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Expected space(s) after "return". (keyword-spacing)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Function has a complexity of 85. Maximum allowed is 20. (complexity)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Requires a space after '{'. (block-spacing)
(#14) Statement inside of curly braces should be on next line. (brace-style)
(#14) Missing space before opening brace. (space-before-blocks)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) Requires a space before '}'. (block-spacing)
(#14) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#14) Missing semicolon. (semi)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Missing space before value for key 'ie'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'opera'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'gecko'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'webkit'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'safari'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'chrome'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'mobile'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'air'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'phantomjs'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ipad'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'iphone'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ipod'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ios'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'android'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'silk'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'ubuntu'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'accel'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'webos'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'caja'. (key-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'secure'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'os'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'nodejs'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'winjs'. (key-spacing)
(#14) Operator '!=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) 'Windows' is not defined. (no-undef)
(#14) A space is required after ','. (comma-spacing)
(#14) Missing space before value for key 'touchEnabled'. (key-spacing)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '||' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#14) Missing whitespace after semicolon. (semi-spacing)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Return statement should not contain assignment. (no-return-assign)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Unexpected use of comma operator. (no-sequences)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '===' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Do not nest ternary expressions. (no-nested-ternary)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '?' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) Operator ':' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '=' must be spaced. (space-infix-ops)
(#14) A space is required after ','. (comma-spacing)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#14) Operator '&&' must be spaced. (space-infix-ops)
(#15) This line has a length of 6003. Maximum allowed is 132. (max-len)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \/. (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \ . (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \ . (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \ . (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \/. (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '?' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator ':' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Unnecessary escape character: \). (no-useless-escape)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator 'in' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator 'in' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) Operator '==' must be spaced. (space-infix-ops)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) 'process' is not defined. (no-undef)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) 'process' is not defined. (no-undef)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) 'process' is not defined. (no-undef)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) 'process' is not defined. (no-undef)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) This line has 11 statements. Maximum allowed is 2. (max-statements-per-line)
(#15) Operator '===' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '+' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "for". (keyword-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Unexpected use of comma operator. (no-sequences)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '&&' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '<' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Expected space(s) after "return". (keyword-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected space(s) after "if". (keyword-spacing)
(#15) Operator '>' must be spaced. (space-infix-ops)
(#15) Expected { after 'if' condition. (curly)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) Expected space(s) before "return". (keyword-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'anim'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'anim-shape-transform'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'app'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'attribute'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'attribute-events'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'autocomplete'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'axes'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'axes-base'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'base'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'cache'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'charts'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'collection'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'color'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'controller'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dataschema'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datasource'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datatable'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datatype'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datatype-date'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datatype-number'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'datatype-xml'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dd'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'dom'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'editor'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'event'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'event-custom'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'event-gestures'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'handlebars'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'highlight'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'history'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'io'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'json'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'loader'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'node'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pluginhost'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'querystring'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'recordset'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'resize'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'slider'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'template'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'text'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'widget'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Requires a space before '}'. (block-spacing)
(#15) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#15) Missing semicolon. (semi)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'use'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) 't' is defined but never used. (no-unused-vars)
(#15) Requires a space after '{'. (block-spacing)
(#15) Statement inside of curly braces should be on next line. (brace-style)
(#15) Missing space before opening brace. (space-before-blocks)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#15) A space is required after ','. (comma-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing whitespace after semicolon. (semi-spacing)
(#15) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Operator '=' must be spaced. (space-infix-ops)
(#15) Missing space before value for key 'cssOptions'. (key-spacing)
(#15) Missing space before value for key 'attributes'. (key-spacing)
(#15) Missing space before value for key 'rel'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'doc'. (key-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'pollInterval'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'jsOptions'. (key-spacing)
(#15) Missing space before value for key 'autopurge'. (key-spacing)
(#15) A space is required after ','. (comma-spacing)
(#15) Missing space before value for key 'doc'. (key-spacing)
(#15) Operator '||' must be spaced. (space-infix-ops)
(#15) A space is required after ','. (comma-spacing)
(#15) Extra space after key 'options'. (key-spacing)
(#16) This line has a length of 6002. Maximum allowed is 132. (max-len)
(#16) Missing space before value for key 'options'. (key-spacing)
(#16) Missing space before value for key 'attributes'. (key-spacing)
(#16) Missing space before value for key 'charset'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'purgethreshold'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'REGEX_CSS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'REGEX_JS'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_insertCache'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_pending'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_purgeNodes'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_queue'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) This line has 89 statements. Maximum allowed is 2. (max-statements-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'css'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'js'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'load'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_autoPurge'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_getEnv'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'async'. (key-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssFail'. (key-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'cssLoad'. (key-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '<=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'preservesScriptOrder'. (key-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_getTransaction'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'attributes'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "else". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) A constructor name should not start with a lowercase letter. (new-cap)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_load'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'callback'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'transaction'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_onTransactionFinish'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_next'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_purge'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '!==' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "continue". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '>' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '+=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing space before value for key '_state'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'error'. (key-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'execute'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'purge'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_createNode'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Missing space before value for key 'for'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'class'. (key-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Expected { after 'for-in'. (curly)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_finish'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected { after 'for' condition. (curly)
(#16) Expected space(s) before "this". (keyword-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '-' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_getEventData'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'abort'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'purge'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'request'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'url'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key 'win'. (key-spacing)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_getInsertBefore'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Return statement should not contain assignment. (no-return-assign)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '==' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_insert'. (key-spacing)
(#16) Method '_insert' has a complexity of 23. Maximum allowed is 20. (complexity)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "function". (keyword-spacing)
(#16) Missing JSDoc comment. (require-jsdoc)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "var". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator '+' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Do not nest ternary expressions. (no-nested-ternary)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_next'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '?' must be spaced. (space-infix-ops)
(#16) Operator ':' must be spaced. (space-infix-ops)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_poll'. (key-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '||' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Expected { after 'if' condition. (curly)
(#16) Expected space(s) before "return". (keyword-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "for". (keyword-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Operator '<' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Expected space(s) after "while". (keyword-spacing)
(#16) Operator '>=' must be spaced. (space-infix-ops)
(#16) Expected { after 'while' condition. (curly)
(#16) Expected space(s) before "if". (keyword-spacing)
(#16) Expected space(s) after "if". (keyword-spacing)
(#16) Operator '===' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) A space is required after ','. (comma-spacing)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '-=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing whitespace after semicolon. (semi-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected space(s) before "else". (keyword-spacing)
(#16) Expected { after 'else'. (curly)
(#16) Expected space(s) after "try". (keyword-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) 'o' is assigned a value but never used. (no-unused-vars)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Unexpected use of comma operator. (no-sequences)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Operator '-=' must be spaced. (space-infix-ops)
(#16) A space is required after ','. (comma-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) Expected space(s) before "catch". (keyword-spacing)
(#16) Expected space(s) after "catch". (keyword-spacing)
(#16) Empty block statement. (no-empty)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#16) Operator '&&' must be spaced. (space-infix-ops)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Unnecessary '.call()'. (no-useless-call)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space before '}'. (block-spacing)
(#16) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#16) Missing semicolon. (semi)
(#16) A space is required after ','. (comma-spacing)
(#16) Missing space before value for key '_progress'. (key-spacing)
(#16) A space is required after ','. (comma-spacing)
(#16) Requires a space after '{'. (block-spacing)
(#16) Statement inside of curly braces should be on next line. (brace-style)
(#16) Missing space before opening brace. (space-before-blocks)
(#16) Operator '=' must be spaced. (space-infix-ops)
(#17) This line has a length of 6003. Maximum allowed is 132. (max-len)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'error'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'request'. (key-spacing)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Identifier '_yuiget_finished' is not in camel case. (camelcase)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '-=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'requires'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) 't' is defined but never used. (no-unused-vars)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) This line has 72 statements. Maximum allowed is 2. (max-statements-per-line)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'tests'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'add'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'all'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '+' must be spaced. (space-infix-ops)
(#17) Operator '+' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Return statement should not contain assignment. (no-return-assign)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'when'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '==' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '==' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '!=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '!=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '<' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing JSDoc comment. (require-jsdoc)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "var". (keyword-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "try". (keyword-spacing)
(#17) Expected space(s) after "try". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "catch". (keyword-spacing)
(#17) Expected space(s) after "catch". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '!==' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "try". (keyword-spacing)
(#17) Expected space(s) after "try". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "catch". (keyword-spacing)
(#17) Expected space(s) after "catch". (keyword-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator 'in' must be spaced. (space-infix-ops)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'test'. (key-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'name'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'trigger'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'ua'. (key-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'requires'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) 't' is defined but never used. (no-unused-vars)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'lookupBestLang'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing JSDoc comment. (require-jsdoc)
(#17) Expected to return a value at the end of function 'a'. (consistent-return)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '<' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '+=' must be spaced. (space-infix-ops)
(#17) Expected { after 'for' condition. (curly)
(#17) Expected space(s) before "if". (keyword-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Expected space(s) before "var". (keyword-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "for". (keyword-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '<' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '+=' must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Operator '||' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "continue". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "while". (keyword-spacing)
(#17) Operator '>' must be spaced. (space-infix-ops)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected space(s) after "if". (keyword-spacing)
(#17) Operator '>=' must be spaced. (space-infix-ops)
(#17) Expected { after 'if' condition. (curly)
(#17) Expected space(s) before "break". (keyword-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Unexpected use of comma operator. (no-sequences)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '>=' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '-' must be spaced. (space-infix-ops)
(#17) Operator '===' must be spaced. (space-infix-ops)
(#17) Operator '&&' must be spaced. (space-infix-ops)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Operator '-' must be spaced. (space-infix-ops)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Expected space(s) before "return". (keyword-spacing)
(#17) Expected space(s) after "return". (keyword-spacing)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) Requires a space before '}'. (block-spacing)
(#17) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#17) Missing semicolon. (semi)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'requires'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) 't' is defined but never used. (no-unused-vars)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Missing space before value for key 'debug'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'info'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'warn'. (key-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Missing space before value for key 'error'. (key-spacing)
(#17) Missing whitespace after semicolon. (semi-spacing)
(#17) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Function has a complexity of 29. Maximum allowed is 20. (complexity)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Requires a space after '{'. (block-spacing)
(#17) Statement inside of curly braces should be on next line. (brace-style)
(#17) Missing space before opening brace. (space-before-blocks)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) A space is required after ','. (comma-spacing)
(#17) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#17) Operator '=' must be spaced. (space-infix-ops)
(#17) Operator '?' must be spaced. (space-infix-ops)
(#17) Operator ':' must be spaced. (space-infix-ops)
(#18) This line has a length of 6010. Maximum allowed is 132. (max-len)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '!=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Do not nest ternary expressions. (no-nested-ternary)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Do not nest ternary expressions. (no-nested-ternary)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Unexpected console statement. (no-console)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Unexpected console statement. (no-console)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Unexpected console statement. (no-console)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) 'opera' is not defined. (no-undef)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'broadcast'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'msg'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'cat'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'src'. (key-spacing)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) This line has 59 statements. Maximum allowed is 2. (max-statements-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'requires'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) 't' is defined but never used. (no-unused-vars)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing space before value for key 'id'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'interval'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'cancel'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'requires'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) 't' is defined but never used. (no-unused-vars)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'version'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'root'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'base'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'comboBase'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'skin'. (key-spacing)
(#18) Missing space before value for key 'defaultSkin'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'base'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'path'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'after'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'groups'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'patterns'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'ext'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'combine'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'comboBase'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'update'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'patterns'. (key-spacing)
(#18) Missing space before value for key 'gallery-'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'lang/gallery-'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'gallerycss-'. (key-spacing)
(#18) Missing space before value for key 'type'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'combine'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'ext'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'comboBase'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'update'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'patterns'. (key-spacing)
(#18) Missing space before value for key 'yui2-'. (key-spacing)
(#18) Missing space before value for key 'configFn'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) 'E' is assigned a value but never used. (no-unused-vars)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '+=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '+=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '+' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '>' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing space before value for key 'getModuleInfo'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Return statement should not contain assignment. (no-return-assign)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_expandAliases'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '+=' must be spaced. (space-infix-ops)
(#18) Expected { after 'for' condition. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_populateConditionsCache'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "for". (keyword-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "else". (keyword-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '+=' must be spaced. (space-infix-ops)
(#18) Expected { after 'for' condition. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_resetModules'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "for". (keyword-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'REGEX_CSS'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'FILTER_DEFS'. (key-spacing)
(#18) Missing space before value for key 'RAW'. (key-spacing)
(#18) Missing space before value for key 'searchExp'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'replaceStr'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'DEBUG'. (key-spacing)
(#18) Missing space before value for key 'searchExp'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'replaceStr'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'COVERAGE'. (key-spacing)
(#18) Missing space before value for key 'searchExp'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key 'replaceStr'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_inspectPage'. (key-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '!==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_requires'. (key-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '||' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Unexpected use of comma operator. (no-sequences)
(#18) A space is required after ','. (comma-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "for". (keyword-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected { after 'for' condition. (curly)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "for". (keyword-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Operator '<' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected { after 'for' condition. (curly)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "return". (keyword-spacing)
(#18) Expected space(s) after "return". (keyword-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Do not nest ternary expressions. (no-nested-ternary)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Operator '?' must be spaced. (space-infix-ops)
(#18) Operator ':' must be spaced. (space-infix-ops)
(#18) Requires a space before '}'. (block-spacing)
(#18) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#18) Missing semicolon. (semi)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing space before value for key '_config'. (key-spacing)
(#18) Method '_config' has a complexity of 35. Maximum allowed is 20. (complexity)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) A space is required after ','. (comma-spacing)
(#18) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#18) A space is required after ','. (comma-spacing)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected space(s) before "for". (keyword-spacing)
(#18) Expected space(s) after "for". (keyword-spacing)
(#18) Expected { after 'for-in'. (curly)
(#18) Expected space(s) before "if". (keyword-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Requires a space after '{'. (block-spacing)
(#18) Statement inside of curly braces should be on next line. (brace-style)
(#18) Missing space before opening brace. (space-before-blocks)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Missing whitespace after semicolon. (semi-spacing)
(#18) Expected space(s) after "if". (keyword-spacing)
(#18) Operator '===' must be spaced. (space-infix-ops)
(#18) Expected { after 'if' condition. (curly)
(#18) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#18) Expected space(s) before "typeof". (keyword-spacing)
(#18) Operator '==' must be spaced. (space-infix-ops)
(#18) Operator '&&' must be spaced. (space-infix-ops)
(#18) Operator '=' must be spaced. (space-infix-ops)
(#19) This line has a length of 6004. Maximum allowed is 132. (max-len)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'defaultSkin'. (key-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) This line has 83 statements. Maximum allowed is 2. (max-statements-per-line)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (8). Maximum allowed is 4. (max-depth)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'else'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'formatSkin'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_addSkin'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'skin'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'group'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'type'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'after'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'path'. (key-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) Operator '+' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'ext'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'addAlias'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'use'. (key-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'addGroup'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '==' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fullpath'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'addModule'. (key-spacing)
(#19) Method 'addModule' has a complexity of 81. Maximum allowed is 20. (complexity)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '==' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'name'. (key-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'fullpath'. (key-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Do not nest ternary expressions. (no-nested-ternary)
(#19) Operator 'in' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing space before value for key 'requires'. (key-spacing)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'supersedes'. (key-spacing)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'optional'. (key-spacing)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '-' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '!==' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Identifier 'after_map' is not in camel case. (camelcase)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '===' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'require'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '==' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_explodeRollups'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Expected { after 'for-in'. (curly)
(#19) Expected space(s) before "if". (keyword-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "else". (keyword-spacing)
(#19) Expected { after 'else'. (curly)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'filterRequires'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "for". (keyword-spacing)
(#19) Expected space(s) after "for". (keyword-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Operator '<' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'for' condition. (curly)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '!==' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected { after 'else'. (curly)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key '_canBeAttached'. (key-spacing)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Return statement should not contain assignment. (no-return-assign)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Unexpected use of comma operator. (no-sequences)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '?' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator ':' must be spaced. (space-infix-ops)
(#19) Requires a space before '}'. (block-spacing)
(#19) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#19) Missing semicolon. (semi)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing space before value for key 'getRequires'. (key-spacing)
(#19) Method 'getRequires' has a complexity of 72. Maximum allowed is 20. (complexity)
(#19) Requires a space after '{'. (block-spacing)
(#19) Statement inside of curly braces should be on next line. (brace-style)
(#19) Missing space before opening brace. (space-before-blocks)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected space(s) after "if". (keyword-spacing)
(#19) Expected { after 'if' condition. (curly)
(#19) Expected space(s) before "return". (keyword-spacing)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '||' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#19) A space is required after ','. (comma-spacing)
(#19) Missing whitespace after semicolon. (semi-spacing)
(#19) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '&&' must be spaced. (space-infix-ops)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#19) A space is required after ','. (comma-spacing)
(#19) Operator '=' must be spaced. (space-infix-ops)
(#20) This line has a length of 6003. Maximum allowed is 132. (max-len)
(#20) A space is required after ','. (comma-spacing)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) This line has 94 statements. Maximum allowed is 2. (max-statements-per-line)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '===' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'else'. (curly)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Blocks are nested too deeply (7). Maximum allowed is 4. (max-depth)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '>' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "else". (keyword-spacing)
(#20) Expected { after 'else'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Identifier 'expanded_map' is not in camel case. (camelcase)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'isCSSLoaded'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Expected space(s) after "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '===' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'getProvides'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'calculate'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_addLangPack'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing space before value for key 'path'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'intl'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'langPack'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'ext'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'group'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'supersedes'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_setup'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Expected space(s) before "this". (keyword-spacing)
(#20) Operator 'in' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) A space is required after ','. (comma-spacing)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'getLangPackName'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "return". (keyword-spacing)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '+' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_explode'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_patternTest'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '>' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'getModule'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Return statement should not contain assignment. (no-return-assign)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'test'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'temp'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_rollup'. (key-spacing)
(#20) Unexpected empty method '_rollup'. (no-empty-function)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_reduce'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected space(s) before "if". (keyword-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator 'in' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) Expected space(s) before "return". (keyword-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_finish'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'msg'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'data'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'success'. (key-spacing)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_onSuccess'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '!==' must be spaced. (space-infix-ops)
(#20) Operator '||' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Operator '?' must be spaced. (space-infix-ops)
(#20) Operator ':' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'msg'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'data'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'success'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'failed'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'skipped'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_onProgress'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "if". (keyword-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Expected { after 'if' condition. (curly)
(#20) Expected space(s) before "for". (keyword-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'name'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'data'. (key-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_onFailure'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '<' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected { after 'for' condition. (curly)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Unexpected use of comma operator. (no-sequences)
(#20) A space is required after ','. (comma-spacing)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'msg'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'data'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'success'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_onTimeout'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'msg'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'data'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'success'. (key-spacing)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key 'transaction'. (key-spacing)
(#20) Requires a space before '}'. (block-spacing)
(#20) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#20) Missing semicolon. (semi)
(#20) A space is required after ','. (comma-spacing)
(#20) Missing space before value for key '_sort'. (key-spacing)
(#20) Requires a space after '{'. (block-spacing)
(#20) Statement inside of curly braces should be on next line. (brace-style)
(#20) Missing space before opening brace. (space-before-blocks)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) A space is required after ','. (comma-spacing)
(#20) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Operator '=' must be spaced. (space-infix-ops)
(#20) Missing whitespace after semicolon. (semi-spacing)
(#20) Expected space(s) after "for". (keyword-spacing)
(#20) Expected { after 'for-in'. (curly)
(#20) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#20) Operator '&&' must be spaced. (space-infix-ops)
(#21) This line has a length of 6005. Maximum allowed is 132. (max-len)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_visit'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) This line has 114 statements. Maximum allowed is 2. (max-statements-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "this". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_insert'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "for". (keyword-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "for". (keyword-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Expected space(s) before "delete". (keyword-spacing)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'fn'. (key-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'data'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'attributes'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'insertBefore'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'charset'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'timeout'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'context'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onProgress'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Unnecessary '.call()'. (no-useless-call)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onTimeout'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Unnecessary '.call()'. (no-useless-call)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onSuccess'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onFailure'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'data'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'insertBefore'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'attributes'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'charset'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'timeout'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'autopurge'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'context'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'async'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onProgress'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Unnecessary '.call()'. (no-useless-call)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onTimeout'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Unnecessary '.call()'. (no-useless-call)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onSuccess'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'onFailure'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_continue'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '>' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'insert'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'loadNext'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_filter'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Return statement should not contain assignment. (no-return-assign)
(#21) Return statement should not contain assignment. (no-return-assign)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key '_url'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'resolve'. (key-spacing)
(#21) Method 'resolve' has a complexity of 36. Maximum allowed is 20. (complexity)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'js'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'jsMods'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'css'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'cssMods'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '!==' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'url'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'async'. (key-spacing)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "continue". (keyword-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '==' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Missing space before value for key 'js'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'jsMods'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'css'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'cssMods'. (key-spacing)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "var". (keyword-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected { after 'for-in'. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected { after 'for-in'. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '+=' must be spaced. (space-infix-ops)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '==' must be spaced. (space-infix-ops)
(#21) Operator '?' must be spaced. (space-infix-ops)
(#21) Operator ':' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '<=' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '>' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected { after 'for' condition. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '>' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "else". (keyword-spacing)
(#21) Expected { after 'else'. (curly)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '+' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'load'. (key-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "return". (keyword-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) 't' is defined but never used. (no-unused-vars)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Function has a complexity of 23. Maximum allowed is 20. (complexity)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected { after 'for-in'. (curly)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "for". (keyword-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Expected { after 'for-in'. (curly)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "continue". (keyword-spacing)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "for". (keyword-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Operator '<' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '===' must be spaced. (space-infix-ops)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '>=' must be spaced. (space-infix-ops)
(#21) Missing whitespace after semicolon. (semi-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Blocks are nested too deeply (6). Maximum allowed is 4. (max-depth)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "break". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '&&' must be spaced. (space-infix-ops)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) A space is required after ','. (comma-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Expected space(s) before "if". (keyword-spacing)
(#21) Expected space(s) after "if". (keyword-spacing)
(#21) Expected { after 'if' condition. (curly)
(#21) Expected space(s) before "break". (keyword-spacing)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Requires a space before '}'. (block-spacing)
(#21) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#21) Missing semicolon. (semi)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) 't' is defined but never used. (no-unused-vars)
(#21) Requires a space after '{'. (block-spacing)
(#21) Statement inside of curly braces should be on next line. (brace-style)
(#21) Missing space before opening brace. (space-before-blocks)
(#21) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#21) Operator '=' must be spaced. (space-infix-ops)
(#21) Operator '||' must be spaced. (space-infix-ops)
(#21) Unexpected use of comma operator. (no-sequences)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'align-plugin'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim'. (key-spacing)
(#21) Missing space before value for key 'use'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-base'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-color'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-curve'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-easing'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-node-plugin'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-scroll'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) Missing space before value for key 'anim-shape'. (key-spacing)
(#21) Missing space before value for key 'requires'. (key-spacing)
(#21) A space is required after ','. (comma-spacing)
(#21) A space is required after ','. (comma-spacing)
(#22) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#22) ',' should be placed last. (comma-style)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'anim-shape-transform'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'anim-xy'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app-content'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app-transitions'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app-transitions-css'. (key-spacing)
(#22) Missing space before value for key 'type'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'app-transitions-native'. (key-spacing)
(#22) Missing space before value for key 'condition'. (key-spacing)
(#22) Missing space before value for key 'name'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'test'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) A space is required after ','. (comma-spacing)
(#22) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#22) Operator '=' must be spaced. (space-infix-ops)
(#22) Operator '?' must be spaced. (space-infix-ops)
(#22) Operator ':' must be spaced. (space-infix-ops)
(#22) Missing whitespace after semicolon. (semi-spacing)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Operator '?' must be spaced. (space-infix-ops)
(#22) Operator 'in' must be spaced. (space-infix-ops)
(#22) Operator '||' must be spaced. (space-infix-ops)
(#22) Operator 'in' must be spaced. (space-infix-ops)
(#22) Operator '||' must be spaced. (space-infix-ops)
(#22) Operator 'in' must be spaced. (space-infix-ops)
(#22) Operator ':' must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'trigger'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'array-extras'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'array-invoke'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'arraylist'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'arraylist-add'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'arraylist-filter'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'arraysort'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'async-queue'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-complex'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-core'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-events'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-extras'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'attribute-observable'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-base'. (key-spacing)
(#22) Missing space before value for key 'optional'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-filters'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-filters-accentfold'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-highlighters'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-highlighters-accentfold'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-list'. (key-spacing)
(#22) Missing space before value for key 'after'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'lang'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-list-keys'. (key-spacing)
(#22) Missing space before value for key 'condition'. (key-spacing)
(#22) Missing space before value for key 'name'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'test'. (key-spacing)
(#22) Requires a space after '{'. (block-spacing)
(#22) Statement inside of curly braces should be on next line. (brace-style)
(#22) Missing space before opening brace. (space-before-blocks)
(#22) Expected space(s) after "return". (keyword-spacing)
(#22) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#22) Operator '&&' must be spaced. (space-infix-ops)
(#22) Requires a space before '}'. (block-spacing)
(#22) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#22) Missing semicolon. (semi)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'trigger'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-plugin'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'autocomplete-sources'. (key-spacing)
(#22) Missing space before value for key 'optional'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axes'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axes-base'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-category'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-category-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-numeric'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-numeric-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-stacked'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-stacked-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-time'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'axis-time-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base-build'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base-core'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base-observable'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'base-pluginhost'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'button'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'button-core'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'button-group'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'button-plugin'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cache'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cache-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cache-offline'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cache-plugin'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'calendar'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'calendar-base'. (key-spacing)
(#22) Missing space before value for key 'lang'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'calendarnavigator'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'charts'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'charts-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'charts-legend'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'classnamemanager'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'clickable-rail'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'collection'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'color'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'color-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'color-harmony'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'color-hsl'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'color-hsv'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'console'. (key-spacing)
(#22) Missing space before value for key 'lang'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'console-filters'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'skinnable'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'content-editable'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'controller'. (key-spacing)
(#22) Missing space before value for key 'use'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cookie'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'createlink-base'. (key-spacing)
(#22) Missing space before value for key 'requires'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cssbase'. (key-spacing)
(#22) Missing space before value for key 'after'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'type'. (key-spacing)
(#22) A space is required after ','. (comma-spacing)
(#22) Missing space before value for key 'cssbase-context'. (key-spacing)
(#22) Missing space before value for key 'after'. (key-spacing)
(#23) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#23) ',' should be placed last. (comma-style)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssbutton'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssfonts'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssfonts-context'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssgrids'. (key-spacing)
(#23) Missing space before value for key 'optional'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssgrids-base'. (key-spacing)
(#23) Missing space before value for key 'optional'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssgrids-responsive'. (key-spacing)
(#23) Missing space before value for key 'optional'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssgrids-units'. (key-spacing)
(#23) Missing space before value for key 'optional'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssnormalize'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssnormalize-context'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssreset'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'cssreset-context'. (key-spacing)
(#23) Missing space before value for key 'type'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema-array'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema-base'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema-json'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema-text'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dataschema-xml'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-arrayschema'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-cache'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-function'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-get'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-io'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-jsonschema'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-local'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-polling'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-textschema'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datasource-xmlschema'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-base'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-body'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-column-widths'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-core'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-datasource'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-foot'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-formatters'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-head'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-highlight'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-keynav'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-message'. (key-spacing)
(#23) Missing space before value for key 'lang'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-mutable'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-paginator'. (key-spacing)
(#23) Missing space before value for key 'lang'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-paginator-templates'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-scroll'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-sort'. (key-spacing)
(#23) Missing space before value for key 'lang'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatable-table'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-date'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-date-format'. (key-spacing)
(#23) Missing space before value for key 'lang'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-date-math'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-date-parse'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-number'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-number-format'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-number-parse'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-xml'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-xml-format'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'datatype-xml-parse'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-constrain'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-ddm'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-ddm-base'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-ddm-drop'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-delegate'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-drag'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-drop'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-drop-plugin'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-gestures'. (key-spacing)
(#23) Missing space before value for key 'condition'. (key-spacing)
(#23) Missing space before value for key 'name'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'trigger'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'ua'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-plugin'. (key-spacing)
(#23) Missing space before value for key 'optional'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-proxy'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dd-scroll'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dial'. (key-spacing)
(#23) Missing space before value for key 'lang'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'skinnable'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom'. (key-spacing)
(#23) Missing space before value for key 'use'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom-base'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom-core'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom-screen'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom-style'. (key-spacing)
(#23) Missing space before value for key 'requires'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'dom-style-ie'. (key-spacing)
(#23) Missing space before value for key 'condition'. (key-spacing)
(#23) Missing space before value for key 'name'. (key-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'test'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) A space is required after ','. (comma-spacing)
(#23) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Operator '=' must be spaced. (space-infix-ops)
(#23) Missing whitespace after semicolon. (semi-spacing)
(#23) Return statement should not contain assignment. (no-return-assign)
(#23) A space is required after ','. (comma-spacing)
(#23) A space is required after ','. (comma-spacing)
(#23) Missing space before value for key 'test'. (key-spacing)
(#23) Requires a space after '{'. (block-spacing)
(#23) Statement inside of curly braces should be on next line. (brace-style)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#23) Operator '&&' must be spaced. (space-infix-ops)
(#23) Operator 'in' must be spaced. (space-infix-ops)
(#23) Requires a space before '}'. (block-spacing)
(#23) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#23) Missing semicolon. (semi)
(#24) This line has a length of 6005. Maximum allowed is 132. (max-len)
(#24) Unexpected use of comma operator. (no-sequences)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator 'in' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'dump'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-bidi'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-br'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-inline'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-lists'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-para'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-para-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-para-ie'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'ua'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'when'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-selection'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'editor-tab'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'escape'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event'. (key-spacing)
(#24) Missing space before value for key 'after'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-base'. (key-spacing)
(#24) Missing space before value for key 'after'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-base-ie'. (key-spacing)
(#24) Missing space before value for key 'after'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-contextmenu'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-custom'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-custom-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-custom-complex'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-delegate'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-flick'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-focus'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-gestures'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-hover'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-key'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-mouseenter'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-mousewheel'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-move'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-outside'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-resize'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-simulate'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-synthetic'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-tap'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-touch'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'event-valuechange'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'exec-command'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'features'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'file'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'file-flash'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'file-html5'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'frame'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'gesture-simulate'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'get'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-canvas'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '==' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-canvas-default'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '==' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Expected space(s) after "return". (keyword-spacing)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-group'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-svg'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '!=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-svg-default'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '!=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-vml'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'graphics-vml-default'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) A space is required after ','. (comma-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'handlebars'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'handlebars-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'handlebars-compiler'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'highlight'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'highlight-accentfold'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'highlight-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'history'. (key-spacing)
(#24) Missing space before value for key 'use'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'history-base'. (key-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'history-hash'. (key-spacing)
(#24) Missing space before value for key 'after'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'history-hash-ie'. (key-spacing)
(#24) Missing space before value for key 'condition'. (key-spacing)
(#24) Missing space before value for key 'name'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'test'. (key-spacing)
(#24) Requires a space after '{'. (block-spacing)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Missing space before opening brace. (space-before-blocks)
(#24) Operator '=' must be spaced. (space-infix-ops)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Missing whitespace after semicolon. (semi-spacing)
(#24) Operator '&&' must be spaced. (space-infix-ops)
(#24) Operator 'in' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '||' must be spaced. (space-infix-ops)
(#24) Operator '<' must be spaced. (space-infix-ops)
(#24) Requires a space before '}'. (block-spacing)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'trigger'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'history-html5'. (key-spacing)
(#24) Missing space before value for key 'optional'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) Missing space before value for key 'requires'. (key-spacing)
(#24) A space is required after ','. (comma-spacing)
(#24) A space is required after ','. (comma-spacing)
(#25) This line has a length of 6006. Maximum allowed is 132. (max-len)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'imageloader'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'intl'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'intl-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-form'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-nodejs'. (key-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) Missing space before value for key 'name'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'ua'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-queue'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-upload-iframe'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'io-xdr'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'json'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'json-parse'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'json-parse-shim'. (key-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) Missing space before value for key 'name'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'test'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Missing JSDoc comment. (require-jsdoc)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '?' must be spaced. (space-infix-ops)
(#25) Operator ':' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "var". (keyword-spacing)
(#25) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '!==' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "try". (keyword-spacing)
(#25) Expected space(s) after "try". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "catch". (keyword-spacing)
(#25) Expected space(s) after "catch". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'json-stringify'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'json-stringify-shim'. (key-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) Missing space before value for key 'name'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'test'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '!==' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Expected { after 'if' condition. (curly)
(#25) Expected space(s) before "try". (keyword-spacing)
(#25) Expected space(s) after "try". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '===' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "catch". (keyword-spacing)
(#25) Expected space(s) after "catch". (keyword-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) Expected space(s) before "return". (keyword-spacing)
(#25) Expected space(s) after "return". (keyword-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'jsonp'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'jsonp-url'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'lazy-model-list'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'loader'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'loader-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'loader-rollup'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'loader-yui3'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'matrix'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'model'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'model-list'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'model-sync-local'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'model-sync-rest'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-core'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-event-delegate'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-event-html5'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-event-simulate'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-flick'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-focusmanager'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-load'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-menunav'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-pluginhost'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-screen'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-scroll-info'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'node-style'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'oop'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'overlay'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'paginator'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'paginator-core'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'paginator-url'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'panel'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'parallel'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pjax'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pjax-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pjax-content'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pjax-plugin'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'plugin'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pluginhost'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pluginhost-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'pluginhost-config'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'promise'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'querystring'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'querystring-parse'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'querystring-parse-simple'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'querystring-stringify'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'querystring-stringify-simple'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'queue-promote'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'range-slider'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'recordset'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'recordset-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'recordset-filter'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'recordset-indexer'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'recordset-sort'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'resize'. (key-spacing)
(#25) Missing space before value for key 'use'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'resize-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'resize-constrain'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'resize-plugin'. (key-spacing)
(#25) Missing space before value for key 'optional'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'resize-proxy'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'router'. (key-spacing)
(#25) Missing space before value for key 'optional'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview-base'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview-base-ie'. (key-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) Missing space before value for key 'name'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'ua'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview-list'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview-paginator'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'scrollview-scrollbars'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'skinnable'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'selector'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'selector-css2'. (key-spacing)
(#25) Missing space before value for key 'condition'. (key-spacing)
(#25) Missing space before value for key 'name'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'test'. (key-spacing)
(#25) Requires a space after '{'. (block-spacing)
(#25) Statement inside of curly braces should be on next line. (brace-style)
(#25) Missing space before opening brace. (space-before-blocks)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) A space is required after ','. (comma-spacing)
(#25) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#25) Operator '=' must be spaced. (space-infix-ops)
(#25) Operator '&&' must be spaced. (space-infix-ops)
(#25) Operator 'in' must be spaced. (space-infix-ops)
(#25) Missing whitespace after semicolon. (semi-spacing)
(#25) Requires a space before '}'. (block-spacing)
(#25) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#25) Missing semicolon. (semi)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'trigger'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'selector-css3'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Missing space before value for key 'selector-native'. (key-spacing)
(#25) Missing space before value for key 'requires'. (key-spacing)
(#25) A space is required after ','. (comma-spacing)
(#25) Extra space after key 'series-area'. (key-spacing)
(#26) This line has a length of 6012. Maximum allowed is 132. (max-len)
(#26) Missing space before value for key 'series-area'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-area-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-areaspline'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-areaspline-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-bar'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-bar-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-candlestick'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-cartesian'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-column'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-column-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-combo'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-combo-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-combospline'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-combospline-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-curve-util'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-fill-util'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-histogram-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-line'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-line-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-line-util'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-marker'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-marker-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-ohlc'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-pie'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-plot-util'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-range'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-spline'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-spline-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'series-stacked'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'shim-plugin'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'slider'. (key-spacing)
(#26) Missing space before value for key 'use'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'slider-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'slider-value-range'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'sortable'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'sortable-scroll'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'stylesheet'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'substitute'. (key-spacing)
(#26) Missing space before value for key 'optional'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'swf'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'swfdetect'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tabview'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tabview-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tabview-plugin'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'template'. (key-spacing)
(#26) Missing space before value for key 'use'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'template-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'template-micro'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'test'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'test-console'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'text'. (key-spacing)
(#26) Missing space before value for key 'use'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'text-accentfold'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'text-data-accentfold'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'text-data-wordbreak'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'text-wordbreak'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'timers'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'transition'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'transition-timer'. (key-spacing)
(#26) Missing space before value for key 'condition'. (key-spacing)
(#26) Missing space before value for key 'name'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'test'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator '?' must be spaced. (space-infix-ops)
(#26) Operator ':' must be spaced. (space-infix-ops)
(#26) A space is required after ','. (comma-spacing)
(#26) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Missing whitespace after semicolon. (semi-spacing)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Operator 'in' must be spaced. (space-infix-ops)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) Operator 'in' must be spaced. (space-infix-ops)
(#26) Operator '||' must be spaced. (space-infix-ops)
(#26) Operator 'in' must be spaced. (space-infix-ops)
(#26) Unexpected use of comma operator. (no-sequences)
(#26) A space is required after ','. (comma-spacing)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'trigger'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-labelable'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-lazy'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-node'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-openable'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-selectable'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'tree-sortable'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'uploader'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'uploader-flash'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'uploader-html5'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'uploader-queue'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'view'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'view-node-map'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget'. (key-spacing)
(#26) Missing space before value for key 'use'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-anim'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-autohide'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-base'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-base-ie'. (key-spacing)
(#26) Missing space before value for key 'condition'. (key-spacing)
(#26) Missing space before value for key 'name'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'trigger'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'ua'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-buttons'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-child'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-htmlparser'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-modality'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-parent'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-position'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-position-align'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-position-constrain'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-skin'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-stack'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'skinnable'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-stdmod'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'widget-uievents'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yql'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yql-jsonp'. (key-spacing)
(#26) Missing space before value for key 'condition'. (key-spacing)
(#26) Missing space before value for key 'name'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'test'. (key-spacing)
(#26) Requires a space after '{'. (block-spacing)
(#26) Statement inside of curly braces should be on next line. (brace-style)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) Expected space(s) after "return". (keyword-spacing)
(#26) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#26) Operator '&&' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'trigger'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yql-nodejs'. (key-spacing)
(#26) Missing space before value for key 'condition'. (key-spacing)
(#26) Missing space before value for key 'name'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'trigger'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'ua'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yql-winjs'. (key-spacing)
(#26) Missing space before value for key 'condition'. (key-spacing)
(#26) Missing space before value for key 'name'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'trigger'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'ua'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yui'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yui-base'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yui-later'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yui-log'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'yui-throttle'. (key-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Operator '=' must be spaced. (space-infix-ops)
(#26) Requires a space before '}'. (block-spacing)
(#26) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#26) Missing semicolon. (semi)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'requires'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) 'e' is defined but never used. (no-unused-vars)
(#26) A space is required after ','. (comma-spacing)
(#26) 't' is defined but never used. (no-unused-vars)
(#26) Unexpected empty function. (no-empty-function)
(#26) Missing space before opening brace. (space-before-blocks)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) Missing space before value for key 'use'. (key-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#26) A space is required after ','. (comma-spacing)
(#27) ',' should be placed last. (comma-style)
(#27) A space is required after ','. (comma-spacing)
(#35) This line has a length of 552. Maximum allowed is 132. (max-len)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) 't' is defined but never used. (no-unused-vars)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Missing JSDoc comment. (require-jsdoc)
(#35) Requires a space after '{'. (block-spacing)
(#35) Statement inside of curly braces should be on next line. (brace-style)
(#35) Missing space before opening brace. (space-before-blocks)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) This line has 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Unexpected use of comma operator. (no-sequences)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) A space is required after ','. (comma-spacing)
(#35) Operator '=' must be spaced. (space-infix-ops)
(#35) Requires a space before '}'. (block-spacing)
(#35) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#35) Missing semicolon. (semi)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) Missing space before value for key 'requires'. (key-spacing)
(#35) A space is required after ','. (comma-spacing)
(#35) A space is required after ','. (comma-spacing)
(#43) This line has a length of 5156. Maximum allowed is 132. (max-len)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) 't' is defined but never used. (no-unused-vars)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Missing JSDoc comment. (require-jsdoc)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) This line has 84 statements. Maximum allowed is 2. (max-statements-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'add'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'addAll'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'remove'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'removeAll'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '==' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'get'. (key-spacing)
(#43) Expected to return a value at the end of method 'get'. (consistent-return)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'getAll'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key '_initAttrHost'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing '()' invoking a constructor. (new-parens)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'addAttr'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'lazy'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'added'. (key-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'attrAdded'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'get'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_isLazyAttr'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_addLazyAttr'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'set'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_set'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_setAttr'. (key-spacing)
(#43) Method '_setAttr' has a complexity of 23. Maximum allowed is 20. (complexity)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_addOutOfOrder'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_getAttr'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_getStateVal'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_setStateVal'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_setAttrVal'. (key-spacing)
(#43) Method '_setAttrVal' has a complexity of 22. Maximum allowed is 20. (complexity)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Do not nest ternary expressions. (no-nested-ternary)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'setAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_setAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'getAttrs'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_getAttrs'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '===' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Expected { after 'if' condition. (curly)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '<' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '!=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'addAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Return statement should not contain assignment. (no-return-assign)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_addAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_protectAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_normAttrVals'. (key-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Expected { after 'if' condition. (curly)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Expected { after 'for-in'. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '?' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing space before value for key 'path'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'value'. (key-spacing)
(#43) Operator ':' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "return". (keyword-spacing)
(#43) Missing space before value for key 'simple'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'complex'. (key-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_getAttrInitVal'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "if". (keyword-spacing)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '!==' must be spaced. (space-infix-ops)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected space(s) after "for". (keyword-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '<' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected { after 'for' condition. (curly)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Unexpected use of comma operator. (no-sequences)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Expected space(s) before "return". (keyword-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key '_initAttrs'. (key-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space after '{'. (block-spacing)
(#43) Statement inside of curly braces should be on next line. (brace-style)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '||' must be spaced. (space-infix-ops)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing whitespace after semicolon. (semi-spacing)
(#43) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) Operator '&&' must be spaced. (space-infix-ops)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) Operator '=' must be spaced. (space-infix-ops)
(#43) Requires a space before '}'. (block-spacing)
(#43) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#43) Missing semicolon. (semi)
(#43) A space is required after ','. (comma-spacing)
(#43) A space is required after ','. (comma-spacing)
(#43) Missing space before value for key 'requires'. (key-spacing)
(#51) This line has a length of 736. Maximum allowed is 132. (max-len)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) 't' is defined but never used. (no-unused-vars)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Missing JSDoc comment. (require-jsdoc)
(#51) Unexpected empty function 'o'. (no-empty-function)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected space(s) before "var". (keyword-spacing)
(#51) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing space before value for key 'readOnly'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'writeOnce'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'getter'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'broadcast'. (key-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing space before value for key 'modifyAttr'. (key-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "if". (keyword-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Unexpected use of comma operator. (no-sequences)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Expected space(s) after "for". (keyword-spacing)
(#51) Expected { after 'for-in'. (curly)
(#51) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '===' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'removeAttr'. (key-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'reset'. (key-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator '&&' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Unexpected use of comma operator. (no-sequences)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key '_getAttrCfg'. (key-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) A space is required after ','. (comma-spacing)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Missing whitespace after semicolon. (semi-spacing)
(#51) Return statement should not contain assignment. (no-return-assign)
(#51) Return statement should not contain assignment. (no-return-assign)
(#51) Operator '?' must be spaced. (space-infix-ops)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Operator '||' must be spaced. (space-infix-ops)
(#51) Operator ':' must be spaced. (space-infix-ops)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space after '{'. (block-spacing)
(#51) Statement inside of curly braces should be on next line. (brace-style)
(#51) Missing space before opening brace. (space-before-blocks)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Unexpected use of comma operator. (no-sequences)
(#51) A space is required after ','. (comma-spacing)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) Unexpected use of comma operator. (no-sequences)
(#51) A space is required after ','. (comma-spacing)
(#51) Operator '=' must be spaced. (space-infix-ops)
(#51) Requires a space before '}'. (block-spacing)
(#51) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#51) Missing semicolon. (semi)
(#51) A space is required after ','. (comma-spacing)
(#51) A space is required after ','. (comma-spacing)
(#51) Missing space before value for key 'requires'. (key-spacing)
(#59) This line has a length of 1187. Maximum allowed is 132. (max-len)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) 't' is defined but never used. (no-unused-vars)
(#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. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Unexpected use of comma operator. (no-sequences)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'emitFacade'. (key-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. (semi)
(#59) Expected space(s) before "var". (keyword-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Unexpected use of comma operator. (no-sequences)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) Missing space before value for key 'set'. (key-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) 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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_set'. (key-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) 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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'setAttrs'. (key-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) 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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_setAttrs'. (key-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 whitespace after semicolon. (semi-spacing)
(#59) Expected space(s) after "for". (keyword-spacing)
(#59) Expected { after 'for-in'. (curly)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_fireAttrChange'. (key-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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#59) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#59) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#59) Operator '?' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-spacing)
(#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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key '_defAttrChangeFn'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#59) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#59) Operator '&&' must be spaced. (space-infix-ops)
(#59) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#59) Operator '=' must be spaced. (space-infix-ops)
(#59) A space is required after ','. (comma-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. (semi)
(#59) A space is required after ','. (comma-spacing)
(#59) A space is required after ','. (comma-spacing)
(#59) Missing space before value for key 'requires'. (key-spacing)
(#67) This line has a length of 539. Maximum allowed is 132. (max-len)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#67) A space is required after ','. (comma-spacing)
(#67) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#67) Expected space(s) before "var". (keyword-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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#67) Operator '=' must be spaced. (space-infix-ops)
(#67) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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. (semi)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) Missing space before value for key 'requires'. (key-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#75) This line has a length of 2688. Maximum allowed is 132. (max-len)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) This line has 39 statements. Maximum allowed is 2. (max-statements-per-line)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#75) Expected space(s) before "function". (keyword-spacing)
(#75) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#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. (semi)
(#75) Expected space(s) before "function". (keyword-spacing)
(#75) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#75) Expected space(s) before "var". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#75) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#75) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#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. (semi)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_mixCust'. (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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "for". (keyword-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#75) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "for". (keyword-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Expected { after 'for-in'. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_tmpl'. (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) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#75) Expected space(s) before "return". (keyword-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_impl'. (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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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 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) Expected space(s) after "if". (keyword-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Expected space(s) before "if". (keyword-spacing)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Operator '===' must be spaced. (space-infix-ops)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "return". (keyword-spacing)
(#75) Expected space(s) after "return". (keyword-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. (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) Expected space(s) before "return". (keyword-spacing)
(#75) Expected space(s) after "return". (keyword-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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_ctor'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '===' must be spaced. (space-infix-ops)
(#75) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Return statement should not contain assignment. (no-return-assign)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Return statement should not contain assignment. (no-return-assign)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Operator '||' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_cfg'. (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) 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) A space is required after ','. (comma-spacing)
(#75) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "while". (keyword-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Expected { after 'while' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "if". (keyword-spacing)
(#75) Expected { after 'if' condition. (curly)
(#75) Expected space(s) before "for". (keyword-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'aggregates'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'custom'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'statics'. (key-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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_clean'. (key-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) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#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) 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) Expected space(s) after "for". (keyword-spacing)
(#75) Expected { after 'for-in'. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '&&' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected space(s) after "for". (keyword-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Operator '<' must be spaced. (space-infix-ops)
(#75) Missing whitespace after semicolon. (semi-spacing)
(#75) Expected { after 'for' condition. (curly)
(#75) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#75) A space is required after ','. (comma-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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#75) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'dynamic'. (key-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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing space before value for key 'aggregates'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'custom'. (key-spacing)
(#75) Missing space before value for key 'ATTRS'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_ATTR_CFG'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_NON_ATTRS_CFG'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Operator '=' must be spaced. (space-infix-ops)
(#75) Missing space before value for key 'aggregates'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'custom'. (key-spacing)
(#75) Missing space before value for key 'ATTRS'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_ATTR_CFG'. (key-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key '_NON_ATTRS_CFG'. (key-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. (semi)
(#75) A space is required after ','. (comma-spacing)
(#75) A space is required after ','. (comma-spacing)
(#75) Missing space before value for key 'requires'. (key-spacing)
(#83) This line has a length of 4263. Maximum allowed is 132. (max-len)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) This line has 69 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) A space is required after ','. (comma-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. (semi)
(#83) Expected space(s) before "var". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'initialized'. (key-spacing)
(#83) Missing space before value for key 'readOnly'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'value'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'destroyed'. (key-spacing)
(#83) Missing space before value for key 'readOnly'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'value'. (key-spacing)
(#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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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 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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before value for key '_initBase'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_initAttribute'. (key-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) 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'init'. (key-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) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_baseInit'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'destroy'. (key-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) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_baseDestroy'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_getClasses'. (key-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) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_getAttrCfgs'. (key-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) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_getInstanceAttrCfgs'. (key-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected space(s) before "if". (keyword-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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. (semi)
(#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) Expected space(s) before "return". (keyword-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_filterAdHocAttrs'. (key-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) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing space before value for key 'value'. (key-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. (semi)
(#83) Expected space(s) before "return". (keyword-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_initHierarchyData'. (key-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Expected space(s) after "while". (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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '||' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "for". (keyword-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Operator '+=' must be spaced. (space-infix-ops)
(#83) Expected { after 'for' condition. (curly)
(#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. (semi)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "for". (keyword-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected { after 'for' condition. (curly)
(#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. (semi)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'classes'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'nonAttrs'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'attrs'. (key-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. (semi)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Expected space(s) before "this". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_attrCfgHash'. (key-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) 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_cloneDefaultValue'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) 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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_aggregateAttrs'. (key-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) 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) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "for". (keyword-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Expected { after 'for-in'. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing space before value for key 'value'. (key-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'path'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#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. (semi)
(#83) Expected space(s) before "return". (keyword-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_initHierarchy'. (key-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '-' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "for". (keyword-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected { after 'for' condition. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#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. (semi)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected { after 'for' condition. (curly)
(#83) A space is required after ','. (comma-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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key '_destroyHierarchy'. (key-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) 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) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected space(s) after "if". (keyword-spacing)
(#83) Expected { after 'if' condition. (curly)
(#83) Expected space(s) before "for". (keyword-spacing)
(#83) Expected space(s) after "for". (keyword-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#83) Expected { after 'for' condition. (curly)
(#83) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) Unexpected use of comma operator. (no-sequences)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#83) Operator '&&' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'toString'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#83) Operator '=' must be spaced. (space-infix-ops)
(#83) A space is required after ','. (comma-spacing)
(#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. (semi)
(#83) A space is required after ','. (comma-spacing)
(#83) A space is required after ','. (comma-spacing)
(#83) Missing space before value for key 'requires'. (key-spacing)
(#91) This line has a length of 1343. Maximum allowed is 132. (max-len)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) 't' is defined but never used. (no-unused-vars)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Missing JSDoc comment. (require-jsdoc)
(#91) Unexpected empty function 'f'. (no-empty-function)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected space(s) before "var". (keyword-spacing)
(#91) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Unexpected use of comma operator. (no-sequences)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing space before value for key '_initAttribute'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) A space is required after ','. (comma-spacing)
(#91) Unexpected use of comma operator. (no-sequences)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'init'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Return statement should not contain assignment. (no-return-assign)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Unexpected use of comma operator. (no-sequences)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '?' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'cfg'. (key-spacing)
(#91) Operator ':' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing space before value for key 'cfg'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key '_preInitEventCfg'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Operator '||' must be spaced. (space-infix-ops)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Operator '?' must be spaced. (space-infix-ops)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Operator ':' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected space(s) after "if". (keyword-spacing)
(#91) Expected { after 'if' condition. (curly)
(#91) Expected space(s) before "for". (keyword-spacing)
(#91) Expected space(s) after "for". (keyword-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Operator '<' must be spaced. (space-infix-ops)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected { after 'for' condition. (curly)
(#91) Expected space(s) before "this". (keyword-spacing)
(#91) Missing whitespace after semicolon. (semi-spacing)
(#91) Expected { after 'else'. (curly)
(#91) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#91) Operator '&&' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'destroy'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'fireOnce'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'defaultTargetOnly'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'defaultFn'. (key-spacing)
(#91) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key '_defInitFn'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key '_defDestroyFn'. (key-spacing)
(#91) Requires a space after '{'. (block-spacing)
(#91) Statement inside of curly braces should be on next line. (brace-style)
(#91) Missing space before opening brace. (space-before-blocks)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Operator '=' must be spaced. (space-infix-ops)
(#91) Requires a space before '}'. (block-spacing)
(#91) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#91) Missing semicolon. (semi)
(#91) A space is required after ','. (comma-spacing)
(#91) A space is required after ','. (comma-spacing)
(#91) Missing space before value for key 'requires'. (key-spacing)
(#91) A space is required after ','. (comma-spacing)
(#99) This line has a length of 171. Maximum allowed is 132. (max-len)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) 't' is defined but never used. (no-unused-vars)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#99) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#99) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#99) A space is required after ','. (comma-spacing)
(#99) A space is required after ','. (comma-spacing)
(#99) Missing space before value for key 'requires'. (key-spacing)
(#99) A space is required after ','. (comma-spacing)
(#107) This line has a length of 6004. Maximum allowed is 132. (max-len)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#107) This line has 104 statements. Maximum allowed is 2. (max-statements-per-line)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'getText'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-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. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'setText'. (key-spacing)
(#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) 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. (no-unused-expressions)
(#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. (semi)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#107) Operator 'in' 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 'in' 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'CUSTOM_ATTRIBUTES'. (key-spacing)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) Missing space before value for key 'htmlFor'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'className'. (key-spacing)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#107) Missing space before value for key 'for'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'class'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'setAttribute'. (key-spacing)
(#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) 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. (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) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'getAttribute'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'VALUE_SETTERS'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'VALUE_GETTERS'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'getValue'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'setValue'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'creators'. (key-spacing)
(#107) Unexpected use of comma operator. (no-sequences)
(#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 'test'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#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) 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 space(s) after "for". (keyword-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-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) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Expected { after 'for' 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) 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) 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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'button'. (key-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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'button'. (key-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) 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. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'option'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'select'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'hasClass'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'addClass'. (key-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. (no-unused-expressions)
(#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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'removeClass'. (key-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. (no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'replaceClass'. (key-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. (no-unused-expressions)
(#107) A space is required after ','. (comma-spacing)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'toggleClass'. (key-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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '?' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#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) 'r' is already defined. (no-redeclare)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) 'u' is already defined. (no-redeclare)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) 'a' is already defined. (no-redeclare)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-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) Operator '||' must be spaced. (space-infix-ops)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Expected { after 'if' condition. (curly)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_fragClones'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_create'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_children'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) A space is required after ','. (comma-spacing)
(#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. (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) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#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 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. (no-unused-expressions)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "while". (keyword-spacing)
(#107) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Expected { after 'while' condition. (curly)
(#107) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#107) Expected space(s) before "return". (keyword-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'create'. (key-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. (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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#107) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key '_nl2frag'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#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 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. (no-unused-expressions)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "for". (keyword-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Operator '<' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected { after 'for' condition. (curly)
(#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. (semi)
(#107) Expected space(s) before "return". (keyword-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'addHTML'. (key-spacing)
(#107) Method 'addHTML' has a complexity of 23. Maximum allowed is 20. (complexity)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Missing whitespace after semicolon. (semi-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 "if". (keyword-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#107) Expected { after 'if' condition. (curly)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#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 space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "while". (keyword-spacing)
(#107) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Expected { after 'while' condition. (curly)
(#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. (semi)
(#107) Expected space(s) before "if". (keyword-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) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected { after 'else'. (curly)
(#107) Expected space(s) after "switch". (keyword-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 space(s) after "case". (keyword-spacing)
(#107) Expected space(s) after "while". (keyword-spacing)
(#107) Expected { after 'while' condition. (curly)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "case". (keyword-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "case". (keyword-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#107) Expected space(s) before "else". (keyword-spacing)
(#107) Expected { after 'else'. (curly)
(#107) Expected an assignment or function call and instead saw an expression. (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) 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'wrap'. (key-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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (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) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'unwrap'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "while". (keyword-spacing)
(#107) Operator '!==' must be spaced. (space-infix-ops)
(#107) Expected { after 'while' condition. (curly)
(#107) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-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. (semi)
(#107) Expected space(s) before "else". (keyword-spacing)
(#107) Expected { after 'else'. (curly)
(#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. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 'test'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Expected space(s) after "try". (keyword-spacing)
(#107) Requires a space after '{'. (block-spacing)
(#107) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#107) Expected space(s) before "catch". (keyword-spacing)
(#107) Expected space(s) after "catch". (keyword-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 space(s) after "return". (keyword-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. (semi)
(#107) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#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 'test'. (key-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) 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. (semi)
(#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 'test'. (key-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) 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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#107) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#107) Operator '&&' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#107) Missing whitespace after semicolon. (semi-spacing)
(#107) Return statement should not contain assignment. (no-return-assign)
(#107) Operator '=' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#107) Unexpected use of comma operator. (no-sequences)
(#107) A space is required after ','. (comma-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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Operator '||' must be spaced. (space-infix-ops)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'option'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'tr'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'td'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'col'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#107) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'tbody'. (key-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) A space is required after ','. (comma-spacing)
(#107) Missing space before value for key 'legend'. (key-spacing)
(#108) This line has a length of 409. Maximum allowed is 132. (max-len)
(#108) ',' should be placed last. (comma-style)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'th'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'thead'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'tfoot'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'caption'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'colgroup'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'optgroup'. (key-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'setWidth'. (key-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) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-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. (semi)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'setHeight'. (key-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) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-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. (semi)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key '_setSize'. (key-spacing)
(#108) A space is required after ','. (comma-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) This line has 5 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#108) Missing whitespace after semicolon. (semi-spacing)
(#108) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#108) Operator '=' must be spaced. (space-infix-ops)
(#108) Operator '+' must be spaced. (space-infix-ops)
(#108) Unexpected use of comma operator. (no-sequences)
(#108) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#108) A space is required after ','. (comma-spacing)
(#108) A space is required after ','. (comma-spacing)
(#108) Missing space before value for key 'requires'. (key-spacing)
(#116) This line has a length of 2639. Maximum allowed is 132. (max-len)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) 't' is defined but never used. (no-unused-vars)
(#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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) This line has 65 statements. Maximum allowed is 2. (max-statements-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "try". (keyword-spacing)
(#116) Requires a space after '{'. (block-spacing)
(#116) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#116) Expected space(s) before "catch". (keyword-spacing)
(#116) Expected space(s) after "catch". (keyword-spacing)
(#116) Empty block statement. (no-empty)
(#116) Missing space before opening brace. (space-before-blocks)
(#116) Expected space(s) before "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. (semi)
(#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) Missing space before value for key 'byId'. (key-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'getId'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'setId'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'ancestor'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#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 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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'ancestors'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "while". (keyword-spacing)
(#116) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "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. (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) Expected space(s) before "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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'elementByAxis'. (key-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) Expected space(s) after "while". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "return". (keyword-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "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. (semi)
(#116) Expected space(s) before "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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'contains'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Unexpected use of '&'. (no-bitwise)
(#116) Operator '&' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#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. (semi)
(#116) Expected space(s) before "else". (keyword-spacing)
(#116) Expected { after 'else'. (curly)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'inDoc'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#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 space is required after ','. (comma-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'allById'. (key-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) Operator '||' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Expected { after 'if' condition. (curly)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '+' must be spaced. (space-infix-ops)
(#116) Operator '+' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "for". (keyword-spacing)
(#116) Expected space(s) after "for". (keyword-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Expected { after 'for' condition. (curly)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#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. (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) Expected space(s) before "else". (keyword-spacing)
(#116) Expected { after 'else'. (curly)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'isWindow'. (key-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) Expected space(s) after "return". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_removeChildNodes'. (key-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) Expected space(s) after "while". (keyword-spacing)
(#116) Expected { after 'while' condition. (curly)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'siblings'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "while". (keyword-spacing)
(#116) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Expected { after 'while' condition. (curly)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "while". (keyword-spacing)
(#116) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Expected { after 'while' condition. (curly)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_bruteContains'. (key-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) Expected space(s) after "while". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "return". (keyword-spacing)
(#116) Expected space(s) after "return". (keyword-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#116) Expected space(s) before "return". (keyword-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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_getRegExp'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '+' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_getDoc'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '===' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_getWin'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key '_batch'. (key-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) Operator '==' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#116) Operator ':' must be spaced. (space-infix-ops)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Expected space(s) after "if". (keyword-spacing)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Expected { after 'if' condition. (curly)
(#116) Expected space(s) before "while". (keyword-spacing)
(#116) Expected space(s) after "while". (keyword-spacing)
(#116) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Expected { after 'while' condition. (curly)
(#116) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-spacing)
(#116) Operator '!=' must be spaced. (space-infix-ops)
(#116) Operator '&&' must be spaced. (space-infix-ops)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#116) Operator '=' must be spaced. (space-infix-ops)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#116) Operator '!=' must be spaced. (space-infix-ops)
(#116) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'generateID'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Return statement should not contain assignment. (no-return-assign)
(#116) Operator '||' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#116) A space is required after ','. (comma-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. (semi)
(#116) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#116) A space is required after ','. (comma-spacing)
(#116) A space is required after ','. (comma-spacing)
(#116) Missing space before value for key 'requires'. (key-spacing)
(#116) A space is required after ','. (comma-spacing)
(#124) This line has a length of 4789. Maximum allowed is 132. (max-len)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) 't' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) This line has 80 statements. Maximum allowed is 2. (max-statements-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) 'f' is assigned a value but never used. (no-unused-vars)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'winHeight'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'winWidth'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'docHeight'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'docWidth'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'docScrollX'. (key-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'docScrollY'. (key-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getXY'. (key-spacing)
(#124) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '&&' must be spaced. (space-infix-ops)
(#124) Operator 'in' 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) 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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '-=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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 space(s) after "if". (keyword-spacing)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected space(s) before "if". (keyword-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Operator '>=' must be spaced. (space-infix-ops)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '+=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '+=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected { after 'else'. (curly)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) Expected space(s) before "return". (keyword-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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected space(s) before "if". (keyword-spacing)
(#124) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#124) Operator ':' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "while". (keyword-spacing)
(#124) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Expected { after 'while' condition. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '+=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "while". (keyword-spacing)
(#124) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '-=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Operator '-=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '+=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected { after 'else'. (curly)
(#124) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#124) Operator '+=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#124) Expected space(s) before "else". (keyword-spacing)
(#124) Expected { after 'else'. (curly)
(#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. (semi)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getScrollbarWidth'. (key-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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getX'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'getY'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'setXY'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected an assignment or function call and instead saw an expression. (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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'setX'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'setY'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'swapXY'. (key-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. (no-unused-expressions)
(#124) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key '_calcBorders'. (key-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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key '_getWinSize'. (key-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '||' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'height'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'width'. (key-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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key '_getDocSize'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#124) Operator ':' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-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) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'height'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'width'. (key-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. (semi)
(#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. (semi)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'region'. (key-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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-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) 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'intersect'. (key-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Expected { after 'if' condition. (curly)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "else". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected space(s) before "return". (keyword-spacing)
(#124) Expected space(s) after "return". (keyword-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) Expected space(s) before "return". (keyword-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'top'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'right'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'bottom'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'left'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'area'. (key-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) Missing space before value for key 'yoff'. (key-spacing)
(#124) Operator '-' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'xoff'. (key-spacing)
(#124) Operator '-' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'inRegion'. (key-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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'inRegion'. (key-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) 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) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Expected { after 'if' condition. (curly)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Expected space(s) after "else". (keyword-spacing)
(#124) Requires a space after '{'. (block-spacing)
(#124) Statement inside of curly braces should be on next line. (brace-style)
(#124) Expected space(s) after "if". (keyword-spacing)
(#124) Expected { after 'if' condition. (curly)
(#124) Expected space(s) before "return". (keyword-spacing)
(#124) Expected space(s) after "return". (keyword-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) Expected space(s) before "return". (keyword-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'inViewportRegion'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key '_getRegion'. (key-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) 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) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'viewportRegion'. (key-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) Operator '||' must be spaced. (space-infix-ops)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Operator '=' must be spaced. (space-infix-ops)
(#124) A space is required after ','. (comma-spacing)
(#124) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing whitespace after semicolon. (semi-spacing)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#124) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#124) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#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. (semi)
(#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. (semi)
(#124) A space is required after ','. (comma-spacing)
(#124) A space is required after ','. (comma-spacing)
(#124) Missing space before value for key 'requires'. (key-spacing)
(#124) A space is required after ','. (comma-spacing)
(#132) This line has a length of 2137. Maximum allowed is 132. (max-len)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) This line has 38 statements. Maximum allowed is 2. (max-statements-per-line)
(#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. (no-unused-expressions)
(#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) 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. (semi)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'DEFAULT_UNIT'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'CUSTOM_STYLES'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'setStyle'. (key-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "if". (keyword-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. (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) 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) Operator '+=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "if". (keyword-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 space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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. (semi)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Expected space(s) before "typeof". (keyword-spacing)
(#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) 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. (semi)
(#132) Expected space(s) before "else". (keyword-spacing)
(#132) Expected { after 'else'. (curly)
(#132) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#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. (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) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'getStyle'. (key-spacing)
(#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)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Expected space(s) after "if". (keyword-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 space(s) after "if". (keyword-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 space(s) after "if". (keyword-spacing)
(#132) Expected { after 'if' condition. (curly)
(#132) Expected space(s) before "return". (keyword-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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. (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) 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. (semi)
(#132) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#132) Expected space(s) before "return". (keyword-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'setStyles'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'getComputedStyle'. (key-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) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-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. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#132) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing whitespace after semicolon. (semi-spacing)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#132) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#132) Operator '||' must be spaced. (space-infix-ops)
(#132) Unexpected use of comma operator. (no-sequences)
(#132) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '&&' must be spaced. (space-infix-ops)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'set'. (key-spacing)
(#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) 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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'get'. (key-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) A space is required after ','. (comma-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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Operator '=' must be spaced. (space-infix-ops)
(#132) Missing space before value for key 'set'. (key-spacing)
(#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) 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. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'get'. (key-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) A space is required after ','. (comma-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. (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) Missing semicolon. (semi)
(#132) A space is required after ','. (comma-spacing)
(#132) A space is required after ','. (comma-spacing)
(#132) Missing space before value for key 'requires'. (key-spacing)
(#140) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) 't' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'fireOnce'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'async'. (key-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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) This line has 105 statements. Maximum allowed is 2. (max-statements-per-line)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unquoted number literal '63232' used as key. (quote-props)
(#140) Missing space before value for key '63232'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63233' used as key. (quote-props)
(#140) Missing space before value for key '63233'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63234' used as key. (quote-props)
(#140) Missing space before value for key '63234'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63235' used as key. (quote-props)
(#140) Missing space before value for key '63235'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63276' used as key. (quote-props)
(#140) Missing space before value for key '63276'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63277' used as key. (quote-props)
(#140) Missing space before value for key '63277'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '25' used as key. (quote-props)
(#140) Missing space before value for key '25'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63272' used as key. (quote-props)
(#140) Missing space before value for key '63272'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63273' used as key. (quote-props)
(#140) Missing space before value for key '63273'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unquoted number literal '63275' used as key. (quote-props)
(#140) Missing space before value for key '63275'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "try". (keyword-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Expected an assignment or function call and instead saw an expression. (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. (semi)
(#140) Expected space(s) before "catch". (keyword-spacing)
(#140) Expected space(s) after "catch". (keyword-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) 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. (semi)
(#140) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'init'. (key-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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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 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) 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) Operator '||' must be spaced. (space-infix-ops)
(#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) 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 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) 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 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) A space is required after ','. (comma-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "this". (keyword-spacing)
(#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) 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) 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. (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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'stopPropagation'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'stopImmediatePropagation'. (key-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. (no-unused-expressions)
(#140) Operator '?' must be spaced. (space-infix-ops)
(#140) Operator ':' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'preventDefault'. (key-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. (no-unused-expressions)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'halt'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '?' must be spaced. (space-infix-ops)
(#140) Operator ':' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Identifier 'dom_wrappers' is not in camel case. (camelcase)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) Identifier 'dom_map' is not in camel case. (camelcase)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "try". (keyword-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#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) 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. (semi)
(#140) Expected space(s) before "catch". (keyword-spacing)
(#140) Expected space(s) after "catch". (keyword-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) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) 'v' is assigned a value but never used. (no-unused-vars)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "return". (keyword-spacing)
(#140) Missing space before value for key 'POLL_RETRYS'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'POLL_INTERVAL'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'lastError'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_interval'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_dri'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'DOMReady'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'startInterval'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'onAvailable'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "for". (keyword-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) Operator '+=' must be spaced. (space-infix-ops)
(#140) Expected { after 'for' condition. (curly)
(#140) Missing space before value for key 'id'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'fn'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'obj'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'override'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'checkReady'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'compat'. (key-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-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) Missing space before value for key '_delete'. (key-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) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#140) Expected space(s) before "var". (keyword-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#140) Expected space(s) before "for". (keyword-spacing)
(#140) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'onContentReady'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'attach'. (key-spacing)
(#140) 't' is defined but never used. (no-unused-vars)
(#140) A space is required after ','. (comma-spacing)
(#140) 'n' is defined but never used. (no-unused-vars)
(#140) A space is required after ','. (comma-spacing)
(#140) 'r' is defined but never used. (no-unused-vars)
(#140) A space is required after ','. (comma-spacing)
(#140) 'i' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_createWrapper'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "return". (keyword-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'silent'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'bubbles'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'emitFacade'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'contextFn'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) 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) 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) 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) 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) 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. (semi)
(#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) 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) 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) 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) 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 space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_attach'. (key-spacing)
(#140) Method '_attach' has a complexity of 24. Maximum allowed is 20. (complexity)
(#140) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-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) Expected variable declaration to be on a new line. (one-var-declaration-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) Expected variable declaration to be on a new line. (one-var-declaration-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (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) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Expected space(s) after "return". (keyword-spacing)
(#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 "return". (keyword-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) 'r' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "else". (keyword-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "switch". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Expected space(s) before "if". (keyword-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#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) 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 space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) 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) 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 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) 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) 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 space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'detach'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) 'i' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#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. (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) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected an assignment or function call and instead saw an expression. (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) 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 space is required after ','. (comma-spacing)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Expected space(s) after "return". (keyword-spacing)
(#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 "return". (keyword-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#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 space(s) after "if". (keyword-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 space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Expected space(s) after "return". (keyword-spacing)
(#140) Return statement should not contain assignment. (no-return-assign)
(#140) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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 space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'getEvent'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) Operator '||' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'generateId'. (key-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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_isValidCollection'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_load'. (key-spacing)
(#140) 't' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 space is required after ','. (comma-spacing)
(#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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key '_poll'. (key-spacing)
(#140) Method '_poll' has a complexity of 21. Maximum allowed is 20. (complexity)
(#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) Expected space(s) after "if". (keyword-spacing)
(#140) Expected { after 'if' condition. (curly)
(#140) Expected space(s) before "return". (keyword-spacing)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "if". (keyword-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#140) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "try". (keyword-spacing)
(#140) Requires a space after '{'. (block-spacing)
(#140) Statement inside of curly braces should be on next line. (brace-style)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '?' must be spaced. (space-infix-ops)
(#140) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) 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) 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) 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. (semi)
(#140) Expected space(s) before "catch". (keyword-spacing)
(#140) Expected space(s) after "catch". (keyword-spacing)
(#140) Empty block statement. (no-empty)
(#140) Missing space before opening brace. (space-before-blocks)
(#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 whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Operator ':' must be spaced. (space-infix-ops)
(#140) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "for". (keyword-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 space(s) after "if". (keyword-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) A space is required after ','. (comma-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#140) A space is required after ','. (comma-spacing)
(#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. (semi)
(#140) Expected space(s) before "else". (keyword-spacing)
(#140) Expected { after 'else'. (curly)
(#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. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (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) Operator '-' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#140) A space is required after ','. (comma-spacing)
(#140) Missing space before value for key 'purgeElement'. (key-spacing)
(#140) A space is required after ','. (comma-spacing)
(#140) A space is required after ','. (comma-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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#140) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) Operator '||' must be spaced. (space-infix-ops)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#140) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#140) Operator '=' must be spaced. (space-infix-ops)
(#140) A space is required after ','. (comma-spacing)
(#140) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#140) Expected space(s) before "if". (keyword-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) 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) Expected { after 'for' condition. (curly)
(#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. (semi)
(#141) This line has a length of 1178. Maximum allowed is 132. (max-len)
(#141) ',' should be placed last. (comma-style)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key '_clean'. (key-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)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'getListeners'. (key-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) This line has 17 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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)
(#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)
(#141) Operator '?' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#141) Operator '+' must be spaced. (space-infix-ops)
(#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)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Return statement should not contain assignment. (no-return-assign)
(#141) Operator '?' must be spaced. (space-infix-ops)
(#141) Operator '?' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Operator '+=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '+=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) 't' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#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) 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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key '_unload'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) 'n' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '==' must be spaced. (space-infix-ops)
(#141) Operator '&&' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#141) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'nativeAdd'. (key-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'nativeRemove'. (key-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. (semi)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Expected space(s) after "if". (keyword-spacing)
(#141) Operator '<' must be spaced. (space-infix-ops)
(#141) Expected { after 'if' condition. (curly)
(#141) Expected space(s) before "try". (keyword-spacing)
(#141) Expected space(s) after "try". (keyword-spacing)
(#141) Requires a space after '{'. (block-spacing)
(#141) Statement inside of curly braces should be on next line. (brace-style)
(#141) A space is required after ','. (comma-spacing)
(#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. (semi)
(#141) Expected space(s) before "catch". (keyword-spacing)
(#141) Expected space(s) after "catch". (keyword-spacing)
(#141) Empty block statement. (no-empty)
(#141) Missing space before opening brace. (space-before-blocks)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Unexpected use of comma operator. (no-sequences)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) A space is required after ','. (comma-spacing)
(#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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing space before value for key 'on'. (key-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) 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) Operator '>' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Unnecessary '.call()'. (no-useless-call)
(#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) 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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) Operator '=' must be spaced. (space-infix-ops)
(#141) Missing space before value for key 'on'. (key-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) 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) Operator '>' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#141) Missing whitespace after semicolon. (semi-spacing)
(#141) Unnecessary '.call()'. (no-useless-call)
(#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) 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. (semi)
(#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. (semi)
(#141) A space is required after ','. (comma-spacing)
(#141) A space is required after ','. (comma-spacing)
(#141) Missing space before value for key 'requires'. (key-spacing)
(#149) This line has a length of 6006. Maximum allowed is 132. (max-len)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) 't' is defined but never used. (no-unused-vars)
(#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 space before value for key 'handles'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'plugins'. (key-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) This line has 97 statements. Maximum allowed is 2. (max-statements-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) 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 space before value for key 'objs'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'before'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'after'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_inject'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'detach'. (key-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. (no-unused-expressions)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) 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) Expected space(s) after "for". (keyword-spacing)
(#149) Expected { after 'for-in'. (curly)
(#149) Expected space(s) before "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "switch". (keyword-spacing)
(#149) Expected space(s) after "switch". (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) 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) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "for". (keyword-spacing)
(#149) Expected { after 'for-in'. (curly)
(#149) Expected space(s) before "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-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) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) 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. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) 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. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) 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. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "for". (keyword-spacing)
(#149) Expected { after 'for-in'. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) 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) Missing space before value for key 'constructor'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'signature'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'context'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'preventable'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'bubbles'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'hasSubs'. (key-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'monitor'. (key-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'getSubs'. (key-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) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'applyConfig'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_on'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'subscribe'. (key-spacing)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'on'. (key-spacing)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'args'. (key-spacing)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'after'. (key-spacing)
(#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) Operator '>' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'detach'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) 't' is defined but never used. (no-unused-vars)
(#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 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 "return". (keyword-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) 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) Expected space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "for". (keyword-spacing)
(#149) Expected space(s) after "for". (keyword-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 { after 'for' condition. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "for". (keyword-spacing)
(#149) Expected space(s) after "for". (keyword-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 { after 'for' condition. (curly)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'unsubscribe'. (key-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) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_notify'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) 'n' is defined but never used. (no-unused-vars)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Return statement should not contain assignment. (no-return-assign)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'log'. (key-spacing)
(#149) 'e' is defined but never used. (no-unused-vars)
(#149) A space is required after ','. (comma-spacing)
(#149) 't' is defined but never used. (no-unused-vars)
(#149) Unexpected empty method 'log'. (no-empty-function)
(#149) Missing space before opening brace. (space-before-blocks)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'fire'. (key-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) A space is required after ','. (comma-spacing)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_fire'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#149) Operator ':' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'fireSimple'. (key-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. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'fireComplex'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Operator '||' must be spaced. (space-infix-ops)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_procSubs'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#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. (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) 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 "return". (keyword-spacing)
(#149) Expected space(s) after "return". (keyword-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Expected space(s) after "return". (keyword-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_broadcast'. (key-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 space(s) after "if". (keyword-spacing)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'unsubscribeAll'. (key-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) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'detachAll'. (key-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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_delete'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'ce'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key 'sub'. (key-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#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) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) A space is required after ','. (comma-spacing)
(#149) Operator '=' must be spaced. (space-infix-ops)
(#149) Missing space before value for key 'constructor'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing space before value for key '_notify'. (key-spacing)
(#149) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#149) Operator '&&' must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-spacing)
(#149) Expected { after 'if' condition. (curly)
(#149) Expected space(s) before "return". (keyword-spacing)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#149) Unexpected use of comma operator. (no-sequences)
(#149) A space is required after ','. (comma-spacing)
(#149) Requires a space before '}'. (block-spacing)
(#149) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#149) Missing semicolon. (semi)
(#149) Expected space(s) before "var". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#149) Expected space(s) after "switch". (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) Operator '=' must be spaced. (space-infix-ops)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#149) Missing whitespace after semicolon. (semi-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) A space is required after ','. (comma-spacing)
(#149) Missing whitespace after semicolon. (semi-spacing)
(#150) This line has a length of 6005. Maximum allowed is 132. (max-len)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-spacing)
(#150) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) Expected space(s) before "return". (keyword-spacing)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'notify'. (key-spacing)
(#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) This line has 103 statements. Maximum allowed is 2. (max-statements-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected { after 'else'. (curly)
(#150) Expected space(s) after "try". (keyword-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) Expected space(s) before "catch". (keyword-spacing)
(#150) Expected space(s) after "catch". (keyword-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) Operator '+' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-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. (semi)
(#150) Expected space(s) before "return". (keyword-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'contains'. (key-spacing)
(#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) 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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'valueOf'. (key-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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing space before value for key 'batch'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-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. (semi)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'detach'. (key-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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "if". (keyword-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "for". (keyword-spacing)
(#150) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#150) Operator '+=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected { after 'else'. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'monitor'. (key-spacing)
(#150) 'e' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-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. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected space(s) after "return". (keyword-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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing space before value for key 'events'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'targets'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'config'. (key-spacing)
(#150) Missing space before value for key 'host'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'context'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'chain'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing space before value for key 'constructor'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'once'. (key-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) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'onceAfter'. (key-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) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'parseType'. (key-spacing)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'on'. (key-spacing)
(#150) Method 'on' has a complexity of 25. Maximum allowed is 20. (complexity)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'args'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'category'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'after'. (key-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#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. (semi)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'subscribe'. (key-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) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'detach'. (key-spacing)
(#150) Method 'detach' has a complexity of 28. Maximum allowed is 20. (complexity)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Operator '!==' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "for". (keyword-spacing)
(#150) Expected { after 'for-in'. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#150) Expected space(s) before "var". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "for". (keyword-spacing)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected { after 'for' condition. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#150) Operator '===' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected { after 'else'. (curly)
(#150) Expected space(s) after "for". (keyword-spacing)
(#150) Expected { after 'for-in'. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#150) Expected space(s) after "else". (keyword-spacing)
(#150) Requires a space after '{'. (block-spacing)
(#150) Statement inside of curly braces should be on next line. (brace-style)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Operator '||' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'unsubscribe'. (key-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) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'detachAll'. (key-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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'unsubscribeAll'. (key-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) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'publish'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key '_getFullType'. (key-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) Operator '+' must be spaced. (space-infix-ops)
(#150) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key '_publish'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) 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) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'args'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Operator '&&' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key '_monitor'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#150) A space is required after ','. (comma-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Unnecessary '.call()'. (no-useless-call)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'fire'. (key-spacing)
(#150) Method 'fire' has a complexity of 22. Maximum allowed is 20. (complexity)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#150) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Operator '||' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'args'. (key-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "if". (keyword-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) Expected space(s) after "if". (keyword-spacing)
(#150) Expected { after 'if' condition. (curly)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) Missing space before value for key 'type'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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. (semi)
(#150) Expected space(s) before "else". (keyword-spacing)
(#150) Expected { after 'else'. (curly)
(#150) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'getSibling'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#150) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'getEvent'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#150) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#150) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'after'. (key-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) 'n' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Expected space(s) after "case". (keyword-spacing)
(#150) Expected space(s) after "case". (keyword-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Missing whitespace after semicolon. (semi-spacing)
(#150) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#150) Expected space(s) before "return". (keyword-spacing)
(#150) A space is required after ','. (comma-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. (semi)
(#150) A space is required after ','. (comma-spacing)
(#150) Missing space before value for key 'before'. (key-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) Unexpected whitespace between function name and paren. (func-call-spacing)
(#151) This line has a length of 188. Maximum allowed is 132. (max-len)
(#151) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#151) A space is required after ','. (comma-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. (semi)
(#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) 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) Missing space before value for key 'bubbles'. (key-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Operator '=' must be spaced. (space-infix-ops)
(#151) Operator '||' must be spaced. (space-infix-ops)
(#151) Missing '()' invoking a constructor. (new-parens)
(#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. (semi)
(#151) A space is required after ','. (comma-spacing)
(#151) A space is required after ','. (comma-spacing)
(#151) Missing space before value for key 'requires'. (key-spacing)
(#159) This line has a length of 4660. Maximum allowed is 132. (max-len)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) 't' is defined but never used. (no-unused-vars)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) This line has 57 statements. Maximum allowed is 2. (max-statements-per-line)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "for". (keyword-spacing)
(#159) Expected { after 'for-in'. (curly)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'stopPropagation'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'stopImmediatePropagation'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'preventDefault'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'halt'. (key-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Function has a complexity of 42. Maximum allowed is 20. (complexity)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#159) Expected space(s) before "return". (keyword-spacing)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Missing space before value for key 'id'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'next'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'silent'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'stopped'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'prevented'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'bubbling'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'type'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'defaultTargetOnly'. (key-spacing)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing space before value for key 'fireOnce'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'context'. (key-spacing)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#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)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-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) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-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) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Expected { after 'if' condition. (curly)
(#159) Expected space(s) before "while". (keyword-spacing)
(#159) Expected space(s) after "while". (keyword-spacing)
(#159) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#159) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Expected { after 'while' condition. (curly)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Expected space(s) before "else". (keyword-spacing)
(#159) Expected { after 'else'. (curly)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#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) Missing '()' invoking a constructor. (new-parens)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Operator '===' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Expected { after 'if' condition. (curly)
(#159) Expected space(s) before "while". (keyword-spacing)
(#159) Expected space(s) after "while". (keyword-spacing)
(#159) Expected { after 'while' condition. (curly)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Expected space(s) before "else". (keyword-spacing)
(#159) Expected { after 'else'. (curly)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#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) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#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. (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) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '?' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Return statement should not contain assignment. (no-return-assign)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#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) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-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) Operator '||' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Expected { after 'if' condition. (curly)
(#159) Expected space(s) before "for". (keyword-spacing)
(#159) Expected space(s) after "for". (keyword-spacing)
(#159) Expected { after 'for-in'. (curly)
(#159) Expected space(s) before "if". (keyword-spacing)
(#159) Expected space(s) after "if". (keyword-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#159) Expected { after 'if' condition. (curly)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#159) Missing whitespace after semicolon. (semi-spacing)
(#159) Expected space(s) after "else". (keyword-spacing)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#159) Operator '&&' must be spaced. (space-infix-ops)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Unexpected use of comma operator. (no-sequences)
(#159) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) 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 space(s) after "if". (keyword-spacing)
(#159) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#159) Expected { after 'if' condition. (curly)
(#159) Expected space(s) before "break". (keyword-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) Expected space(s) before "return". (keyword-spacing)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space after '{'. (block-spacing)
(#159) Statement inside of curly braces should be on next line. (brace-style)
(#159) Missing space before opening brace. (space-before-blocks)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) A space is required after ','. (comma-spacing)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#159) Operator ':' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Missing '()' invoking a constructor. (new-parens)
(#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 space(s) after "for". (keyword-spacing)
(#159) Expected { after 'for-in'. (curly)
(#159) Operator '=' must be spaced. (space-infix-ops)
(#159) Requires a space before '}'. (block-spacing)
(#159) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#159) Missing semicolon. (semi)
(#159) A space is required after ','. (comma-spacing)
(#159) A space is required after ','. (comma-spacing)
(#159) Missing space before value for key 'requires'. (key-spacing)
(#167) This line has a length of 1917. Maximum allowed is 132. (max-len)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#167) Function 'f' has a complexity of 24. Maximum allowed is 20. (complexity)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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) This line has 42 statements. Maximum allowed is 2. (max-statements-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)
(#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) 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) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "for". (keyword-spacing)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected { after 'for' condition. (curly)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "else". (keyword-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Expected { after 'for-in'. (curly)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#167) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#167) Function 'f' expected a return value. (consistent-return)
(#167) Expected space(s) before "return". (keyword-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#167) Operator ':' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'facade'. (key-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#167) Expected space(s) before "return". (keyword-spacing)
(#167) Return statement should not contain assignment. (no-return-assign)
(#167) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#167) Expected space(s) before "var". (keyword-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Expected to return a value at the end of function. (consistent-return)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#167) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "for". (keyword-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "break". (keyword-spacing)
(#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. (semi)
(#167) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#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) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-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) 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. (semi)
(#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. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Expected space(s) after "if". (keyword-spacing)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "return". (keyword-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "while". (keyword-spacing)
(#167) Expected space(s) after "while". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "break". (keyword-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#167) Expected space(s) before "else". (keyword-spacing)
(#167) Expected space(s) after "else". (keyword-spacing)
(#167) Requires a space after '{'. (block-spacing)
(#167) Statement inside of curly braces should be on next line. (brace-style)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "while". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) A space is required after ','. (comma-spacing)
(#167) Operator '&&' must be spaced. (space-infix-ops)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected space(s) after "if". (keyword-spacing)
(#167) Operator '===' must be spaced. (space-infix-ops)
(#167) Expected { after 'if' condition. (curly)
(#167) Expected space(s) before "break". (keyword-spacing)
(#167) Missing whitespace after semicolon. (semi-spacing)
(#167) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#167) Operator '=' must be spaced. (space-infix-ops)
(#167) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#167) Expected space(s) before "return". (keyword-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) Unexpected use of comma operator. (no-sequences)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#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. (semi)
(#167) A space is required after ','. (comma-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. (semi)
(#167) A space is required after ','. (comma-spacing)
(#167) A space is required after ','. (comma-spacing)
(#167) Missing space before value for key 'requires'. (key-spacing)
(#175) This line has a length of 1776. Maximum allowed is 132. (max-len)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) 't' is defined but never used. (no-unused-vars)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing space before value for key 'start'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'end'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'move'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#175) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'on'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'detach'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) 'n' is defined but never used. (no-unused-vars)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'processArgs'. (key-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) 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) Operator ':' must be spaced. (space-infix-ops)
(#175) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key '_onStart'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) A space is required after ','. (comma-spacing)
(#175) 'h' is defined but never used. (no-unused-vars)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (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) A space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing space before value for key 'time'. (key-spacing)
(#175) Missing '()' invoking a constructor. (new-parens)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#175) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key '_onMove'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) 'r' is defined but never used. (no-unused-vars)
(#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) 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. (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) Missing '()' invoking a constructor. (new-parens)
(#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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key '_onEnd'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing '()' invoking a constructor. (new-parens)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#175) Operator '&&' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing '()' invoking a constructor. (new-parens)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#175) Operator '-' must be spaced. (space-infix-ops)
(#175) A space is required after ','. (comma-spacing)
(#175) Operator '-' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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) Operator '=' must be spaced. (space-infix-ops)
(#175) Missing space before value for key 'time'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'distance'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'velocity'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'axis'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'start'. (key-spacing)
(#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) 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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'MIN_VELOCITY'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'MIN_DISTANCE'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'PREVENT_DEFAULT'. (key-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. (semi)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) Missing space before value for key 'requires'. (key-spacing)
(#175) A space is required after ','. (comma-spacing)
(#175) A space is required after ','. (comma-spacing)
(#183) This line has a length of 2125. Maximum allowed is 132. (max-len)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) This line has 35 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key '_useActivate'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key '_attach'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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 space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator ':' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'capture'. (key-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key '_proxy'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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 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 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 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 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key '_notify'. (key-spacing)
(#183) Method '_notify' has a complexity of 23. Maximum allowed is 20. (complexity)
(#183) A space is required after ','. (comma-spacing)
(#183) 'n' is defined but never used. (no-unused-vars)
(#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 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 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 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 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 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) 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) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-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) A space is required after ','. (comma-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 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 space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "for". (keyword-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#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) Expected { after 'for' condition. (curly)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Expected space(s) before "return". (keyword-spacing)
(#183) Expected space(s) after "return". (keyword-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "while". (keyword-spacing)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "for". (keyword-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '||' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#183) Expected space(s) before "break". (keyword-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Expected space(s) before "delete". (keyword-spacing)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Expected space(s) before "if". (keyword-spacing)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Operator '!==' must be spaced. (space-infix-ops)
(#183) Expected { after 'if' condition. (curly)
(#183) Expected space(s) before "for". (keyword-spacing)
(#183) Expected space(s) after "for". (keyword-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected space(s) after "if". (keyword-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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#183) Operator '!==' must be spaced. (space-infix-ops)
(#183) Expected { after 'if' condition. (curly)
(#183) Expected space(s) before "break". (keyword-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Expected space(s) before "if". (keyword-spacing)
(#183) Expected space(s) after "if". (keyword-spacing)
(#183) Expected { after 'if' condition. (curly)
(#183) Expected space(s) before "break". (keyword-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'on'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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 space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'detach'. (key-spacing)
(#183) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'delegate'. (key-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'detachDelegate'. (key-spacing)
(#183) A space is required after ','. (comma-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) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Expected space(s) before "var". (keyword-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) 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 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 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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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 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 space is required after ','. (comma-spacing)
(#183) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Return statement should not contain assignment. (no-return-assign)
(#183) Return statement should not contain assignment. (no-return-assign)
(#183) Operator '&&' must be spaced. (space-infix-ops)
(#183) Operator '=' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) Missing whitespace after semicolon. (semi-spacing)
(#183) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#183) Operator '?' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Operator ':' must be spaced. (space-infix-ops)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Requires a space before '}'. (block-spacing)
(#183) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#183) Missing semicolon. (semi)
(#183) A space is required after ','. (comma-spacing)
(#183) A space is required after ','. (comma-spacing)
(#183) Missing space before value for key 'requires'. (key-spacing)
(#191) This line has a length of 566. Maximum allowed is 132. (max-len)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) 't' is defined but never used. (no-unused-vars)
(#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 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)
(#191) Unexpected empty function. (no-empty-function)
(#191) Missing space before opening brace. (space-before-blocks)
(#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)
(#191) Missing space before value for key 'processArgs'. (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) This line has 11 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) Operator ':' must be spaced. (space-infix-ops)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Operator '?' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'on'. (key-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#191) Unexpected use of comma operator. (no-sequences)
(#191) A space is required after ','. (comma-spacing)
(#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 'mouseenter'. (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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'mouseleave'. (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) 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. (no-unused-expressions)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Unexpected use of comma operator. (no-sequences)
(#191) A space is required after ','. (comma-spacing)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) A space is required after ','. (comma-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) 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. (semi)
(#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. (semi)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'detach'. (key-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) 'n' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#191) Missing whitespace after semicolon. (semi-spacing)
(#191) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#191) Operator '=' must be spaced. (space-infix-ops)
(#191) Unexpected use of comma operator. (no-sequences)
(#191) A space is required after ','. (comma-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) 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. (semi)
(#191) A space is required after ','. (comma-spacing)
(#191) A space is required after ','. (comma-spacing)
(#191) Missing space before value for key 'requires'. (key-spacing)
(#199) This line has a length of 1206. Maximum allowed is 132. (max-len)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) 't' is defined but never used. (no-unused-vars)
(#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) 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) 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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing space before value for key 'KEY_MAP'. (key-spacing)
(#199) Missing space before value for key 'enter'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'space'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'esc'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'backspace'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'tab'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'pageup'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'pagedown'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key '_typeRE'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key '_keysRE'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'processArgs'. (key-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) This line has 16 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) 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) Missing space before value for key 'type'. (key-spacing)
(#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 'mods'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'keys'. (key-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) 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) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 space(s) after "for". (keyword-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected space(s) after "if". (keyword-spacing)
(#199) Expected { after 'if' condition. (curly)
(#199) Expected space(s) before "continue". (keyword-spacing)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#199) A space is required after ','. (comma-spacing)
(#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) 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 '+shift'. (key-spacing)
(#199) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#199) Operator '||' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'on'. (key-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) 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) 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) 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) Operator ':' must be spaced. (space-infix-ops)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#199) Operator '?' must be spaced. (space-infix-ops)
(#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. (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) 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) 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) 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. (semi)
(#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. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'detach'. (key-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) 'n' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#199) Missing whitespace after semicolon. (semi-spacing)
(#199) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#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. (semi)
(#199) A space is required after ','. (comma-spacing)
(#199) A space is required after ','. (comma-spacing)
(#199) Missing space before value for key 'requires'. (key-spacing)
(#207) This line has a length of 384. Maximum allowed is 132. (max-len)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) 't' is defined but never used. (no-unused-vars)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) This line has 7 statements. Maximum allowed is 2. (max-statements-per-line)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Return statement should not contain assignment. (no-return-assign)
(#207) Return statement should not contain assignment. (no-return-assign)
(#207) Return statement should not contain assignment. (no-return-assign)
(#207) Return statement should not contain assignment. (no-return-assign)
(#207) Operator '?' must be spaced. (space-infix-ops)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Operator ':' must be spaced. (space-infix-ops)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Unexpected use of comma operator. (no-sequences)
(#207) A space is required after ','. (comma-spacing)
(#207) Operator '<' must be spaced. (space-infix-ops)
(#207) Operator '?' must be spaced. (space-infix-ops)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Operator ':' must be spaced. (space-infix-ops)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) Missing whitespace after semicolon. (semi-spacing)
(#207) Operator '=' must be spaced. (space-infix-ops)
(#207) Missing space before value for key 'on'. (key-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'detach'. (key-spacing)
(#207) Requires a space after '{'. (block-spacing)
(#207) Statement inside of curly braces should be on next line. (brace-style)
(#207) Missing space before opening brace. (space-before-blocks)
(#207) A space is required after ','. (comma-spacing)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) Requires a space before '}'. (block-spacing)
(#207) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#207) Missing semicolon. (semi)
(#207) A space is required after ','. (comma-spacing)
(#207) A space is required after ','. (comma-spacing)
(#207) Missing space before value for key 'requires'. (key-spacing)
(#215) This line has a length of 1327. Maximum allowed is 132. (max-len)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) 't' is defined but never used. (no-unused-vars)
(#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) 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) Unexpected empty function. (no-empty-function)
(#215) Missing space before opening brace. (space-before-blocks)
(#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 space before value for key 'proxyType'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'relProperty'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key '_notify'. (key-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) This line has 21 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) Operator '||' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'on'. (key-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) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'facade'. (key-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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'detach'. (key-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) 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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'delegate'. (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) 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) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'facade'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key '_filterNotify'. (key-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) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#215) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "for". (keyword-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#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 whitespace after semicolon. (semi-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) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) A space is required after ','. (comma-spacing)
(#215) Operator '=' must be spaced. (space-infix-ops)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected space(s) after "if". (keyword-spacing)
(#215) Operator '===' must be spaced. (space-infix-ops)
(#215) Expected { after 'if' condition. (curly)
(#215) Expected space(s) before "break". (keyword-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. (semi)
(#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) 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) Expected space(s) before "return". (keyword-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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'detachDelegate'. (key-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) 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. (semi)
(#215) Missing whitespace after semicolon. (semi-spacing)
(#215) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'proxyType'. (key-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'relProperty'. (key-spacing)
(#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. (semi)
(#215) A space is required after ','. (comma-spacing)
(#215) A space is required after ','. (comma-spacing)
(#215) Missing space before value for key 'requires'. (key-spacing)
(#223) This line has a length of 3857. Maximum allowed is 132. (max-len)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 't' is defined but never used. (no-unused-vars)
(#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)
(#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 space before value for key 'start'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'end'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'move'. (key-spacing)
(#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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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) 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 'in' 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) 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) 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) 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) This line has 59 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) 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) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-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. (semi)
(#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) 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)
(#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) 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. (semi)
(#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) 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)
(#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) 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. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) 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. (semi)
(#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) 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)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (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) 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) 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. (semi)
(#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) 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)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (no-unused-expressions)
(#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) 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) 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. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#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. (no-unused-expressions)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'on'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'delegate'. (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) 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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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. (semi)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detachDelegate'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#223) A space is required after ','. (comma-spacing)
(#223) 'r' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detach'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'processArgs'. (key-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)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '||' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_onStart'. (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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) 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) 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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) A space is required after ','. (comma-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) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-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) 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) 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. (semi)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (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) 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) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_cancel'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_start'. (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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'MIN_TIME'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'MIN_DISTANCE'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'PREVENT_DEFAULT'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'on'. (key-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'delegate'. (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) 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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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. (semi)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detach'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detachDelegate'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#223) A space is required after ','. (comma-spacing)
(#223) 'r' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'processArgs'. (key-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_onMove'. (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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (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) 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) A space is required after ','. (comma-spacing)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'PREVENT_DEFAULT'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'on'. (key-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'delegate'. (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) 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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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) 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. (semi)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detachDelegate'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#223) A space is required after ','. (comma-spacing)
(#223) 'r' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'detach'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) 'n' is defined but never used. (no-unused-vars)
(#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)
(#223) Missing whitespace after semicolon. (semi-spacing)
(#223) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#223) A space is required after ','. (comma-spacing)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'processArgs'. (key-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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key '_onEnd'. (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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (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) 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) A space is required after ','. (comma-spacing)
(#223) Operator '&&' must be spaced. (space-infix-ops)
(#223) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'PREVENT_DEFAULT'. (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. (semi)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) Missing space before value for key 'requires'. (key-spacing)
(#223) A space is required after ','. (comma-spacing)
(#223) A space is required after ','. (comma-spacing)
(#231) This line has a length of 761. Maximum allowed is 132. (max-len)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) 't' is defined but never used. (no-unused-vars)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) This line has 14 statements. Maximum allowed is 2. (max-statements-per-line)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) A space is required after ','. (comma-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#231) Operator '+' must be spaced. (space-infix-ops)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Missing space before value for key 'on'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#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. (semi)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'detach'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) 'n' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'delegate'. (key-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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) A space is required after ','. (comma-spacing)
(#231) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#231) A space is required after ','. (comma-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. (semi)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'isOutside'. (key-spacing)
(#231) A space is required after ','. (comma-spacing)
(#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) 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) 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. (semi)
(#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. (semi)
(#231) Missing whitespace after semicolon. (semi-spacing)
(#231) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#231) Operator '=' must be spaced. (space-infix-ops)
(#231) Unexpected use of comma operator. (no-sequences)
(#231) A space is required after ','. (comma-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. (semi)
(#231) Unexpected use of comma operator. (no-sequences)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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. (semi)
(#231) A space is required after ','. (comma-spacing)
(#231) A space is required after ','. (comma-spacing)
(#231) Missing space before value for key 'requires'. (key-spacing)
(#239) This line has a length of 474. Maximum allowed is 132. (max-len)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'on'. (key-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) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#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) This line has 9 statements. Maximum allowed is 2. (max-statements-per-line)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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. (semi)
(#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 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) Operator '||' must be spaced. (space-infix-ops)
(#239) Missing whitespace after semicolon. (semi-spacing)
(#239) Operator '=' must be spaced. (space-infix-ops)
(#239) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Unexpected use of comma operator. (no-sequences)
(#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 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) 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. (semi)
(#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. (semi)
(#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. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'detach'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#239) Operator '&&' must be spaced. (space-infix-ops)
(#239) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#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. (semi)
(#239) A space is required after ','. (comma-spacing)
(#239) A space is required after ','. (comma-spacing)
(#239) Missing space before value for key 'requires'. (key-spacing)
(#239) A space is required after ','. (comma-spacing)
(#247) This line has a length of 3817. Maximum allowed is 132. (max-len)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) 't' is defined but never used. (no-unused-vars)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Missing JSDoc comment. (require-jsdoc)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) This line has 66 statements. Maximum allowed is 2. (max-statements-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected space(s) before "function". (keyword-spacing)
(#247) Missing JSDoc comment. (require-jsdoc)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected space(s) before "function". (keyword-spacing)
(#247) Missing JSDoc comment. (require-jsdoc)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected space(s) before "var". (keyword-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected empty function. (no-empty-function)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Expected { after 'if' condition. (curly)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected space(s) before "else". (keyword-spacing)
(#247) Expected { after 'else'. (curly)
(#247) Expected an assignment or function call and instead saw an expression. (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) Missing whitespace after semicolon. (semi-spacing)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing space before value for key 'constructor'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'type'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'fn'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'capture'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'register'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'unregister'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "for". (keyword-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '>=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected { after 'for' condition. (curly)
(#247) Expected space(s) before "if". (keyword-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'detachAll'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "while". (keyword-spacing)
(#247) Operator '>=' must be spaced. (space-infix-ops)
(#247) Expected { after 'while' condition. (curly)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'Notifier'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'SynthRegistry'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'getRegistry'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-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) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Return statement should not contain assignment. (no-return-assign)
(#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 constructor name should not start with a lowercase letter. (new-cap)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Unexpected use of comma operator. (no-sequences)
(#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) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_deleteSub'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-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) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'prototype'. (key-spacing)
(#247) Missing space before value for key 'constructor'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_init'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#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. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator 'in' must be spaced. (space-infix-ops)
(#247) Operator '?' must be spaced. (space-infix-ops)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'processArgs'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'on'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'detach'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'delegate'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'detachDelegate'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_on'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-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) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator ':' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#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) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_subscribe'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A constructor name should not start with a lowercase letter. (new-cap)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Return statement should not contain assignment. (no-return-assign)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'eventDef'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'notifier'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'host'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'currentTarget'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'target'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'el'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_delete'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'applyArgExtras'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key '_detach'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-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) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#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 space(s) after "if". (keyword-spacing)
(#247) Expected { after 'if' condition. (curly)
(#247) Expected space(s) before "for". (keyword-spacing)
(#247) Expected space(s) after "for". (keyword-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Operator '-' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '>=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected { after 'for' condition. (curly)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'getSubs'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) A space is required after ','. (comma-spacing)
(#247) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#247) Operator '<' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Expected { after 'if' condition. (curly)
(#247) Expected space(s) before "return". (keyword-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Expected space(s) before "return". (keyword-spacing)
(#247) Operator '&&' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'subMatch'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "return". (keyword-spacing)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Operator '===' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#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. (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) 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 space before value for key 'type'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Expected space(s) after "if". (keyword-spacing)
(#247) Operator '||' must be spaced. (space-infix-ops)
(#247) Expected { after 'if' condition. (curly)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Unexpected use of comma operator. (no-sequences)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Missing '()' invoking a constructor. (new-parens)
(#247) A constructor name should not start with a lowercase letter. (new-cap)
(#247) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'eventDef'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'on'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'delegate'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) A space is required after ','. (comma-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'detach'. (key-spacing)
(#247) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Expected space(s) before "else". (keyword-spacing)
(#247) Expected space(s) after "else". (keyword-spacing)
(#247) Expected { after 'else'. (curly)
(#247) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Requires a space after '{'. (block-spacing)
(#247) Statement inside of curly braces should be on next line. (brace-style)
(#247) Missing space before opening brace. (space-before-blocks)
(#247) Operator '=' must be spaced. (space-infix-ops)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Missing whitespace after semicolon. (semi-spacing)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) Requires a space before '}'. (block-spacing)
(#247) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#247) Missing semicolon. (semi)
(#247) A space is required after ','. (comma-spacing)
(#247) A space is required after ','. (comma-spacing)
(#247) Missing space before value for key 'requires'. (key-spacing)
(#247) A space is required after ','. (comma-spacing)
(#255) This line has a length of 2062. Maximum allowed is 132. (max-len)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#255) This line has 25 statements. Maximum allowed is 2. (max-statements-per-line)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Operator '||' must be spaced. (space-infix-ops)
(#255) Unexpected use of comma operator. (no-sequences)
(#255) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#255) Operator '&&' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#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. (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. (semi)
(#255) Expected space(s) before "var". (keyword-spacing)
(#255) 'n' is assigned a value but never used. (no-unused-vars)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) 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) 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 space before value for key 'START'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'END'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'CANCEL'. (key-spacing)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'publishConfig'. (key-spacing)
(#255) Missing space before value for key 'preventedFn'. (key-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) 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) 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. (semi)
(#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) 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. (semi)
(#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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'processArgs'. (key-spacing)
(#255) Expected to return a value at the end of method 'processArgs'. (consistent-return)
(#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) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#255) Unexpected use of comma operator. (no-sequences)
(#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. (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) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'on'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'detach'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) 'n' is defined but never used. (no-unused-vars)
(#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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'delegate'. (key-spacing)
(#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 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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'detachDelegate'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) 'n' is defined but never used. (no-unused-vars)
(#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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key '_start'. (key-spacing)
(#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) 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) Missing space before value for key 'canceled'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'eventType'. (key-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) Expected { after 'if' condition. (curly)
(#255) Expected space(s) before "return". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#255) Expected space(s) before "return". (keyword-spacing)
(#255) Missing whitespace after semicolon. (semi-spacing)
(#255) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#255) A space is required after ','. (comma-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) 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) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) Operator ':' must be spaced. (space-infix-ops)
(#255) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key '_end'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#255) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#255) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#255) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#255) Operator '=' must be spaced. (space-infix-ops)
(#255) A space is required after ','. (comma-spacing)
(#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) 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. (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. (semi)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) Missing space before value for key 'requires'. (key-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#255) A space is required after ','. (comma-spacing)
(#263) This line has a length of 1566. Maximum allowed is 132. (max-len)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) 't' is defined but never used. (no-unused-vars)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) This line has 14 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) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "if". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Unexpected use of comma operator. (no-sequences)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '<' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected { after 'for' condition. (curly)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#263) Expected space(s) before "if". (keyword-spacing)
(#263) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '<' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected { after 'for' condition. (curly)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#263) Expected space(s) before "if". (keyword-spacing)
(#263) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#263) Operator '<' must be spaced. (space-infix-ops)
(#263) Missing whitespace after semicolon. (semi-spacing)
(#263) Expected { after 'for' condition. (curly)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#263) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#263) Unexpected use of comma operator. (no-sequences)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'touchstart'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'touchmove'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'touchend'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'touchcancel'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'gesturestart'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'gesturechange'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'gestureend'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'MSPointerDown'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'MSPointerUp'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'MSPointerMove'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'MSPointerCancel'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'pointerdown'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'pointerup'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'pointermove'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'pointercancel'. (key-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Do not nest ternary expressions. (no-nested-ternary)
(#263) Operator '&&' must be spaced. (space-infix-ops)
(#263) Operator 'in' 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) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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 'in' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#263) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#263) A space is required after ','. (comma-spacing)
(#263) A space is required after ','. (comma-spacing)
(#263) Missing space before value for key 'requires'. (key-spacing)
(#271) This line has a length of 3417. Maximum allowed is 132. (max-len)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) 't' is defined but never used. (no-unused-vars)
(#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) 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 space before value for key 'POLL_INTERVAL'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'TIMEOUT'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_poll'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) This line has 49 statements. Maximum allowed is 2. (max-statements-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) 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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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. (semi)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing space before value for key '_event'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'currentTarget'. (key-spacing)
(#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) Missing space before value for key 'newVal'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'prevVal'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'target'. (key-spacing)
(#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) Expected to return a value at the end of function. (consistent-return)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (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) Operator '===' must be spaced. (space-infix-ops)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#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) 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 whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Operator '===' must be spaced. (space-infix-ops)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected space(s) before "return". (keyword-spacing)
(#271) Expected space(s) after "return". (keyword-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. (semi)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_refreshTimeout'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected space(s) before "return". (keyword-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-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) 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. (semi)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_startPolling'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected space(s) before "return". (keyword-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing space before value for key 'nodeName'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'isEditable'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'prevVal'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) 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. (semi)
(#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. (semi)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-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) 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. (semi)
(#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) 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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_stopPolling'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected space(s) before "return". (keyword-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#271) Unexpected use of comma operator. (no-sequences)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_stopTimeout'. (key-spacing)
(#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) 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. (no-unused-expressions)
(#271) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_isEditable'. (key-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onBlur'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onFocus'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing space before value for key 'isEditable'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'nodeName'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'e'. (key-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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onKeyDown'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'e'. (key-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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onKeyUp'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) Operator '&&' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'e'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'force'. (key-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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onMouseDown'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'e'. (key-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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onSubscribe'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing space before value for key 'blur'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'focus'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'keydown'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'keyup'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'mousedown'. (key-spacing)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-spacing)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#271) Return statement should not contain assignment. (no-return-assign)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'nodeName'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'isEditable'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'prevVal'. (key-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "else". (keyword-spacing)
(#271) Requires a space after '{'. (block-spacing)
(#271) Statement inside of curly braces should be on next line. (brace-style)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected space(s) after "if". (keyword-spacing)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Expected { after 'if' condition. (curly)
(#271) Expected space(s) before "return". (keyword-spacing)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '||' must be spaced. (space-infix-ops)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'nodeName'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'isEditable'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'prevVal'. (key-spacing)
(#271) Operator '?' must be spaced. (space-infix-ops)
(#271) Operator ':' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key '_onUnsubscribe'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#271) Operator '&&' must be spaced. (space-infix-ops)
(#271) Unexpected use of comma operator. (no-sequences)
(#271) A space is required after ','. (comma-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) 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. (semi)
(#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. (semi)
(#271) Missing whitespace after semicolon. (semi-spacing)
(#271) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#271) Operator '=' must be spaced. (space-infix-ops)
(#271) Missing space before value for key 'detach'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'on'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'delegate'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'detachDelegate'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'publishConfig'. (key-spacing)
(#271) Missing space before value for key 'emitFacade'. (key-spacing)
(#271) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#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. (semi)
(#271) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#271) Missing space before value for key 'requires'. (key-spacing)
(#271) A space is required after ','. (comma-spacing)
(#279) This line has a length of 5610. Maximum allowed is 132. (max-len)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) 't' is defined but never used. (no-unused-vars)
(#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) 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. (no-unused-expressions)
(#279) This line has 78 statements. Maximum allowed is 2. (max-statements-per-line)
(#279) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) Unexpected use of comma operator. (no-sequences)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'create'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'insert'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_insert'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'prepend'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'append'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'appendChild'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'insertBefore'. (key-spacing)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'appendTo'. (key-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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setContent'. (key-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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getContent'. (key-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) Missing whitespace after semicolon. (semi-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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) 'r' is already defined. (no-redeclare)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) 'i' is already defined. (no-redeclare)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing space before value for key 'text'. (key-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setter'. (key-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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'for'. (key-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setter'. (key-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) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'options'. (key-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'children'. (key-spacing)
(#279) Missing space before value for key 'getter'. (key-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) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Unexpected use of comma operator. (no-sequences)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "for". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#279) Operator '<' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected { after 'for' condition. (curly)
(#279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '&&' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#279) Expected space(s) before "return". (keyword-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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'value'. (key-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setter'. (key-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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) Unexpected use of comma operator. (no-sequences)
(#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) 'r' is already defined. (no-redeclare)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing space before value for key 'abort'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'beforeunload'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'blur'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'change'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'click'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'close'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'command'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'contextmenu'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'copy'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'cut'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dblclick'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'DOMMouseScroll'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'drag'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dragstart'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dragenter'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dragover'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dragleave'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'dragend'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'drop'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'error'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'focus'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'key'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'keydown'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'keypress'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'keyup'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'load'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'message'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mousedown'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mouseenter'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mouseleave'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mousemove'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mousemultiwheel'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mouseout'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mouseover'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mouseup'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'mousewheel'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'orientationchange'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'paste'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'reset'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'resize'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'select'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'selectstart'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'submit'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'scroll'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'textInput'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'unload'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'invalid'. (key-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'purge'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_prepEvtArgs'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'on'. (key-spacing)
(#279) 't' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'n' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'r' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'once'. (key-spacing)
(#279) 't' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'n' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'r' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'after'. (key-spacing)
(#279) 't' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'n' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'r' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'onceAfter'. (key-spacing)
(#279) 't' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'n' is defined but never used. (no-unused-vars)
(#279) A space is required after ','. (comma-spacing)
(#279) 'r' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'offsetHeight'. (key-spacing)
(#279) Missing space before value for key 'setter'. (key-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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'offsetWidth'. (key-spacing)
(#279) Missing space before value for key 'setter'. (key-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) A space is required after ','. (comma-spacing)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'sizeTo'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'offsetWidth'. (key-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'offsetHeight'. (key-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. (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) 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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "try". (keyword-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#279) Expected space(s) before "catch". (keyword-spacing)
(#279) Expected space(s) after "catch". (keyword-spacing)
(#279) Empty block statement. (no-empty)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Expected space(s) before "return". (keyword-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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing space before value for key 'setter'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#279) Operator '===' must be spaced. (space-infix-ops)
(#279) Expected { after 'if' condition. (curly)
(#279) Expected space(s) before "try". (keyword-spacing)
(#279) Expected space(s) after "try". (keyword-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#279) Expected space(s) before "catch". (keyword-spacing)
(#279) Expected space(s) after "catch". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Unexpected use of comma operator. (no-sequences)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#279) Expected space(s) before "else". (keyword-spacing)
(#279) Expected { after 'else'. (curly)
(#279) Expected space(s) after "try". (keyword-spacing)
(#279) Requires a space after '{'. (block-spacing)
(#279) Statement inside of curly braces should be on next line. (brace-style)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#279) Expected space(s) before "catch". (keyword-spacing)
(#279) Expected space(s) after "catch". (keyword-spacing)
(#279) Empty block statement. (no-empty)
(#279) Missing space before opening brace. (space-before-blocks)
(#279) Expected space(s) before "return". (keyword-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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_bypassProxy'. (key-spacing)
(#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) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_initData'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator 'in' must be spaced. (space-infix-ops)
(#279) Operator '||' must be spaced. (space-infix-ops)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getData'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_getDataAttributes'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Missing whitespace after semicolon. (semi-spacing)
(#279) Expected space(s) after "while". (keyword-spacing)
(#279) Operator '<' must be spaced. (space-infix-ops)
(#279) Expected { after 'while' condition. (curly)
(#279) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) Unexpected use of comma operator. (no-sequences)
(#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) 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 whitespace after semicolon. (semi-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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key '_getDataAttribute'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#279) Operator '=' must be spaced. (space-infix-ops)
(#279) A space is required after ','. (comma-spacing)
(#279) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setData'. (key-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#279) Return statement should not contain assignment. (no-return-assign)
(#279) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'clearData'. (key-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) Expected space(s) after "return". (keyword-spacing)
(#279) Operator 'in' 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'getData'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'setData'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#279) Operator ':' must be spaced. (space-infix-ops)
(#279) Missing whitespace after semicolon. (semi-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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'clearData'. (key-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) 't' is assigned a value but never used. (no-unused-vars)
(#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) 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. (semi)
(#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. (semi)
(#279) A space is required after ','. (comma-spacing)
(#279) A space is required after ','. (comma-spacing)
(#279) Missing space before value for key 'requires'. (key-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)
(#287) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) 't' is defined but never used. (no-unused-vars)
(#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) 'o' is assigned a value but never used. (no-unused-vars)
(#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) 'a' is assigned a value but never used. (no-unused-vars)
(#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) Expected to return a value at the end of function. (consistent-return)
(#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 space(s) after "if". (keyword-spacing)
(#287) This line has 92 statements. Maximum allowed is 2. (max-statements-per-line)
(#287) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "return". (keyword-spacing)
(#287) A constructor name should not start with a lowercase letter. (new-cap)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "return". (keyword-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. (semi)
(#287) Expected space(s) before "var". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#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) 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. (semi)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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 space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Identifier 're_aria' is not in camel case. (camelcase)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-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) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (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 space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "if". (keyword-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#287) Expected { after 'if' condition. (curly)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) Expected space(s) before "else". (keyword-spacing)
(#287) Expected { after 'else'. (curly)
(#287) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#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. (semi)
(#287) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (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 space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "return". (keyword-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. (semi)
(#287) Expected space(s) before "else". (keyword-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "return". (keyword-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-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. (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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#287) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A constructor name should not start with a lowercase letter. (new-cap)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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) Expected space(s) before "return". (keyword-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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Operator '>' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) 's' is assigned a value but never used. (no-unused-vars)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-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) 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) Return statement should not contain assignment. (no-return-assign)
(#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 space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'DATA_PREFIX'. (key-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'toString'. (key-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) 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) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '+=' must be spaced. (space-infix-ops)
(#287) Operator '+' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'get'. (key-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 whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key '_get'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#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 space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'set'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'setAttrs'. (key-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) Operator ':' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'getAttrs'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) 't' is defined but never used. (no-unused-vars)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'compareTo'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '===' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'inDoc'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (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) 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) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "if". (keyword-spacing)
(#287) Expected { after 'if' condition. (curly)
(#287) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#287) Expected space(s) before "return". (keyword-spacing)
(#287) Expected space(s) after "return". (keyword-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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'getById'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'ancestor'. (key-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) 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) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'ancestors'. (key-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) 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) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'previous'. (key-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) 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 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'next'. (key-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) 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 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'siblings'. (key-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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'one'. (key-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'all'. (key-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 whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Return statement should not contain assignment. (no-return-assign)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '||' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'test'. (key-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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'remove'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'replace'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'replaceChild'. (key-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) Operator '&&' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'destroy'. (key-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) Operator '?' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'invoke'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#287) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#287) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'swap'. (key-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) 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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#287) Operator '===' must be spaced. (space-infix-ops)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-spacing)
(#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 space is required after ','. (comma-spacing)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#287) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'hasMethod'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected space(s) after "return". (keyword-spacing)
(#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) Invalid typeof comparison value. (valid-typeof)
(#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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'isFragment'. (key-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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'empty'. (key-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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) Missing space before value for key 'getDOMNode'. (key-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) 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. (semi)
(#287) A space is required after ','. (comma-spacing)
(#287) A space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#287) Missing whitespace after semicolon. (semi-spacing)
(#287) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#287) Operator '&&' must be spaced. (space-infix-ops)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#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 space is required after ','. (comma-spacing)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#287) Do not nest ternary expressions. (no-nested-ternary)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#287) Operator '?' must be spaced. (space-infix-ops)
(#287) Operator '=' must be spaced. (space-infix-ops)
(#287) Operator ':' must be spaced. (space-infix-ops)
(#288) This line has a length of 3760. Maximum allowed is 132. (max-len)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#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) This line has 60 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) 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. (semi)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) 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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#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. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Operator '==' must be spaced. (space-infix-ops)
(#288) Operator '?' must be spaced. (space-infix-ops)
(#288) 'r' is assigned a value but never used. (no-unused-vars)
(#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) 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) A space is required after ','. (comma-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. (semi)
(#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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key '_invoke'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-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) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'item'. (key-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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'each'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'batch'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'some'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) A space is required after ','. (comma-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'toFrag'. (key-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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'indexOf'. (key-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) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'filter'. (key-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) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'modulus'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'odd'. (key-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) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'even'. (key-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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'destructor'. (key-spacing)
(#288) Unexpected empty method 'destructor'. (no-empty-function)
(#288) Missing space before opening brace. (space-before-blocks)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'refresh'. (key-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) 't' is defined but never used. (no-unused-vars)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#288) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'size'. (key-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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'isEmpty'. (key-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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'toString'. (key-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) 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) 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) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#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) 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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-spacing)
(#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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'getDOMNodes'. (key-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) 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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-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. (semi)
(#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) 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. (semi)
(#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) 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) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#288) A space is required after ','. (comma-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) 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) Operator '=' must be spaced. (space-infix-ops)
(#288) Missing space before value for key 'concat'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'pop'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'push'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'shift'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'slice'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'splice'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'unshift'. (key-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#288) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Expected space(s) after "while". (keyword-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) Operator '!=' must be spaced. (space-infix-ops)
(#288) Expected { after 'while' condition. (curly)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Operator '||' must be spaced. (space-infix-ops)
(#288) Missing whitespace after semicolon. (semi-spacing)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Return statement should not contain assignment. (no-return-assign)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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. (semi)
(#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. (semi)
(#288) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#288) Operator '&&' must be spaced. (space-infix-ops)
(#288) A space is required after ','. (comma-spacing)
(#288) Unexpected use of comma operator. (no-sequences)
(#288) A space is required after ','. (comma-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. (semi)
(#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) 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. (semi)
(#288) A space is required after ','. (comma-spacing)
(#288) A space is required after ','. (comma-spacing)
(#288) Missing space before value for key 'requires'. (key-spacing)
(#288) A space is required after ','. (comma-spacing)
(#296) This line has a length of 265. Maximum allowed is 132. (max-len)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) 't' is defined but never used. (no-unused-vars)
(#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) 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 4 statements. Maximum allowed is 2. (max-statements-per-line)
(#296) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#296) Missing whitespace after semicolon. (semi-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Unexpected use of comma operator. (no-sequences)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-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. (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. (semi)
(#296) A space is required after ','. (comma-spacing)
(#296) A space is required after ','. (comma-spacing)
(#296) Missing space before value for key 'requires'. (key-spacing)
(#296) A space is required after ','. (comma-spacing)
(#304) This line has a length of 718. Maximum allowed is 132. (max-len)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) 't' is defined but never used. (no-unused-vars)
(#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. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#304) Missing whitespace after semicolon. (semi-spacing)
(#304) Unexpected use of comma operator. (no-sequences)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-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. (semi)
(#304) Unexpected use of comma operator. (no-sequences)
(#304) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#304) Unexpected use of comma operator. (no-sequences)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-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. (semi)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#304) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#304) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#304) Unexpected use of comma operator. (no-sequences)
(#304) A space is required after ','. (comma-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. (semi)
(#304) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#304) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#304) Unexpected use of comma operator. (no-sequences)
(#304) A space is required after ','. (comma-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. (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. (semi)
(#304) A space is required after ','. (comma-spacing)
(#304) A space is required after ','. (comma-spacing)
(#304) Missing space before value for key 'requires'. (key-spacing)
(#304) A space is required after ','. (comma-spacing)
(#312) This line has a length of 1640. Maximum allowed is 132. (max-len)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) 't' is defined but never used. (no-unused-vars)
(#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. (no-unused-expressions)
(#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) 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 20 statements. Maximum allowed is 2. (max-statements-per-line)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'getter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Unexpected use of comma operator. (no-sequences)
(#312) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#312) Unexpected use of comma operator. (no-sequences)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'getter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected space(s) after "return". (keyword-spacing)
(#312) Operator 'in' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'setter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator 'in' 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) 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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'getter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected space(s) after "return". (keyword-spacing)
(#312) Operator 'in' must be spaced. (space-infix-ops)
(#312) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'setter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator 'in' 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) 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. (semi)
(#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) 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) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'getter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#312) A space is required after ','. (comma-spacing)
(#312) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#312) Return statement should not contain assignment. (no-return-assign)
(#312) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing space before value for key 'getter'. (key-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) 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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#312) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#312) Operator '&&' must be spaced. (space-infix-ops)
(#312) Operator '=' must be spaced. (space-infix-ops)
(#312) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#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. (semi)
(#312) A space is required after ','. (comma-spacing)
(#312) A space is required after ','. (comma-spacing)
(#312) Missing space before value for key 'requires'. (key-spacing)
(#312) A space is required after ','. (comma-spacing)
(#320) This line has a length of 1294. Maximum allowed is 132. (max-len)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) 't' is defined but never used. (no-unused-vars)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) This line has 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'setStyle'. (key-spacing)
(#320) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'setStyles'. (key-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) A space is required after ','. (comma-spacing)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'getStyle'. (key-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'getComputedStyle'. (key-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) Missing whitespace after semicolon. (semi-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. (no-unused-expressions)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'show'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '-' must be spaced. (space-infix-ops)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key '_show'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key '_isHidden'. (key-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'toggleView'. (key-spacing)
(#320) 'e' is defined but never used. (no-unused-vars)
(#320) A space is required after ','. (comma-spacing)
(#320) 't' is defined but never used. (no-unused-vars)
(#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) A space is required after ','. (comma-spacing)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key '_toggleView'. (key-spacing)
(#320) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '-' must be spaced. (space-infix-ops)
(#320) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'hide'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#320) Operator '=' must be spaced. (space-infix-ops)
(#320) Operator '-' must be spaced. (space-infix-ops)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key '_hide'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#320) A space is required after ','. (comma-spacing)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) Unexpected use of comma operator. (no-sequences)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#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. (semi)
(#320) A space is required after ','. (comma-spacing)
(#320) A space is required after ','. (comma-spacing)
(#320) Missing space before value for key 'requires'. (key-spacing)
(#320) A space is required after ','. (comma-spacing)
(#328) This line has a length of 2185. Maximum allowed is 132. (max-len)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) 't' is defined but never used. (no-unused-vars)
(#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. (require-jsdoc)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#328) This line has 46 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Expected { after 'if' condition. (curly)
(#328) Expected space(s) before "return". (keyword-spacing)
(#328) Unnecessary '.call()'. (no-useless-call)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "switch". (keyword-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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Expected space(s) before "var". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) Expected { after 'if' condition. (curly)
(#328) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) Expected space(s) after "for". (keyword-spacing)
(#328) Expected { after 'for-in'. (curly)
(#328) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '?' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) Operator ':' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '&&' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "if". (keyword-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) Expected { after 'if' condition. (curly)
(#328) Expected space(s) before "return". (keyword-spacing)
(#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) Expected space(s) after "switch". (keyword-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) Expected space(s) after "case". (keyword-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "case". (keyword-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "case". (keyword-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "case". (keyword-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected space(s) after "if". (keyword-spacing)
(#328) Expected { after 'if' condition. (curly)
(#328) Expected space(s) before "return". (keyword-spacing)
(#328) Missing whitespace after semicolon. (semi-spacing)
(#328) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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. (semi)
(#328) Expected space(s) before "return". (keyword-spacing)
(#328) Return statement should not contain assignment. (no-return-assign)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Unexpected use of comma operator. (no-sequences)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '||' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) 't' is defined but never used. (no-unused-vars)
(#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) Expected space(s) after "if". (keyword-spacing)
(#328) Expected { after 'if' condition. (curly)
(#328) Expected space(s) before "try". (keyword-spacing)
(#328) Expected space(s) after "try". (keyword-spacing)
(#328) Requires a space after '{'. (block-spacing)
(#328) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#328) Expected space(s) before "catch". (keyword-spacing)
(#328) Expected space(s) after "catch". (keyword-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) 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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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)
(#328) Operator '?' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) Operator '=' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-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)
(#328) Operator '?' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#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)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#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. (semi)
(#328) A space is required after ','. (comma-spacing)
(#328) A space is required after ','. (comma-spacing)
(#328) Missing space before value for key 'requires'. (key-spacing)
(#336) This line has a length of 923. Maximum allowed is 132. (max-len)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 16 statements. Maximum allowed is 2. (max-statements-per-line)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#336) Expected space(s) before "var". (keyword-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing space before value for key 'plug'. (key-spacing)
(#336) A space is required after ','. (comma-spacing)
(#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) 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 "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) A space is required after ','. (comma-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Operator '<' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected { after 'for' condition. (curly)
(#336) Expected space(s) before "this". (keyword-spacing)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected { after 'else'. (curly)
(#336) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) A constructor name should not start with a lowercase letter. (new-cap)
(#336) A space is required after ','. (comma-spacing)
(#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. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'unplug'. (key-spacing)
(#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) 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) Expected { after 'if' condition. (curly)
(#336) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '&&' must be spaced. (space-infix-ops)
(#336) Missing whitespace after semicolon. (semi-spacing)
(#336) Expected { after 'else'. (curly)
(#336) Expected space(s) after "for". (keyword-spacing)
(#336) Expected { after 'for-in'. (curly)
(#336) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#336) Expected space(s) before "this". (keyword-spacing)
(#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. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'hasPlugin'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key '_initPlugins'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key '_destroyPlugins'. (key-spacing)
(#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) 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. (semi)
(#336) Unexpected use of comma operator. (no-sequences)
(#336) A space is required after ','. (comma-spacing)
(#336) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#336) A space is required after ','. (comma-spacing)
(#336) A space is required after ','. (comma-spacing)
(#336) Missing space before value for key 'requires'. (key-spacing)
(#344) This line has a length of 784. Maximum allowed is 132. (max-len)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) 't' is defined but never used. (no-unused-vars)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#344) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected space(s) after "for". (keyword-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '-' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Operator '>=' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected { after 'for' condition. (curly)
(#344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected space(s) after "for". (keyword-spacing)
(#344) Expected { after 'for-in'. (curly)
(#344) Expected an assignment or function call and instead saw an expression. (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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#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) 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) 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 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'fn'. (key-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing space before value for key 'cfg'. (key-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected space(s) after "for". (keyword-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Operator '<' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected { after 'for' condition. (curly)
(#344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#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) 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 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Operator '||' must be spaced. (space-infix-ops)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#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 "for". (keyword-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Operator '<' must be spaced. (space-infix-ops)
(#344) Missing whitespace after semicolon. (semi-spacing)
(#344) Expected { after 'for' condition. (curly)
(#344) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) Unexpected use of comma operator. (no-sequences)
(#344) A space is required after ','. (comma-spacing)
(#344) Operator '=' must be spaced. (space-infix-ops)
(#344) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#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) 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. (semi)
(#344) A space is required after ','. (comma-spacing)
(#344) A space is required after ','. (comma-spacing)
(#344) Missing space before value for key 'requires'. (key-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) 'e' is defined but never used. (no-unused-vars)
(#352) A space is required after ','. (comma-spacing)
(#352) 't' is defined but never used. (no-unused-vars)
(#352) Unexpected empty function. (no-empty-function)
(#352) Missing space before opening brace. (space-before-blocks)
(#352) A space is required after ','. (comma-spacing)
(#352) A space is required after ','. (comma-spacing)
(#352) Missing space before value for key 'requires'. (key-spacing)
(#360) This line has a length of 3462. Maximum allowed is 132. (max-len)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) 't' is defined but never used. (no-unused-vars)
(#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) 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) This line has 62 statements. Maximum allowed is 2. (max-statements-per-line)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#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) 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 space before value for key '_types'. (key-spacing)
(#360) Missing space before value for key 'esc'. (key-spacing)
(#360) Missing space before value for key 'token'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 're'. (key-spacing)
(#360) Unnecessary escape character: \[. (no-useless-escape)
(#360) Unnecessary escape character: \(. (no-useless-escape)
(#360) Unnecessary escape character: \). (no-useless-escape)
(#360) Unnecessary escape character: \.. (no-useless-escape)
(#360) Unnecessary escape character: \'. (no-useless-escape)
(#360) Unnecessary escape character: \>. (no-useless-escape)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'attr'. (key-spacing)
(#360) Missing space before value for key 'token'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 're'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'pseudo'. (key-spacing)
(#360) Missing space before value for key 'token'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 're'. (key-spacing)
(#360) Unnecessary escape character: \). (no-useless-escape)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'useNative'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_escapeId'. (key-spacing)
(#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) Unnecessary escape character: \[. (no-useless-escape)
(#360) Unnecessary escape character: \(. (no-useless-escape)
(#360) Unnecessary escape character: \). (no-useless-escape)
(#360) Unnecessary escape character: \.. (no-useless-escape)
(#360) A space is required after ','. (comma-spacing)
(#360) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_compare'. (key-spacing)
(#360) Do not nest ternary expressions. (no-nested-ternary)
(#360) Operator 'in' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#360) Operator '===' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#360) Operator '>' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) 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) Unexpected use of '&'. (no-bitwise)
(#360) Operator '&' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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) 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_sort'. (key-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_deDupe'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected an assignment or function call and instead saw an expression. (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) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Unexpected use of comma operator. (no-sequences)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'query'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#360) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#360) Operator '>' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) Expected space(s) before "return". (keyword-spacing)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_replaceSelector'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'esc'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'attrs'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'pseudos'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'selector'. (key-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_restoreSelector'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_replaceCommas'. (key-spacing)
(#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) 't' is already defined. (no-redeclare)
(#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) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#360) Return statement should not contain assignment. (no-return-assign)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_splitQueries'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '>' must be spaced. (space-infix-ops)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '===' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '<' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#360) Expected space(s) before "return". (keyword-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_nativeQuery'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '||' must be spaced. (space-infix-ops)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '>' must be spaced. (space-infix-ops)
(#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 "return". (keyword-spacing)
(#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 whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "try". (keyword-spacing)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Operator '?' must be spaced. (space-infix-ops)
(#360) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) Expected space(s) before "catch". (keyword-spacing)
(#360) Expected space(s) after "catch". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'filter'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Expected { after 'if' condition. (curly)
(#360) Expected space(s) before "for". (keyword-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'test'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#360) Expected { after 'if' condition. (curly)
(#360) Expected space(s) before "if". (keyword-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Operator '==' must be spaced. (space-infix-ops)
(#360) Expected { after 'if' condition. (curly)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "else". (keyword-spacing)
(#360) Requires a space after '{'. (block-spacing)
(#360) Statement inside of curly braces should be on next line. (brace-style)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Unexpected use of comma operator. (no-sequences)
(#360) A space is required after ','. (comma-spacing)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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) Operator '||' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '+=' must be spaced. (space-infix-ops)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Operator '+' must be spaced. (space-infix-ops)
(#360) Unexpected use of comma operator. (no-sequences)
(#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 whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-spacing)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#360) Expected { after 'for' condition. (curly)
(#360) Expected space(s) before "if". (keyword-spacing)
(#360) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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. (semi)
(#360) Expected space(s) before "if". (keyword-spacing)
(#360) Expected space(s) after "if". (keyword-spacing)
(#360) Expected { after 'if' condition. (curly)
(#360) Expected space(s) before "break". (keyword-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. (semi)
(#360) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#360) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) Expected space(s) before "return". (keyword-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'ancestor'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_parse'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_replace'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key '_restore'. (key-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected space(s) after "for". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#360) Operator '<' must be spaced. (space-infix-ops)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#360) Expected { after 'for' condition. (curly)
(#360) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#360) Expected space(s) before "return". (keyword-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. (semi)
(#360) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#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. (semi)
(#360) A space is required after ','. (comma-spacing)
(#360) A space is required after ','. (comma-spacing)
(#360) Missing space before value for key 'requires'. (key-spacing)
(#363) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) This line has 143 statements. Maximum allowed is 2. (max-statements-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) 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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "while". (keyword-spacing)
(#363) Expected { after 'while' condition. (curly)
(#363) Expected space(s) before "if". (keyword-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Expected space(s) after "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "return". (keyword-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. (semi)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Unexpected alert. (no-alert)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (no-unused-expressions)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#363) Unexpected alert. (no-alert)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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 "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing space before value for key 'implementsDomRange'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'implementsTextRange'. (key-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 space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '<' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected { after 'for' condition. (curly)
(#363) Expected space(s) before "try". (keyword-spacing)
(#363) Expected space(s) after "try". (keyword-spacing)
(#363) Requires a space after '{'. (block-spacing)
(#363) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#363) Expected space(s) before "catch". (keyword-spacing)
(#363) Expected space(s) after "catch". (keyword-spacing)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '<' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected { after 'for' condition. (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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#363) Expected space(s) before "var". (keyword-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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 space before value for key 'version'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'initialized'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'supported'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'util'. (key-spacing)
(#363) Missing space before value for key 'isHostMethod'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'isHostObject'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'isHostProperty'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'areHostMethods'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'areHostObjects'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'areHostProperties'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'isTextRange'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'features'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'modules'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'config'. (key-spacing)
(#363) Missing space before value for key 'alertOnWarn'. (key-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing space before value for key 'preferTextRange'. (key-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#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 "for". (keyword-spacing)
(#363) Expected { after 'for-in'. (curly)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#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. (no-unused-expressions)
(#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) 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. (semi)
(#363) Unexpected use of comma operator. (no-sequences)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) 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 constructor name should not start with a lowercase letter. (new-cap)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) A space is required after ','. (comma-spacing)
(#363) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#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. (semi)
(#363) A space is required after ','. (comma-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 "for". (keyword-spacing)
(#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) 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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '||' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "throw". (keyword-spacing)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "throw". (keyword-spacing)
(#363) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#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 whitespace after semicolon. (semi-spacing)
(#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) 'e' is defined but never used. (no-unused-vars)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "if". (keyword-spacing)
(#363) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Function expected no return value. (consistent-return)
(#363) Expected space(s) before "return". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#363) 'rangy' is not defined. (no-undef)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "while". (keyword-spacing)
(#363) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Expected { after 'while' condition. (curly)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Do not nest ternary expressions. (no-nested-ternary)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#363) Operator ':' must be spaced. (space-infix-ops)
(#363) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "for". (keyword-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Expected { after 'for' condition. (curly)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "for". (keyword-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Expected { after 'for' condition. (curly)
(#363) Expected space(s) before "if". (keyword-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#363) Operator ':' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "while". (keyword-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Expected space(s) after "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Expected space(s) after "return". (keyword-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) 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) Operator '?' must be spaced. (space-infix-ops)
(#363) Operator ':' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "while". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '===' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#363) Expected space(s) before "return". (keyword-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#363) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '!=' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#363) Operator '?' must be spaced. (space-infix-ops)
(#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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "while". (keyword-spacing)
(#363) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Expected { after 'while' condition. (curly)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '==' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Do not nest ternary expressions. (no-nested-ternary)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#363) Operator ':' must be spaced. (space-infix-ops)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#363) Operator '=' must be spaced. (space-infix-ops)
(#363) A space is required after ','. (comma-spacing)
(#363) Unexpected use of comma operator. (no-sequences)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '===' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "throw". (keyword-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 space(s) after "while". (keyword-spacing)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Expected space(s) after "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#363) Expected space(s) after "if". (keyword-spacing)
(#363) Operator '===' must be spaced. (space-infix-ops)
(#363) Expected { after 'if' condition. (curly)
(#363) Expected space(s) before "return". (keyword-spacing)
(#363) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#363) Expected space(s) before "throw". (keyword-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. (semi)
(#363) Expected space(s) before "function". (keyword-spacing)
(#363) Missing JSDoc comment. (require-jsdoc)
(#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) Unexpected whitespace between function name and paren. (func-call-spacing)
(#364) This line has a length of 6016. Maximum allowed is 132. (max-len)
(#364) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#364) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Expected { after 'while' condition. (curly)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) This line has 130 statements. Maximum allowed is 2. (max-statements-per-line)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) Expected space(s) after "return". (keyword-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) Expected space(s) after "return". (keyword-spacing)
(#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 space(s) after "if". (keyword-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) 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 space(s) after "return". (keyword-spacing)
(#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) 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. (semi)
(#364) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#364) Expected space(s) before "var". (keyword-spacing)
(#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. (no-unused-expressions)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#364) Expected { after 'while' condition. (curly)
(#364) Expected space(s) before "if". (keyword-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Operator '===' must be spaced. (space-infix-ops)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) Expected space(s) after "return". (keyword-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing space before value for key '_current'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'hasNext'. (key-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'next'. (key-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "this". (keyword-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "else". (keyword-spacing)
(#364) Requires a space after '{'. (block-spacing)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#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) Expected { after 'while' condition. (curly)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-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. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'detach'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing space before value for key 'equals'. (key-spacing)
(#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) Unexpected use of '&'. (no-bitwise)
(#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) 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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'inspect'. (key-spacing)
(#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) Expected space(s) after "return". (keyword-spacing)
(#364) Operator '+' must be spaced. (space-infix-ops)
(#364) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing space before value for key 'INDEX_SIZE_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'HIERARCHY_REQUEST_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'WRONG_DOCUMENT_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'NO_MODIFICATION_ALLOWED_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'NOT_FOUND_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'NOT_SUPPORTED_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'INVALID_STATE_ERR'. (key-spacing)
(#364) A space is required after ','. (comma-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) 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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing space before value for key 'arrayContains'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'isHtmlNamespace'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'parentElement'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getNodeIndex'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getNodeLength'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getCommonAncestor'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'isAncestorOf'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getClosestAncestorIn'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'isCharacterDataNode'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'insertAfter'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'splitDataNode'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getDocument'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getWindow'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getIframeWindow'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getIframeDocument'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getBody'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'getRootContainer'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'comparePoints'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'inspectNode'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'fragmentFromNodeChildren'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'createIterator'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'DomPosition'. (key-spacing)
(#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. (semi)
(#364) A space is required after ','. (comma-spacing)
(#364) 'rangy' is not defined. (no-undef)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "for". (keyword-spacing)
(#364) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '<' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected { after 'for' condition. (curly)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'target'. (key-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing space before value for key 'args'. (key-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) A constructor name should not start with a lowercase letter. (new-cap)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) 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) Do not nest ternary expressions. (no-nested-ternary)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#364) Operator ':' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "for". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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 a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Operator '==' must be spaced. (space-infix-ops)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) 'r' used outside of binding context. (block-scoped-var)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Operator '||' must be spaced. (space-infix-ops)
(#364) Missing space before value for key 'stop'. (key-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "for". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Expected { after 'for' condition. (curly)
(#364) Expected space(s) before "if". (keyword-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#364) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#364) Expected space(s) before "else". (keyword-spacing)
(#364) Expected space(s) after "else". (keyword-spacing)
(#364) Requires a space after '{'. (block-spacing)
(#364) Statement inside of curly braces should be on next line. (brace-style)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#364) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Expected { after 'while' condition. (curly)
(#364) Expected space(s) before "if". (keyword-spacing)
(#364) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#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) 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) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#364) Expected { after 'while' condition. (curly)
(#364) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "for". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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 a conditional expression and instead saw an assignment. (no-cond-assign)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator ':' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) Operator '==' must be spaced. (space-infix-ops)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) 'n' used outside of binding context. (block-scoped-var)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) 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) 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. (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) Missing whitespace after semicolon. (semi-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) 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 space(s) after "return". (keyword-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Missing whitespace after semicolon. (semi-spacing)
(#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. (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) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#364) Operator ':' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#364) Operator '=' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Unexpected use of comma operator. (no-sequences)
(#364) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "while". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#364) Expected space(s) after "if". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "return". (keyword-spacing)
(#364) Missing whitespace after semicolon. (semi-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. (semi)
(#364) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '!==' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#364) A space is required after ','. (comma-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#364) Expected { after 'if' condition. (curly)
(#364) Expected space(s) before "throw". (keyword-spacing)
(#364) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "return". (keyword-spacing)
(#364) A space is required after ','. (comma-spacing)
(#364) Operator '&&' must be spaced. (space-infix-ops)
(#364) A space is required after ','. (comma-spacing)
(#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. (semi)
(#364) Expected space(s) before "function". (keyword-spacing)
(#364) Missing JSDoc comment. (require-jsdoc)
(#364) A space is required after ','. (comma-spacing)
(#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) Unexpected whitespace between function name and paren. (func-call-spacing)
(#365) This line has a length of 6019. Maximum allowed is 132. (max-len)
(#365) Unexpected newline between function and ( of function call. (no-unexpected-multiline)
(#365) Operator '?' must be spaced. (space-infix-ops)
(#365) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 "return". (keyword-spacing)
(#365) This line has 110 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#365) Unexpected empty function 'et'. (no-empty-function)
(#365) Missing space before opening brace. (space-before-blocks)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A constructor name should not start with a lowercase letter. (new-cap)
(#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) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-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. (semi)
(#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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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 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. (semi)
(#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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Operator '!=' must be spaced. (space-infix-ops)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Operator '!=' must be spaced. (space-infix-ops)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#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) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-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. (semi)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing '()' invoking a constructor. (new-parens)
(#365) A constructor name should not start with a lowercase letter. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setStart'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setEnd'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setStartBefore'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setStartAfter'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setEndBefore'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'setEndAfter'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'collapse'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'selectNodeContents'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'selectNode'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'extractContents'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'deleteContents'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'canSurroundContents'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A constructor name should not start with a lowercase letter. (new-cap)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'detach'. (key-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) 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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'splitBoundaries'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Operator '===' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '<' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '>=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'normalizeBoundaries'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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 whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) A space is required after ','. (comma-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. (semi)
(#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) 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 whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Operator '==' must be spaced. (space-infix-ops)
(#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 whitespace after semicolon. (semi-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Operator '==' must be spaced. (space-infix-ops)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '+=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Operator '==' must be spaced. (space-infix-ops)
(#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 whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '==' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "else". (keyword-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Operator '>' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) Expected space(s) before "if". (keyword-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '==' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Operator '<' must be spaced. (space-infix-ops)
(#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 whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#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) Expected space(s) before "else". (keyword-spacing)
(#365) Expected { after 'else'. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'collapseToPoint'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) Operator '!==' must be spaced. (space-infix-ops)
(#365) Operator '||' must be spaced. (space-infix-ops)
(#365) Operator '!==' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'startMoved'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'endMoved'. (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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) Expected space(s) before "function". (keyword-spacing)
(#365) Missing JSDoc comment. (require-jsdoc)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) Missing space before value for key 'boundarychange'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'detach'. (key-spacing)
(#365) A space is required after ','. (comma-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. (semi)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing space before value for key '_current'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key '_next'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key '_first'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key '_last'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'isSingleCharacterDataNode'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'reset'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'hasNext'. (key-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 "return". (keyword-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'next'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#365) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator '-' must be spaced. (space-infix-ops)
(#365) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'remove'. (key-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) A space is required after ','. (comma-spacing)
(#365) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '!==' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '!=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'isPartiallySelectedSubtree'. (key-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 whitespace after semicolon. (semi-spacing)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'getSubtreeIterator'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "if". (keyword-spacing)
(#365) Expected { after 'if' condition. (curly)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "else". (keyword-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A constructor name should not start with a lowercase letter. (new-cap)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) A space is required after ','. (comma-spacing)
(#365) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#365) Expected space(s) before "return". (keyword-spacing)
(#365) A constructor name should not start with a lowercase letter. (new-cap)
(#365) A space is required after ','. (comma-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'detach'. (key-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '&&' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#365) Unexpected use of comma operator. (no-sequences)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing space before value for key 'BAD_BOUNDARYPOINTS_ERR'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'INVALID_NODE_TYPE_ERR'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing space before value for key '_current'. (key-spacing)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'hasNext'. (key-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 "return". (keyword-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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'next'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#365) Return statement should not contain assignment. (no-return-assign)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#365) A space is required after ','. (comma-spacing)
(#365) Missing space before value for key 'detach'. (key-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) 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. (semi)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#365) Missing whitespace after semicolon. (semi-spacing)
(#365) Expected space(s) after "try". (keyword-spacing)
(#365) Requires a space after '{'. (block-spacing)
(#365) Statement inside of curly braces should be on next line. (brace-style)
(#365) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#365) Operator '=' must be spaced. (space-infix-ops)
(#367) This line has a length of 6003. Maximum allowed is 132. (max-len)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) This line has 111 statements. Maximum allowed is 2. (max-statements-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "function". (keyword-spacing)
(#367) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-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. (semi)
(#367) Expected space(s) before "function". (keyword-spacing)
(#367) Missing JSDoc comment. (require-jsdoc)
(#367) Function 'a' has a complexity of 21. Maximum allowed is 20. (complexity)
(#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) 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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Expected { after 'if' condition. (curly)
(#367) Expected space(s) before "return". (keyword-spacing)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#367) A space is required after ','. (comma-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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-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) 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) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected { after 'do'. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "while". (keyword-spacing)
(#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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-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) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "while". (keyword-spacing)
(#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) Expected { after 'while' condition. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "else". (keyword-spacing)
(#367) Expected { after 'else'. (curly)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#367) A space is required after ','. (comma-spacing)
(#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. (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. (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) Unexpected use of comma operator. (no-sequences)
(#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 space is required after ','. (comma-spacing)
(#367) Do not nest ternary expressions. (no-nested-ternary)
(#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 constructor name should not start with a lowercase letter. (new-cap)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#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) A constructor name should not start with a lowercase letter. (new-cap)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "function". (keyword-spacing)
(#367) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#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 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) Operator ':' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Expected { after 'if' condition. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "while". (keyword-spacing)
(#367) Expected { after 'while' condition. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-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. (semi)
(#367) Expected space(s) before "function". (keyword-spacing)
(#367) Missing JSDoc comment. (require-jsdoc)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-spacing)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Expected { after 'if' condition. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "function". (keyword-spacing)
(#367) Missing JSDoc comment. (require-jsdoc)
(#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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "while". (keyword-spacing)
(#367) Expected { after 'while' condition. (curly)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-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. (semi)
(#367) Expected space(s) before "var". (keyword-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) A space is required after ','. (comma-spacing)
(#367) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 space(s) after "if". (keyword-spacing)
(#367) Expected { after 'if' condition. (curly)
(#367) Expected space(s) before "throw". (keyword-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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) 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. (semi)
(#367) A space is required after ','. (comma-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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#367) A space is required after ','. (comma-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) 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. (semi)
(#367) A space is required after ','. (comma-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) 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. (semi)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "try". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-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) 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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#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. (semi)
(#367) Expected space(s) before "catch". (keyword-spacing)
(#367) Expected space(s) after "catch". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) 'o' is assigned a value but never used. (no-unused-vars)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "try". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "catch". (keyword-spacing)
(#367) Expected space(s) after "catch". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "try". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Expected space(s) before "catch". (keyword-spacing)
(#367) Expected space(s) after "catch". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 space(s) after "try". (keyword-spacing)
(#367) Requires a space after '{'. (block-spacing)
(#367) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#367) Expected space(s) before "catch". (keyword-spacing)
(#367) Expected space(s) after "catch". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#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. (semi)
(#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. (semi)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Operator ':' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Unexpected use of comma operator. (no-sequences)
(#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) Unexpected use of '&'. (no-bitwise)
(#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) 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 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) Return statement should not contain assignment. (no-return-assign)
(#367) Return statement should not contain assignment. (no-return-assign)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) 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) A space is required after ','. (comma-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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#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) 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) 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. (semi)
(#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 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. (semi)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (no-unused-expressions)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#367) A space is required after ','. (comma-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) 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) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) 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. (semi)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#367) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#367) Operator '&&' must be spaced. (space-infix-ops)
(#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 space(s) after "if". (keyword-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 constructor name should not start with a lowercase letter. (new-cap)
(#367) A space is required after ','. (comma-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#367) Expected space(s) before "var". (keyword-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Missing whitespace after semicolon. (semi-spacing)
(#367) A space is required after ','. (comma-spacing)
(#367) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#367) A space is required after ','. (comma-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) Return statement should not contain assignment. (no-return-assign)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#367) Operator '||' must be spaced. (space-infix-ops)
(#367) Unexpected use of comma operator. (no-sequences)
(#367) A space is required after ','. (comma-spacing)
(#367) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#367) A space is required after ','. (comma-spacing)
(#367) Operator '=' must be spaced. (space-infix-ops)
(#368) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#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) 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. (semi)
(#368) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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) This line has 102 statements. Maximum allowed is 2. (max-statements-per-line)
(#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. (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) 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) 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. (semi)
(#368) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#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. (semi)
(#368) A space is required after ','. (comma-spacing)
(#368) 'rangy' is not defined. (no-undef)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected to return a value at the end of function. (consistent-return)
(#368) Function has a complexity of 34. Maximum allowed is 20. (complexity)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#368) A space is required after ','. (comma-spacing)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "if". (keyword-spacing)
(#368) Operator '||' must be spaced. (space-infix-ops)
(#368) Operator '!=' must be spaced. (space-infix-ops)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "return". (keyword-spacing)
(#368) Expected space(s) after "return". (keyword-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '<' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected { after 'for' condition. (curly)
(#368) Expected space(s) before "if". (keyword-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "return". (keyword-spacing)
(#368) Expected space(s) after "return". (keyword-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "throw". (keyword-spacing)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Operator '+' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 constructor name should not start with a lowercase letter. (new-cap)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) Operator '==' must be spaced. (space-infix-ops)
(#368) Expected { after 'if' condition. (curly)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "else". (keyword-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "if". (keyword-spacing)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) Expected { after 'if' condition. (curly)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "else". (keyword-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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. (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) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '-' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) 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) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '<' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected { after 'for' condition. (curly)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "try". (keyword-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#368) Expected space(s) before "catch". (keyword-spacing)
(#368) Expected space(s) after "catch". (keyword-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) 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. (semi)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#368) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "for". (keyword-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Operator '<' must be spaced. (space-infix-ops)
(#368) 'rangeCount' is not defined. (no-undef)
(#368) Missing whitespace after semicolon. (semi-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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "try". (keyword-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#368) Expected space(s) before "catch". (keyword-spacing)
(#368) Expected space(s) after "catch". (keyword-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) 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. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "if". (keyword-spacing)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '!==' must be spaced. (space-infix-ops)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "throw". (keyword-spacing)
(#368) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#368) Expected space(s) before "function". (keyword-spacing)
(#368) Missing JSDoc comment. (require-jsdoc)
(#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 constructor name should not start with a lowercase letter. (new-cap)
(#368) A space is required after ','. (comma-spacing)
(#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 constructor name should not start with a lowercase letter. (new-cap)
(#368) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#368) Operator '!=' must be spaced. (space-infix-ops)
(#368) Expected { after 'if' condition. (curly)
(#368) Expected space(s) before "for". (keyword-spacing)
(#368) Expected space(s) after "for". (keyword-spacing)
(#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) Operator '<' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected { after 'for' condition. (curly)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected space(s) after "return". (keyword-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) 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. (semi)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-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) 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) 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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) 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. (semi)
(#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) 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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#368) Operator ':' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-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) 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) A space is required after ','. (comma-spacing)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#368) Operator '&&' must be spaced. (space-infix-ops)
(#368) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#368) A space is required after ','. (comma-spacing)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#368) A space is required after ','. (comma-spacing)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#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) 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. (semi)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Missing whitespace after semicolon. (semi-spacing)
(#368) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) Expected space(s) after "try". (keyword-spacing)
(#368) Requires a space after '{'. (block-spacing)
(#368) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#368) Expected space(s) before "catch". (keyword-spacing)
(#368) Expected space(s) after "catch". (keyword-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) 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. (semi)
(#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) 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 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) Missing whitespace after semicolon. (semi-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#368) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#368) A space is required after ','. (comma-spacing)
(#368) Operator '=' must be spaced. (space-infix-ops)
(#368) Unexpected use of comma operator. (no-sequences)
(#368) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) This line has 128 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#369) A space is required after ','. (comma-spacing)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 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 space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '==' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-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)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A constructor name should not start with a lowercase letter. (new-cap)
(#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. (semi)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Expected space(s) before "this". (keyword-spacing)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) Expected space(s) before "else". (keyword-spacing)
(#369) Expected { after 'else'. (curly)
(#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. (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) 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 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. (no-unused-expressions)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '>' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Expected space(s) before "this". (keyword-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. (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) 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. (semi)
(#369) Expected space(s) before "else". (keyword-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) A space is required after ','. (comma-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (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) Expected space(s) after "try". (keyword-spacing)
(#369) Requires a space after '{'. (block-spacing)
(#369) Statement inside of curly braces should be on next line. (brace-style)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#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) 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. (no-unused-expressions)
(#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. (semi)
(#369) Expected space(s) before "if". (keyword-spacing)
(#369) Expected space(s) after "if". (keyword-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)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Unexpected use of comma operator. (no-sequences)
(#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. (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) 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) Expected space(s) before "catch". (keyword-spacing)
(#369) Expected space(s) after "catch". (keyword-spacing)
(#369) Empty block statement. (no-empty)
(#369) Missing space before opening brace. (space-before-blocks)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#369) Operator '>' must be spaced. (space-infix-ops)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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. (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 semicolon. (semi)
(#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) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "throw". (keyword-spacing)
(#369) A constructor name should not start with a lowercase letter. (new-cap)
(#369) Missing whitespace after semicolon. (semi-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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Expected { after 'if' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) Do not nest ternary expressions. (no-nested-ternary)
(#369) Operator '==' must be spaced. (space-infix-ops)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '&&' must be spaced. (space-infix-ops)
(#369) Operator '==' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#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) Expected space(s) after "if". (keyword-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) Expected { after 'if' condition. (curly)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-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 space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#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. (no-unused-expressions)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) Expected space(s) before "else". (keyword-spacing)
(#369) Expected { after 'else'. (curly)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (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) 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) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (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 semicolon. (semi)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Expected to return a value at the end of function. (consistent-return)
(#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)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-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)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) Operator '!=' must be spaced. (space-infix-ops)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Expected space(s) after "return". (keyword-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "while". (keyword-spacing)
(#369) Expected { after 'while' condition. (curly)
(#369) Expected space(s) before "if". (keyword-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Expected space(s) after "return". (keyword-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "return". (keyword-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. (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) 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)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Expected an assignment or function call and instead saw an expression. (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) Operator ':' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#369) Operator '||' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '?' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Expected space(s) before "else". (keyword-spacing)
(#369) Expected { after 'else'. (curly)
(#369) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Operator ':' must be spaced. (space-infix-ops)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected an assignment or function call and instead saw an expression. (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) 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) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#369) Operator '==' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#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 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 space(s) after "return". (keyword-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. (semi)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#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 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. (semi)
(#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 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#369) A space is required after ','. (comma-spacing)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "throw". (keyword-spacing)
(#369) A constructor name should not start with a lowercase letter. (new-cap)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "throw". (keyword-spacing)
(#369) A constructor name should not start with a lowercase letter. (new-cap)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Operator '-' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "if". (keyword-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 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)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "while". (keyword-spacing)
(#369) Expected { after 'while' condition. (curly)
(#369) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) Missing whitespace after semicolon. (semi-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. (semi)
(#369) Expected space(s) before "else". (keyword-spacing)
(#369) Expected space(s) after "if". (keyword-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)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) 'i' used outside of binding context. (block-scoped-var)
(#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. (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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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 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 space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Expected space(s) before "if". (keyword-spacing)
(#369) Expected space(s) after "if". (keyword-spacing)
(#369) A space is required after ','. (comma-spacing)
(#369) Expected { after 'if' condition. (curly)
(#369) Expected space(s) before "return". (keyword-spacing)
(#369) Expected space(s) after "return". (keyword-spacing)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "return". (keyword-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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "if". (keyword-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)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected space(s) after "for". (keyword-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) A space is required after ','. (comma-spacing)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Operator '<' must be spaced. (space-infix-ops)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#369) Expected { after 'for' condition. (curly)
(#369) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#369) Expected space(s) before "return". (keyword-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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "return". (keyword-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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#369) Operator '=' must be spaced. (space-infix-ops)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-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. (semi)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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 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. (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) 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. (semi)
(#369) Unexpected use of comma operator. (no-sequences)
(#369) A space is required after ','. (comma-spacing)
(#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. (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 semicolon. (semi)
(#369) A space is required after ','. (comma-spacing)
(#369) 'rangy' is not defined. (no-undef)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#369) Expected space(s) before "function". (keyword-spacing)
(#369) Missing JSDoc comment. (require-jsdoc)
(#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)
(#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. (semi)
(#370) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) This line has 149 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "while". (keyword-spacing)
(#370) Expected { after 'while' condition. (curly)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#370) Operator '!=' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '!=' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#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) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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 space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#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) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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 space(s) after "for". (keyword-spacing)
(#370) Expected { after 'for-in'. (curly)
(#370) Expected space(s) before "if". (keyword-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) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "return". (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 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '==' must be spaced. (space-infix-ops)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "if". (keyword-spacing)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "switch". (keyword-spacing)
(#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 space(s) after "case". (keyword-spacing)
(#370) Expected space(s) after "case". (keyword-spacing)
(#370) Expected space(s) after "case". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "case". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#370) Operator '?' must be spaced. (space-infix-ops)
(#370) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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 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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "if". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "else". (keyword-spacing)
(#370) Requires a space after '{'. (block-spacing)
(#370) Statement inside of curly braces should be on next line. (brace-style)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '!=' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "throw". (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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '+' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "if". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#370) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#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. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "while". (keyword-spacing)
(#370) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Expected { after 'while' condition. (curly)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "return". (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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (semi)
(#370) Expected space(s) before "if". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#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) 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) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "else". (keyword-spacing)
(#370) Expected space(s) after "if". (keyword-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#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. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) 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. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Expected { after 'for' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#370) Expected space(s) before "else". (keyword-spacing)
(#370) Expected { after 'else'. (curly)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Expected { after 'for-in'. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-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) Expected space(s) after "if". (keyword-spacing)
(#370) Operator '==' must be spaced. (space-infix-ops)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 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. (semi)
(#370) Expected space(s) before "else". (keyword-spacing)
(#370) Expected { after 'else'. (curly)
(#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. (semi)
(#370) Expected space(s) before "function". (keyword-spacing)
(#370) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (require-jsdoc)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#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) 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. (semi)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) 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) 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. (semi)
(#370) Operator ':' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (semi)
(#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) Expected space(s) after "return". (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) 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 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. (semi)
(#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. (semi)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing space before value for key 'doMerge'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '||' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Return statement should not contain assignment. (no-return-assign)
(#370) Return statement should not contain assignment. (no-return-assign)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'getLength'. (key-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "while". (keyword-spacing)
(#370) Expected { after 'while' condition. (curly)
(#370) Operator '+=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'toString'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#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 "return". (keyword-spacing)
(#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. (semi)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing space before value for key 'class'. (key-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing space before value for key 'elementTagName'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'elementProperties'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'ignoreWhiteSpace'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'applyToEditableOnly'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'hasClass'. (key-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '&&' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'getSelfOrAncestorWithClass'. (key-spacing)
(#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 space(s) after "while". (keyword-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) Expected { after 'if' condition. (curly)
(#370) Expected space(s) before "return". (keyword-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#370) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'isModifiable'. (key-spacing)
(#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 space(s) after "return". (keyword-spacing)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'isIgnorableWhiteSpaceNode'. (key-spacing)
(#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) 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 function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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. (semi)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing space before value for key 'postApply'. (key-spacing)
(#370) A space is required after ','. (comma-spacing)
(#370) A space is required after ','. (comma-spacing)
(#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) 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) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) 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) A space is required after ','. (comma-spacing)
(#370) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected space(s) after "for". (keyword-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Unexpected use of comma operator. (no-sequences)
(#370) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#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) 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) A space is required after ','. (comma-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#370) A space is required after ','. (comma-spacing)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Expected space(s) after "if". (keyword-spacing)
(#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 space(s) after "for". (keyword-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) A space is required after ','. (comma-spacing)
(#370) 'd' used outside of binding context. (block-scoped-var)
(#370) Operator '=' must be spaced. (space-infix-ops)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Operator '<' must be spaced. (space-infix-ops)
(#370) 'd' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Expected { after 'for' condition. (curly)
(#370) 'p' used outside of binding context. (block-scoped-var)
(#370) Missing whitespace after semicolon. (semi-spacing)
(#370) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) This line has a length of 6005. Maximum allowed is 132. (max-len)
(#371) A space is required after ','. (comma-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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. (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) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'createContainer'. (key-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) This line has 112 statements. Maximum allowed is 2. (max-statements-per-line)
(#371) A space is required after ','. (comma-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'applyToTextNode'. (key-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#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) Expected { after 'if' condition. (curly)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "else". (keyword-spacing)
(#371) Requires a space after '{'. (block-spacing)
(#371) Statement inside of curly braces should be on next line. (brace-style)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) A space is required after ','. (comma-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#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. (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) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isRemovable'. (key-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)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'undoToTextNode'. (key-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 space(s) after "if". (keyword-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#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. (new-cap)
(#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) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#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. (new-cap)
(#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) 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. (semi)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Expected space(s) before "this". (keyword-spacing)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'applyToRange'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) A space is required after ','. (comma-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#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. (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) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'applyToSelection'. (key-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)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "while". (keyword-spacing)
(#371) Expected { after 'while' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'undoToRange'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-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 space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) 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. (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) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'undoToSelection'. (key-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)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'getTextSelectedByRange'. (key-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isAppliedToRange'. (key-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 space(s) after "if". (keyword-spacing)
(#371) Expected { after 'if' condition. (curly)
(#371) Expected space(s) before "return". (keyword-spacing)
(#371) Expected space(s) after "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) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected a conditional expression and instead saw an assignment. (no-cond-assign)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Expected { after 'for' condition. (curly)
(#371) Expected space(s) before "if". (keyword-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Expected { after 'if' condition. (curly)
(#371) Expected space(s) before "return". (keyword-spacing)
(#371) Expected space(s) after "return". (keyword-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "return". (keyword-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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isAppliedToSelection'. (key-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)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "while". (keyword-spacing)
(#371) Expected { after 'while' condition. (curly)
(#371) Expected space(s) before "if". (keyword-spacing)
(#371) Expected space(s) after "if". (keyword-spacing)
(#371) Expected { after 'if' condition. (curly)
(#371) Expected space(s) before "return". (keyword-spacing)
(#371) Expected space(s) after "return". (keyword-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "return". (keyword-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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'toggleRange'. (key-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. (no-unused-expressions)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'toggleSelection'. (key-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. (no-unused-expressions)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'detach'. (key-spacing)
(#371) Unexpected empty method 'detach'. (no-empty-function)
(#371) Missing space before opening brace. (space-before-blocks)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing space before value for key 'hasClass'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'addClass'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'removeClass'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'hasSameClasses'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'replaceWithOwnChildren'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'elementsHaveSameNonClassAttributes'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'elementHasNonClassAttributes'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'splitNodeAt'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isEditableElement'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isEditingHost'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'isEditable'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) 'rangy' is not defined. (no-undef)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "return". (keyword-spacing)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) Operator '+' must be spaced. (space-infix-ops)
(#371) Missing '()' invoking a constructor. (new-parens)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Return statement should not contain assignment. (no-return-assign)
(#371) Return statement should not contain assignment. (no-return-assign)
(#371) Return statement should not contain assignment. (no-return-assign)
(#371) Return statement should not contain assignment. (no-return-assign)
(#371) Return statement should not contain assignment. (no-return-assign)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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) 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)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#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) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-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. (semi)
(#371) Expected space(s) before "var". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-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) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'markerId'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'collapsed'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing space before value for key 'startMarkerId'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'endMarkerId'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'collapsed'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'backwards'. (key-spacing)
(#371) Operator '==' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) 'd' used outside of binding context. (block-scoped-var)
(#371) Operator '-' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Operator '>=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) 'p' used outside of binding context. (block-scoped-var)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Function 'a' expected no return value. (consistent-return)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'win'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'doc'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'rangeInfos'. (key-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing space before value for key 'restored'. (key-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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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 space(s) after "if". (keyword-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)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '>=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-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. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-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)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "if". (keyword-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (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) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#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. (semi)
(#371) Expected space(s) before "else". (keyword-spacing)
(#371) Expected { after 'else'. (curly)
(#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. (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. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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 whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '==' must be spaced. (space-infix-ops)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) 'f' used outside of binding context. (block-scoped-var)
(#371) Expected an assignment or function call and instead saw an expression. (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) Operator '?' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator ':' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#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. (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) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '<' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected { after 'for' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '?' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) A space is required after ','. (comma-spacing)
(#371) 'rangy' is not defined. (no-undef)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "switch". (keyword-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)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected an assignment or function call and instead saw an expression. (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) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#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. (semi)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "for". (keyword-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) Expected { after 'for' condition. (curly)
(#371) A space is required after ','. (comma-spacing)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) Missing whitespace after semicolon. (semi-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. (semi)
(#371) Expected space(s) before "function". (keyword-spacing)
(#371) Missing JSDoc comment. (require-jsdoc)
(#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)
(#371) A space is required after ','. (comma-spacing)
(#371) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#371) Operator '||' must be spaced. (space-infix-ops)
(#371) Missing whitespace after semicolon. (semi-spacing)
(#371) Expected space(s) after "while". (keyword-spacing)
(#371) Operator '&&' must be spaced. (space-infix-ops)
(#371) Operator '!=' must be spaced. (space-infix-ops)
(#371) Expected { after 'while' condition. (curly)
(#371) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#371) A space is required after ','. (comma-spacing)
(#371) Unexpected use of comma operator. (no-sequences)
(#371) A space is required after ','. (comma-spacing)
(#371) Operator '=' must be spaced. (space-infix-ops)
(#372) This line has a length of 3478. Maximum allowed is 132. (max-len)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) This line has 80 statements. Maximum allowed is 2. (max-statements-per-line)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#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 space(s) after "while". (keyword-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) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "throw". (keyword-spacing)
(#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) 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 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. (semi)
(#372) Expected space(s) before "return". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "throw". (keyword-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unnecessary escape character: \{. (no-useless-escape)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) Operator '!==' must be spaced. (space-infix-ops)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "throw". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected { after 'for' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected { after 'for' condition. (curly)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#372) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected an assignment or function call and instead saw an expression. (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) Operator '||' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected { after 'for' condition. (curly)
(#372) Expected space(s) before "if". (keyword-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "return". (keyword-spacing)
(#372) Expected space(s) after "return". (keyword-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "if". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '==' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-spacing)
(#372) Expected { after 'if' condition. (curly)
(#372) Expected space(s) before "return". (keyword-spacing)
(#372) A space is required after ','. (comma-spacing)
(#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. (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) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#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) 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. (no-unused-expressions)
(#372) Operator '&&' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#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) 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. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#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. (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) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected { after 'for' condition. (curly)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#372) Do not nest ternary expressions. (no-nested-ternary)
(#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) Unexpected use of '|'. (no-bitwise)
(#372) Unexpected use of '>>'. (no-bitwise)
(#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) Unexpected use of '|'. (no-bitwise)
(#372) Unexpected use of '&'. (no-bitwise)
(#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) Unexpected use of '|'. (no-bitwise)
(#372) Unexpected use of '>>'. (no-bitwise)
(#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) Unexpected use of '|'. (no-bitwise)
(#372) Unexpected use of '&'. (no-bitwise)
(#372) Unexpected use of '>>'. (no-bitwise)
(#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) Unexpected use of '|'. (no-bitwise)
(#372) Unexpected use of '&'. (no-bitwise)
(#372) Operator '&' must be spaced. (space-infix-ops)
(#372) Operator '|' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#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) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "while". (keyword-spacing)
(#372) Expected { after 'while' condition. (curly)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Unexpected use of '&'. (no-bitwise)
(#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) Unexpected use of '^'. (no-bitwise)
(#372) Unexpected use of '>>>'. (no-bitwise)
(#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) Unexpected use of '>>>='. (no-bitwise)
(#372) Operator '>>>=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of '>>>'. (no-bitwise)
(#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. (semi)
(#372) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#372) Expected space(s) before "function". (keyword-spacing)
(#372) Missing JSDoc comment. (require-jsdoc)
(#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) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) Expected space(s) before "var". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected space(s) after "for". (keyword-spacing)
(#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) A space is required after ','. (comma-spacing)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Operator '<' must be spaced. (space-infix-ops)
(#372) Missing whitespace after semicolon. (semi-spacing)
(#372) Expected { after 'for' condition. (curly)
(#372) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of '&'. (no-bitwise)
(#372) Unexpected use of '^'. (no-bitwise)
(#372) Operator '^' must be spaced. (space-infix-ops)
(#372) Operator '&' must be spaced. (space-infix-ops)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of '^'. (no-bitwise)
(#372) Unexpected use of '>>>'. (no-bitwise)
(#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 space(s) after "return". (keyword-spacing)
(#372) Unexpected use of '>>>'. (no-bitwise)
(#372) Unexpected use of '^'. (no-bitwise)
(#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. (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. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) A space is required after ','. (comma-spacing)
(#372) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#372) Operator '=' must be spaced. (space-infix-ops)
(#372) Unexpected use of comma operator. (no-sequences)
(#372) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) 'e' is defined but never used. (no-unused-vars)
(#372) A space is required after ','. (comma-spacing)
(#372) 't' is defined but never used. (no-unused-vars)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#372) 'rangy' is not defined. (no-undef)
(#372) Operator '||' must be spaced. (space-infix-ops)
(#372) 'rangy' is not defined. (no-undef)
(#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. (semi)
(#372) A space is required after ','. (comma-spacing)
(#372) A space is required after ','. (comma-spacing)
(#372) Missing space before value for key 'requires'. (key-spacing)
(#373) This line has a length of 6001. Maximum allowed is 132. (max-len)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) 't' is defined but never used. (no-unused-vars)
(#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) Missing JSDoc comment. (require-jsdoc)
(#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) This line has 42 statements. Maximum allowed is 2. (max-statements-per-line)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) Expected space(s) before "function". (keyword-spacing)
(#373) Missing JSDoc comment. (require-jsdoc)
(#373) Unexpected empty function 's'. (no-empty-function)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Expected space(s) before "function". (keyword-spacing)
(#373) Missing JSDoc comment. (require-jsdoc)
(#373) Unexpected empty function 'o'. (no-empty-function)
(#373) Missing space before opening brace. (space-before-blocks)
(#373) Expected space(s) before "function". (keyword-spacing)
(#373) Missing JSDoc comment. (require-jsdoc)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) Expected space(s) before "var". (keyword-spacing)
(#373) 'n' is assigned a value but never used. (no-unused-vars)
(#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 space before value for key 'CONTENT'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'CONTENTWRAPPER'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'EDITORWRAPPER'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'TOOLBAR'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'WRAPPER'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'HIGHLIGHT'. (key-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'BLOCK_TAGS'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'PLACEHOLDER_CLASS'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'ALL_NODES_SELECTOR'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'FONT_FAMILY'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_wrapper'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'editor'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'toolbar'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'textarea'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'textareaLabel'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'plugins'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_eventHandles'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_tabFocus'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_maxUndos'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_undoStack'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_redoStack'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'initializer'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Expected { after 'if' condition. (curly)
(#373) Expected space(s) before "return". (keyword-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#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) 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) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#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) 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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Operator '*' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '*' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'destructor'. (key-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'focus'. (key-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'publishEvents'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'broadcast'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'preventable'. (key-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'fireOnce'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'prefix'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'setupAutomaticPolling'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'updateOriginalDelayed'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'setupPlugins'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "for". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "if". (keyword-spacing)
(#373) Expected { after 'if' condition. (curly)
(#373) Expected space(s) before "continue". (keyword-spacing)
(#373) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected space(s) after "for". (keyword-spacing)
(#373) Expected { after 'for-in'. (curly)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing space before value for key 'name'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'group'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'editor'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'toolbar'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'host'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'exec'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'tags'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keys'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'icon'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keyDescription'. (key-spacing)
(#373) Operator ':' must be spaced. (space-infix-ops)
(#373) Operator '===' must be spaced. (space-infix-ops)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing space before value for key 'name'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'group'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'editor'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'toolbar'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'host'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'exec'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'tags'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keys'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'icon'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keyDescription'. (key-spacing)
(#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. (semi)
(#373) Expected space(s) before "return". (keyword-spacing)
(#373) Return statement should not contain assignment. (no-return-assign)
(#373) Return statement should not contain assignment. (no-return-assign)
(#373) Return statement should not contain assignment. (no-return-assign)
(#373) Return statement should not contain assignment. (no-return-assign)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key 'name'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'group'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'editor'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'toolbar'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'host'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keys'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'callback'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Missing space before value for key 'name'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'group'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'editor'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'toolbar'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'host'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'keys'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'callback'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'setupUndoHandlers'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'pluginEnabled'. (key-spacing)
(#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) 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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'enablePlugins'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'disablePlugins'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_setPluginState'. (key-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#373) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key '_registerEventHandle'. (key-spacing)
(#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) 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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'setupToolbar'. (key-spacing)
(#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) Return statement should not contain assignment. (no-return-assign)
(#373) Operator '=' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#373) Unexpected use of comma operator. (no-sequences)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '&&' must be spaced. (space-infix-ops)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#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. (semi)
(#373) A space is required after ','. (comma-spacing)
(#373) Missing space before value for key 'setupToolbarNavigation'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) A space is required after ','. (comma-spacing)
(#373) Operator '+' must be spaced. (space-infix-ops)
(#374) This line has a length of 6038. Maximum allowed is 132. (max-len)
(#374) A space is required after ','. (comma-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'toolbarKeyboardNavigation'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#374) This line has 84 statements. Maximum allowed is 2. (max-statements-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_findFirstFocusable'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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 whitespace after semicolon. (semi-spacing)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "while". (keyword-spacing)
(#374) Operator '<' must be spaced. (space-infix-ops)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '+=' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Operator '-' must be spaced. (space-infix-ops)
(#374) Operator ':' must be spaced. (space-infix-ops)
(#374) Operator '>=' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "continue". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "continue". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#374) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'checkTabFocus'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "if". (keyword-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_setTabFocus'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'disableCssStyling'. (key-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) Expected space(s) after "try". (keyword-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) Expected space(s) before "catch". (keyword-spacing)
(#374) Expected space(s) after "catch". (keyword-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) Expected space(s) after "try". (keyword-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) Expected space(s) before "catch". (keyword-spacing)
(#374) Expected space(s) after "catch". (keyword-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) Expected space(s) after "try". (keyword-spacing)
(#374) Requires a space after '{'. (block-spacing)
(#374) Statement inside of curly braces should be on next line. (brace-style)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) Expected space(s) before "catch". (keyword-spacing)
(#374) Expected space(s) after "catch". (keyword-spacing)
(#374) Empty block statement. (no-empty)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_getEmptyContent'. (key-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) Expected space(s) after "return". (keyword-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'updateFromTextArea'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Unexpected use of comma operator. (no-sequences)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'updateOriginal'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Return statement should not contain assignment. (no-return-assign)
(#374) Return statement should not contain assignment. (no-return-assign)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#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) 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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'setupTextareaNavigation'. (key-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) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'textareaKeyboardNavigation'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Operator '?' must be spaced. (space-infix-ops)
(#374) Operator ':' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "return". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_preventEnter'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#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) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_addToRedo'. (key-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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_addToUndo'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#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. (no-unused-expressions)
(#374) Operator '==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "while". (keyword-spacing)
(#374) Operator '>' must be spaced. (space-infix-ops)
(#374) Expected { after 'while' condition. (curly)
(#374) Expected space(s) before "this". (keyword-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_getHTML'. (key-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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_getRedo'. (key-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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_getUndo'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "return". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_restoreValue'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_updateButtonsStates'. (key-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Operator '>' must be spaced. (space-infix-ops)
(#374) Operator '?' must be spaced. (space-infix-ops)
(#374) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '?' must be spaced. (space-infix-ops)
(#374) Operator ':' must be spaced. (space-infix-ops)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_undoHandler'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Expected space(s) before "this". (keyword-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_redoHandler'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) Expected space(s) before "this". (keyword-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_changeListener'. (key-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) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Operator '&&' must be spaced. (space-infix-ops)
(#374) Operator '!==' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "return". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#374) A space is required after ','. (comma-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'NS'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'ATTRS'. (key-spacing)
(#374) Missing space before value for key 'elementid'. (key-spacing)
(#374) Missing space before value for key 'value'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'writeOnce'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'contextid'. (key-spacing)
(#374) Missing space before value for key 'value'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'writeOnce'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'plugins'. (key-spacing)
(#374) Missing space before value for key 'value'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'writeOnce'. (key-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing space before value for key 'getCleanHTML'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#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. (semi)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#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 space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Operator '||' must be spaced. (space-infix-ops)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#374) Expected { after 'if' condition. (curly)
(#374) Expected space(s) before "return". (keyword-spacing)
(#374) Expected space(s) after "return". (keyword-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Expected space(s) after "if". (keyword-spacing)
(#374) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#374) Operator '-' must be spaced. (space-infix-ops)
(#374) Operator '+' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) Operator '=' must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'cleanEditorHTML'. (key-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) A space is required after ','. (comma-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'cleanEditorHTMLSimple'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_cleanHTMLSimple'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) Missing whitespace after semicolon. (semi-spacing)
(#374) A space is required after ','. (comma-spacing)
(#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. (semi)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key '_cleanHTML'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'replace'. (key-spacing)
(#374) A space is required after ','. (comma-spacing)
(#374) Missing space before value for key 'regex'. (key-spacing)
(#375) This line has a length of 6011. Maximum allowed is 132. (max-len)
(#375) ',' should be placed last. (comma-style)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'cleanEditorHTMLEmptySupAndSubTags'. (key-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) This line has 61 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) Missing whitespace after semicolon. (semi-spacing)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_cleanEditorHTMLEmptySupAndSubTags'. (key-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) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_filterContentWithRules'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "for". (keyword-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '<' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected { after 'for' condition. (curly)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'pasteCleanup'. (key-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) Expected space(s) after "if". (keyword-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) Operator '=' must be spaced. (space-infix-ops)
(#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) 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) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Expected { after 'if' condition. (curly)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "else". (keyword-spacing)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#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 "return". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Operator '>' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#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) Operator '||' must be spaced. (space-infix-ops)
(#375) Operator '>' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Expected space(s) before "return". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) Expected space(s) before "if". (keyword-spacing)
(#375) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "try". (keyword-spacing)
(#375) Requires a space after '{'. (block-spacing)
(#375) Statement inside of curly braces should be on next line. (brace-style)
(#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. (semi)
(#375) Expected space(s) before "catch". (keyword-spacing)
(#375) Expected space(s) after "catch". (keyword-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) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-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. (semi)
(#375) Expected space(s) before "return". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) Expected space(s) before "return". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) Expected space(s) before "return". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'fallbackPasteCleanup'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'fallbackPasteCleanupDelayed'. (key-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) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_cleanPasteHTML'. (key-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) 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) Expected space(s) before "return". (keyword-spacing)
(#375) Expected space(s) after "return". (keyword-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected space(s) before "return". (keyword-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#375) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) Unnecessary escape character: \-. (no-useless-escape)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) Unnecessary escape character: \-. (no-useless-escape)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'regex'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'replace'. (key-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_applyTextCommand'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-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) 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) Operator '===' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Expected space(s) before "return". (keyword-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (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) Operator '?' must be spaced. (space-infix-ops)
(#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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-spacing)
(#375) Expected { after 'if' condition. (curly)
(#375) Expected space(s) before "return". (keyword-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. (semi)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "if". (keyword-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#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) Operator ':' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Unexpected use of comma operator. (no-sequences)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#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. (semi)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Expected space(s) before "this". (keyword-spacing)
(#375) Unexpected use of comma operator. (no-sequences)
(#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) 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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key 'getCursorTag'. (key-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) 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) 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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (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) Operator '=' must be spaced. (space-infix-ops)
(#375) Operator '-' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '||' must be spaced. (space-infix-ops)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#375) Operator '||' must be spaced. (space-infix-ops)
(#375) Operator '===' must be spaced. (space-infix-ops)
(#375) Expected { after 'if' condition. (curly)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_normaliseTextarea'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#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) 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 whitespace after semicolon. (semi-spacing)
(#375) Expected space(s) after "for". (keyword-spacing)
(#375) Operator '=' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Operator '<' must be spaced. (space-infix-ops)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected { after 'for' condition. (curly)
(#375) Expected space(s) before "this". (keyword-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing whitespace after semicolon. (semi-spacing)
(#375) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#375) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-spacing)
(#375) A space is required after ','. (comma-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. (semi)
(#375) A space is required after ','. (comma-spacing)
(#375) Missing space before value for key '_normaliseTagInTextarea'. (key-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) Operator '=' must be spaced. (space-infix-ops)
(#375) Unexpected whitespace between function name and paren. (func-call-spacing)
(#376) This line has a length of 6013. Maximum allowed is 132. (max-len)
(#376) A space is required after ','. (comma-spacing)
(#376) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#376) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) This line has 82 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) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "if". (keyword-spacing)
(#376) Operator '===' must be spaced. (space-infix-ops)
(#376) Expected { after 'if' condition. (curly)
(#376) Expected space(s) before "continue". (keyword-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '===' must be spaced. (space-infix-ops)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#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) 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) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) 'o' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'o' used outside of binding context. (block-scoped-var)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'o' used outside of binding context. (block-scoped-var)
(#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) 'o' used outside of binding context. (block-scoped-var)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "if". (keyword-spacing)
(#376) Operator '||' must be spaced. (space-infix-ops)
(#376) Operator '!==' must be spaced. (space-infix-ops)
(#376) Expected { after 'if' condition. (curly)
(#376) Expected space(s) before "continue". (keyword-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_mergeNodes'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'for' condition. (curly)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Expected { after 'for' condition. (curly)
(#376) 'i' used outside of binding context. (block-scoped-var)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_splitParentNode'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) 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)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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) 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) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'for' condition. (curly)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_copyArray'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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 "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'for' condition. (curly)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_removeNodesByName'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) 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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "if". (keyword-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_removeSingleNodesByName'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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 "if". (keyword-spacing)
(#376) Expected { after 'if' condition. (curly)
(#376) Expected space(s) before "return". (keyword-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'for' condition. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_removeNode'. (key-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_getEditor'. (key-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_getEditorNode'. (key-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_removeUnicodeCharacters'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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 "if". (keyword-spacing)
(#376) Operator '==' must be spaced. (space-infix-ops)
(#376) Expected { after 'if' condition. (curly)
(#376) Expected space(s) before "continue". (keyword-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) Expected space(s) before "return". (keyword-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) Missing space before value for key '_selections'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_lastSelection'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_focusFromClick'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'setupSelectionWatchers'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'standAlone'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'isActive'. (key-spacing)
(#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) Do not nest ternary expressions. (no-nested-ternary)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'getSelectionFromNode'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'saveSelection'. (key-spacing)
(#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. (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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'restoreSelection'. (key-spacing)
(#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. (no-unused-expressions)
(#376) Operator '||' must be spaced. (space-infix-ops)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'getSelection'. (key-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'selectionContainsNode'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'selectionFilterMatches'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Missing whitespace after semicolon. (semi-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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) 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) 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) 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. (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 "if". (keyword-spacing)
(#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 "if". (keyword-spacing)
(#376) Operator '||' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Expected { after 'if' condition. (curly)
(#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. (semi)
(#376) Expected space(s) before "else". (keyword-spacing)
(#376) Expected space(s) after "else". (keyword-spacing)
(#376) Expected { after 'else'. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'getSelectedNodes'. (key-spacing)
(#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) Missing '()' invoking a constructor. (new-parens)
(#376) A space is required after ','. (comma-spacing)
(#376) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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) A space is required after ','. (comma-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected space(s) after "for". (keyword-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Operator '<' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#376) Expected { after 'for' condition. (curly)
(#376) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_hasSelectionChanged'. (key-spacing)
(#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) 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) Return statement should not contain assignment. (no-return-assign)
(#376) Return statement should not contain assignment. (no-return-assign)
(#376) Return statement should not contain assignment. (no-return-assign)
(#376) Return statement should not contain assignment. (no-return-assign)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) 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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_fireSelectionChanged'. (key-spacing)
(#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) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'event'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'selectedNodes'. (key-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'getSelectionParentNode'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'setSelection'. (key-spacing)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'insertContentAtFocusPoint'. (key-spacing)
(#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) 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)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#376) Operator '&&' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing whitespace after semicolon. (semi-spacing)
(#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) 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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#376) A space is required after ','. (comma-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'name'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'exec'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'editor'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'toolbar'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_eventHandles'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'buttons'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'buttonNames'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'buttonStates'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'DISABLED'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'ENABLED'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_buttonHandlers'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_primaryKeyboardShortcut'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key '_highlightQueue'. (key-spacing)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'initializer'. (key-spacing)
(#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. (no-unused-expressions)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#376) Operator '=' must be spaced. (space-infix-ops)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'destructor'. (key-spacing)
(#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) 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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'markUpdated'. (key-spacing)
(#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) Unexpected use of comma operator. (no-sequences)
(#376) A space is required after ','. (comma-spacing)
(#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. (semi)
(#376) A space is required after ','. (comma-spacing)
(#376) Missing space before value for key 'registerEventHandle'. (key-spacing)
(#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)
(#377) This line has a length of 6005. Maximum allowed is 132. (max-len)
(#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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'addButton'. (key-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) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#377) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#377) This line has 56 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) Operator '+' must be spaced. (space-infix-ops)
(#377) Operator '+' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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) Operator ':' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#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. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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) Operator '+' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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. (no-unused-expressions)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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) 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) Operator '&&' must be spaced. (space-infix-ops)
(#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) Missing space before value for key 'title'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'shortcut'. (key-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-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) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) Unexpected use of comma operator. (no-sequences)
(#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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) Operator '!=' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#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 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. (semi)
(#377) A space is required after ','. (comma-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. (semi)
(#377) Expected space(s) before "return". (keyword-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_normalizeCallback'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_normalizeIcon'. (key-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) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_callbackWrapper'. (key-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 whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Expected { after 'if' condition. (curly)
(#377) Expected space(s) before "return". (keyword-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Expected { after 'if' condition. (curly)
(#377) Expected space(s) before "return". (keyword-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Method '_callbackWrapper' expected no return value. (consistent-return)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_addKeyboardListener'. (key-spacing)
(#377) Expected to return a value at the end of method '_addKeyboardListener'. (consistent-return)
(#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) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Expected { after 'if' condition. (curly)
(#377) Expected space(s) before "return". (keyword-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) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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) A space is required after ','. (comma-spacing)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#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) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#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 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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_eventUsesExactKeyModifiers'. (key-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) A space is required after ','. (comma-spacing)
(#377) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Return statement should not contain assignment. (no-return-assign)
(#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) A space is required after ','. (comma-spacing)
(#377) Operator '>' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '>' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '>' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '>' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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) Operator '&&' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'isEnabled'. (key-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) 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) 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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'disableButtons'. (key-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) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'enableButtons'. (key-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) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_setButtonState'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-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) 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) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#377) A space is required after ','. (comma-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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) 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. (semi)
(#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 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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'highlightButtons'. (key-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) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'unHighlightButtons'. (key-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) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_changeButtonHighlight'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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) 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) 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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_getDefaultMetaKey'. (key-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)
(#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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_getDefaultMetaKeyDescription'. (key-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)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator ':' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_getKeyEvent'. (key-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) Expected space(s) after "return". (keyword-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_applyTextCommand'. (key-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) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected space(s) after "if". (keyword-spacing)
(#377) Operator '&&' must be spaced. (space-infix-ops)
(#377) Operator '===' must be spaced. (space-infix-ops)
(#377) Expected { after 'if' condition. (curly)
(#377) Expected space(s) before "return". (keyword-spacing)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_getEditor'. (key-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)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key '_getEditorNode'. (key-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) 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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'NAME'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'ATTRS'. (key-spacing)
(#377) Missing space before value for key 'host'. (key-spacing)
(#377) Missing space before value for key 'writeOnce'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'group'. (key-spacing)
(#377) Missing space before value for key 'writeOnce'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'getter'. (key-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)
(#377) Operator '+' must be spaced. (space-infix-ops)
(#377) Missing whitespace after semicolon. (semi-spacing)
(#377) Return statement should not contain assignment. (no-return-assign)
(#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) Operator '+' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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. (semi)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Identifier 'editor_ousupsub' is not in camel case. (camelcase)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Identifier 'editor_ousupsub' is not in camel case. (camelcase)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#377) Operator '||' must be spaced. (space-infix-ops)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#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)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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. (semi)
(#377) A space is required after ','. (comma-spacing)
(#377) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#377) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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 space before value for key 'name'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'params'. (key-spacing)
(#377) Unexpected use of comma operator. (no-sequences)
(#377) A space is required after ','. (comma-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 space before value for key 'name'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'params'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'elementid'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Identifier 'content_css' is not in camel case. (camelcase)
(#377) Missing space before value for key 'content_css'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'contextid'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'language'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'directionality'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'plugins'. (key-spacing)
(#377) Missing space before value for key 'group'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'plugins'. (key-spacing)
(#377) A space is required after ','. (comma-spacing)
(#377) Missing space before value for key 'pageHash'. (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. (semi)
(#377) A space is required after ','. (comma-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) Operator '=' must be spaced. (space-infix-ops)
(#377) Unexpected whitespace between function name and paren. (func-call-spacing)
(#378) This line has a length of 1074. Maximum allowed is 132. (max-len)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'id'. (key-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'instance'. (key-spacing)
(#378) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#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) This line has 12 statements. Maximum allowed is 2. (max-statements-per-line)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#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) Missing whitespace after semicolon. (semi-spacing)
(#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 'id'. (key-spacing)
(#378) Unexpected use of comma operator. (no-sequences)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#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 an assignment or function call and instead saw an expression. (no-unused-expressions)
(#378) Operator '!=' must be spaced. (space-infix-ops)
(#378) Unexpected use of comma operator. (no-sequences)
(#378) A space is required after ','. (comma-spacing)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#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) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#378) Operator '=' must be spaced. (space-infix-ops)
(#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) Operator '=' must be spaced. (space-infix-ops)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing whitespace after semicolon. (semi-spacing)
(#378) Expected an assignment or function call and instead saw an expression. (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) 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. (semi)
(#378) Unexpected use of comma operator. (no-sequences)
(#378) A space is required after ','. (comma-spacing)
(#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. (semi)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-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) 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. (semi)
(#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. (semi)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) Missing space before value for key 'requires'. (key-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#378) A space is required after ','. (comma-spacing)
(#382) This line has a length of 331. Maximum allowed is 132. (max-len)
(#382) Missing space before value for key 'moodle'. (key-spacing)
(#382) Missing space before value for key 'error'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'morehelp'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'editor_ousupsub'. (key-spacing)
(#382) Missing space before value for key 'editor_command_keycode'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'editor_control_keycode'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'editor_shift_keycode'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'plugin_title_shortcut'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'subscript'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'superscript'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'undo'. (key-spacing)
(#382) A space is required after ','. (comma-spacing)
(#382) Missing space before value for key 'redo'. (key-spacing)
(#385) Identifier 'pending_js' is not in camel case. (camelcase)
(#386) Identifier 'image_url' is not in camel case. (camelcase)
(#386) Unexpected space before function parentheses. (space-before-function-paren)
(#389) Identifier 'get_string' is not in camel case. (camelcase)
(#392) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#392) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#395) Unexpected console statement. (no-console)
(#400) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#403) Comments should not begin with a lowercase character. (capitalized-comments)
(#408) Comments should not begin with a lowercase character. (capitalized-comments)
(#414) Comments should not begin with a lowercase character. (capitalized-comments)
(#418) Unexpected console statement. (no-console)
(#429) Unexpected console statement. (no-console)
(#439) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#440) Identifier 'editor_ousupsub' is not in camel case. (camelcase)
lib/editor/ousupsub/tests/fixtures/testcleanup.js
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) 'YUI' is not defined. (no-undef)
(#27) This line has a length of 139. Maximum allowed is 132. (max-len)
(#28) This line has a length of 139. Maximum allowed is 132. (max-len)
(#43) This line has a length of 246. Maximum allowed is 132. (max-len)
(#52) This line has a length of 208. Maximum allowed is 132. (max-len)
(#53) This line has a length of 208. Maximum allowed is 132. (max-len)
(#54) This line has a length of 152. Maximum allowed is 132. (max-len)
(#58) Identifier 'disallowed_characters_and_text' is not in camel case. (camelcase)
(#58) A space is required after ','. (comma-spacing)
(#59) 'x' used outside of binding context. (block-scoped-var)
(#59) 'x' used outside of binding context. (block-scoped-var)
(#59) Identifier 'disallowed_characters_and_text' is not in camel case. (camelcase)
(#59) 'x' used outside of binding context. (block-scoped-var)
(#60) This line has a length of 152. Maximum allowed is 132. (max-len)
(#60) Identifier 'disallowed_characters_and_text' is not in camel case. (camelcase)
(#60) 'x' used outside of binding context. (block-scoped-var)
(#60) Identifier 'disallowed_characters_and_text' is not in camel case. (camelcase)
(#60) 'x' used outside of binding context. (block-scoped-var)
(#64) Identifier 'disallowed_characters' is not in camel case. (camelcase)
(#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) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-spacing)
(#64) A space is required after ','. (comma-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) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#65) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-spacing)
(#66) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-spacing)
(#67) A space is required after ','. (comma-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) A space is required after ','. (comma-spacing)
(#68) A space is required after ','. (comma-spacing)
(#68) 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) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#69) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#70) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) A space is required after ','. (comma-spacing)
(#71) 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)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#73) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#74) A space is required after ','. (comma-spacing)
(#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) A space is required after ','. (comma-spacing)
(#75) 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) 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)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#77) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#78) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#79) A space is required after ','. (comma-spacing)
(#80) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) A space is required after ','. (comma-spacing)
(#82) 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)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#84) A space is required after ','. (comma-spacing)
(#86) A space is required after ','. (comma-spacing)
(#88) 'x' is already defined. (no-redeclare)
(#88) 'x' used outside of binding context. (block-scoped-var)
(#88) 'x' used outside of binding context. (block-scoped-var)
(#88) Identifier 'disallowed_characters' is not in camel case. (camelcase)
(#88) 'x' used outside of binding context. (block-scoped-var)
(#89) This line has a length of 135. Maximum allowed is 132. (max-len)
(#89) Identifier 'disallowed_characters' is not in camel case. (camelcase)
(#89) 'x' used outside of binding context. (block-scoped-var)
(#89) Identifier 'disallowed_characters' is not in camel case. (camelcase)
(#89) 'x' used outside of binding context. (block-scoped-var)
(#93) Missing JSDoc comment. (require-jsdoc)
(#93) Identifier 'init_ousupsub' is not in camel case. (camelcase)
(#94) 'M.str' is restricted from being used. Use AMD module "core/str" or M.util.get_string() (no-restricted-properties)
(#100) Missing space before value for key 'editor_command_keycode'. (key-spacing)
(#101) Missing space before value for key 'editor_control_keycode'. (key-spacing)
(#102) Missing space before value for key 'editor_shift_keycode'. (key-spacing)
(#103) Missing space before value for key 'plugin_title_shortcut'. (key-spacing)
(#104) Missing space before value for key 'subscript'. (key-spacing)
(#105) Missing space before value for key 'superscript'. (key-spacing)
(#107) Missing semicolon. (semi)
(#109) 'plugins' is not defined. (no-undef)
(#111) 'plugins' is not defined. (no-undef)
(#114) 'plugins' is not defined. (no-undef)
(#118) Missing space before value for key 'elementid'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'content_css'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'contextid'. (key-spacing)
(#118) A space is required after ','. (comma-spacing)
(#118) Missing space before value for key 'language'. (key-spacing)
(#119) Missing space before value for key 'directionality'. (key-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key 'plugins'. (key-spacing)
(#119) Missing space before value for key 'group'. (key-spacing)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key 'plugins'. (key-spacing)
(#119) 'plugins' is not defined. (no-undef)
(#119) A space is required after ','. (comma-spacing)
(#119) Missing space before value for key 'pageHash'. (key-spacing)
(#120) Unnecessary semicolon. (no-extra-semi)
(#123) Missing space before value for key 'subscript'. (key-spacing)
(#123) Missing space before value for key 'superscript'. (key-spacing)
(#125) Missing JSDoc comment. (require-jsdoc)
(#125) Identifier 'get_editor' is not in camel case. (camelcase)
(#129) Missing JSDoc comment. (require-jsdoc)
(#129) Identifier 'escape_html' is not in camel case. (camelcase)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#130) A space is required after ','. (comma-spacing)
(#133) Missing JSDoc comment. (require-jsdoc)
(#133) Identifier 'run_tests' is not in camel case. (camelcase)
(#133) 'Y' is defined but never used. (no-unused-vars)
(#135) Expected space(s) after "for". (keyword-spacing)
(#141) Missing JSDoc comment. (require-jsdoc)
(#141) Identifier 'run_test' is not in camel case. (camelcase)
(#142) Missing semicolon. (semi)
(#143) Expected space(s) after "if". (keyword-spacing)
(#155) Missing JSDoc comment. (require-jsdoc)
(#155) Identifier 'update_display' is not in camel case. (camelcase)
(#159) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#162) Expected space(s) after "for". (keyword-spacing)
(#163) 'test' is not defined. (no-undef)
(#164) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#164) 'test' is not defined. (no-undef)
(#166) 'test' is not defined. (no-undef)
(#170) 'rowText' used outside of binding context. (block-scoped-var)
(#171) 'rowText' used outside of binding context. (block-scoped-var)
(#171) 'test' is not defined. (no-undef)
(#172) 'rowText' used outside of binding context. (block-scoped-var)
(#172) 'test' is not defined. (no-undef)
(#173) 'rowText' used outside of binding context. (block-scoped-var)
(#173) 'test' is not defined. (no-undef)
(#174) 'rowText' used outside of binding context. (block-scoped-var)
(#174) 'test' is not defined. (no-undef)
(#174) 'test' is not defined. (no-undef)
(#175) 'rowText' used outside of binding context. (block-scoped-var)
(#176) 'row' used outside of binding context. (block-scoped-var)
(#176) 'rowText' used outside of binding context. (block-scoped-var)
(#177) 'row' used outside of binding context. (block-scoped-var)
(#182) 'rowText' is already defined. (no-redeclare)
(#182) 'rowText' used outside of binding context. (block-scoped-var)
(#183) 'rowText' used outside of binding context. (block-scoped-var)
(#184) 'rowText' used outside of binding context. (block-scoped-var)
(#185) 'row' is already defined. (no-redeclare)
(#185) 'row' used outside of binding context. (block-scoped-var)
(#185) 'rowText' used outside of binding context. (block-scoped-var)
(#186) 'row' used outside of binding context. (block-scoped-var)
lib/editor/ousupsub/yui/src/editor/js/clean.js
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Unexpected empty function 'EditorClean'. (no-empty-function)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#46) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#71) Missing JSDoc @returns for function. (valid-jsdoc)
(#82) Missing JSDoc @returns for function. (valid-jsdoc)
(#112) Expected space or tab after '//' in comment. (spaced-comment)
(#131) Expected space or tab after '//' in comment. (spaced-comment)
(#134) Expected space or tab after '//' in comment. (spaced-comment)
(#138) Expected space or tab after '//' in comment. (spaced-comment)
(#141) Expected space or tab after '//' in comment. (spaced-comment)
(#145) Expected space or tab after '//' in comment. (spaced-comment)
(#149) Expected space or tab after '//' in comment. (spaced-comment)
(#153) Expected space or tab after '//' in comment. (spaced-comment)
(#208) Missing JSDoc @returns for function. (valid-jsdoc)
(#241) Expected space or tab after '//' in comment. (spaced-comment)
(#291) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#357) Missing JSDoc @returns for function. (valid-jsdoc)
(#382) Missing JSDoc @returns for function. (valid-jsdoc)
(#449) Unnecessary escape character: \-. (no-useless-escape)
(#451) Unnecessary escape character: \-. (no-useless-escape)
(#465) Missing JSDoc for parameter 'mode'. (valid-jsdoc)
(#470) Missing JSDoc parameter type for 'int'. (valid-jsdoc)
(#470) Expected JSDoc for 'command' but found 'int'. (valid-jsdoc)
(#471) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#528) Missing JSDoc return type. (valid-jsdoc)
(#542) Operator '-' must be spaced. (space-infix-ops)
(#543) Operator '-' must be spaced. (space-infix-ops)
(#560) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#568) Identifier 'editor_node' is not in camel case. (camelcase)
(#584) Identifier 'editor_node' is not in camel case. (camelcase)
(#593) Missing JSDoc parameter type for 'string'. (valid-jsdoc)
(#593) Expected JSDoc for 'name' but found 'string'. (valid-jsdoc)
(#594) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#597) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#613) There should be no space before this paren. (space-in-parens)
(#635) 'i' used outside of binding context. (block-scoped-var)
(#635) 'i' used outside of binding context. (block-scoped-var)
(#635) 'i' used outside of binding context. (block-scoped-var)
(#636) 'i' used outside of binding context. (block-scoped-var)
(#644) Missing JSDoc for parameter 'from'. (valid-jsdoc)
(#644) Missing JSDoc for parameter 'to'. (valid-jsdoc)
(#651) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#655) Identifier 'merge_nodes' is not in camel case. (camelcase)
(#658) Identifier 'merge_nodes' is not in camel case. (camelcase)
(#659) Identifier 'merge_nodes' is not in camel case. (camelcase)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#662) 'i' used outside of binding context. (block-scoped-var)
(#663) 'i' used outside of binding context. (block-scoped-var)
(#668) Missing JSDoc for parameter 'container_node'. (valid-jsdoc)
(#668) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#674) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#676) Identifier 'container_node' is not in camel case. (camelcase)
(#677) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#677) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#678) Identifier 'container_node' is not in camel case. (camelcase)
(#680) A space is required after ','. (comma-spacing)
(#691) Identifier 'container_node' is not in camel case. (camelcase)
(#696) Missing JSDoc return type. (valid-jsdoc)
(#696) Missing JSDoc for parameter 'from'. (valid-jsdoc)
(#696) Missing JSDoc for parameter 'to'. (valid-jsdoc)
(#713) Missing JSDoc for parameter 'container_node'. (valid-jsdoc)
(#713) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#721) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#723) Identifier 'container_node' is not in camel case. (camelcase)
(#724) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#724) Identifier 'remove_node' is not in camel case. (camelcase)
(#724) Identifier 'container_node' is not in camel case. (camelcase)
(#726) Identifier 'container_nodes' is not in camel case. (camelcase)
(#726) Identifier 'container_node' is not in camel case. (camelcase)
(#729) Identifier 'container_node' is not in camel case. (camelcase)
(#730) Identifier 'container_node' is not in camel case. (camelcase)
(#731) Identifier 'remove_node' is not in camel case. (camelcase)
(#741) Identifier 'remove_node' is not in camel case. (camelcase)
(#742) Identifier 'container_node' is not in camel case. (camelcase)
(#747) Identifier 'remove_node' is not in camel case. (camelcase)
(#752) Missing JSDoc for parameter 'container_node'. (valid-jsdoc)
(#752) Missing JSDoc for parameter 'name'. (valid-jsdoc)
(#758) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#760) Identifier 'container_node' is not in camel case. (camelcase)
(#761) Identifier 'container_node' is not in camel case. (camelcase)
(#766) Identifier 'container_node' is not in camel case. (camelcase)
(#779) Missing JSDoc return type. (valid-jsdoc)
(#779) Missing JSDoc for parameter 'node'. (valid-jsdoc)
(#787) Expected space(s) after "if". (keyword-spacing)
(#793) Missing JSDoc return type. (valid-jsdoc)
(#793) Missing JSDoc for parameter 'host'. (valid-jsdoc)
(#808) Missing JSDoc return type. (valid-jsdoc)
(#808) Missing JSDoc for parameter 'host'. (valid-jsdoc)
(#819) Missing JSDoc return type. (valid-jsdoc)
(#819) Missing JSDoc for parameter 'text'. (valid-jsdoc)
(#828) There should be no space after this paren. (space-in-parens)
(#828) There should be no space before this paren. (space-in-parens)
lib/editor/ousupsub/yui/src/editor/js/editor-plugin.js
(#39) Missing JSDoc comment. (require-jsdoc)
(#200) Missing JSDoc @returns for function. (valid-jsdoc)
(#221) Expected JSDoc for 'handle' but found 'The'. (valid-jsdoc)
(#462) Method '_callbackWrapper' expected no return value. (consistent-return)
(#465) Missing JSDoc @returns for function. (valid-jsdoc)
(#465) Missing JSDoc for parameter 'buttonName'. (valid-jsdoc)
(#486) Expected to return a value at the end of method '_addKeyboardListener'. (consistent-return)
(#581) Missing JSDoc @returns for function. (valid-jsdoc)
(#594) Missing JSDoc @returns for function. (valid-jsdoc)
(#607) Missing JSDoc @returns for function. (valid-jsdoc)
(#637) Missing JSDoc @returns for function. (valid-jsdoc)
(#650) Missing JSDoc @returns for function. (valid-jsdoc)
(#663) Missing JSDoc @returns for function. (valid-jsdoc)
(#709) Missing JSDoc for parameter 'keyCode'. (valid-jsdoc)
(#737) Missing JSDoc for parameter 'e'. (valid-jsdoc)
(#742) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#747) Expected space(s) after "if". (keyword-spacing)
(#748) Comments should not begin with a lowercase character. (capitalized-comments)
(#755) Missing JSDoc return type. (valid-jsdoc)
(#755) Missing JSDoc for parameter 'host'. (valid-jsdoc)
(#770) Missing JSDoc return type. (valid-jsdoc)
(#770) Missing JSDoc for parameter 'host'. (valid-jsdoc)
lib/editor/ousupsub/yui/src/editor/js/editor.js
(#32) 'CSS' is already defined as a built-in global variable. (no-redeclare)
(#51) Missing JSDoc comment. (require-jsdoc)
(#64) Extra space after key 'BLOCK_TAGS'. (key-spacing)
(#292) Missing JSDoc @returns for function. (valid-jsdoc)
(#303) Missing JSDoc @returns for function. (valid-jsdoc)
(#337) Missing JSDoc @returns for function. (valid-jsdoc)
(#354) Missing JSDoc @returns for function. (valid-jsdoc)
(#461) Missing JSDoc @returns for function. (valid-jsdoc)
(#514) Expected JSDoc for 'handle' but found 'The'. (valid-jsdoc)
(#521) Missing JSDoc @returns for function. (valid-jsdoc)
(#541) Missing JSDoc @returns for function. (valid-jsdoc)
(#650) Missing JSDoc @returns for function. (valid-jsdoc)
(#678) Missing JSDoc @returns for function. (valid-jsdoc)
(#784) Missing JSDoc return type. (valid-jsdoc)
(#822) Missing JSDoc @returns for function. (valid-jsdoc)
(#828) Extra space after key 'updateOriginal'. (key-spacing)
(#853) Missing JSDoc @returns for function. (valid-jsdoc)
(#897) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#925) Expected space or tab after '//' in comment. (spaced-comment)
(#929) Expected space(s) after "if". (keyword-spacing)
(#1064) Expected JSDoc for 'e' but found 'The'. (valid-jsdoc)
(#1092) Expected JSDoc for 'e' but found 'The'. (valid-jsdoc)
(#1116) Expected JSDoc for 'e' but found 'The'. (valid-jsdoc)
lib/editor/ousupsub/yui/src/editor/js/manager.js
(#37) Identifier 'editor_ousupsub' is not in camel case. (camelcase)
(#44) Identifier 'editor_ousupsub' is not in camel case. (camelcase)
(#47) Missing JSDoc @returns for function. (valid-jsdoc)
(#47) Missing JSDoc for parameter 'reference'. (valid-jsdoc)
(#72) Unexpected @return tag; function has no return statement. (valid-jsdoc)
(#84) Extra space after key 'elementid'. (key-spacing)
(#84) Extra space after key 'content_css'. (key-spacing)
(#84) Extra space after key 'contextid'. (key-spacing)
(#84) Extra space after key 'language'. (key-spacing)
(#85) Extra space after key 'directionality'. (key-spacing)
(#85) Extra space after key 'plugins'. (key-spacing)
(#85) Extra space after key 'group'. (key-spacing)
(#85) Extra space after key 'plugins'. (key-spacing)
(#85) A space is required after ','. (comma-spacing)
(#85) Extra space after key 'pageHash'. (key-spacing)
(#119) Missing JSDoc @returns for function. (valid-jsdoc)
lib/editor/ousupsub/yui/src/editor/js/selection.js
(#30) Missing JSDoc comment. (require-jsdoc)
(#30) Unexpected empty function 'EditorSelection'. (no-empty-function)
(#67) Missing JSDoc @returns for function. (valid-jsdoc)
(#138) Expected JSDoc for 'node' but found 'YUI'. (valid-jsdoc)
(#192) Expected JSDoc for 'node' but found 'The'. (valid-jsdoc)
(#234) Missing space before opening brace. (space-before-blocks)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(24 errors, 2 warnings)

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

lib/editor/ousupsub/buildstandalone.php
(#57) Function ousupsub_texteditor_standalone_builder::create_standalone is not documented
(#67) Function ousupsub_texteditor_standalone_builder::delete_standalone is not documented
(#45) Variable ousupsub_texteditor_standalone_builder::$paths is not documented
(#55) Variable ousupsub_texteditor_standalone_builder::$yuisuffix is not documented
(#245) Phpdocs for function ousupsub_texteditor_standalone_builder::create_folder has incomplete parameters list
(#257) Phpdocs for function ousupsub_texteditor_standalone_builder::create_path has incomplete parameters list
(#270) Phpdocs for function ousupsub_texteditor_standalone_builder::echo_result has incomplete parameters list
lib/editor/ousupsub/lib.php
(#135) Phpdocs for function ousupsub_texteditor::get_init_params has incomplete parameters list
lib/editor/ousupsub/tests/behat/behat_editor_ousupsub.php
(#37) Phpdocs for function behat_editor_ousupsub::i_am_on_integrated_test_page has incomplete parameters list
(#61) Phpdocs for function behat_editor_ousupsub::select_the_text_in_the_ousupsub_editor has incomplete parameters list
(#83) Phpdocs for function behat_editor_ousupsub::should_see_in_the_ousupsub_editor has incomplete parameters list
(#133) Phpdocs for function behat_editor_ousupsub::select_range_in_the_ousupsub_editor has incomplete parameters list
(#205) Phpdocs for function behat_editor_ousupsub::press_key_in_the_ousupsub_editor has incomplete parameters list
(#270) Phpdocs for function behat_editor_ousupsub::enter_text_in_the_ousupsub_editor has incomplete parameters list
(#306) Phpdocs for function behat_editor_ousupsub::paste_text_in_the_ousupsub_editor has incomplete parameters list
(#361) Phpdocs for function behat_editor_ousupsub::select_and_click_first_button_in_the_ousupsub_editor has incomplete parameters list
(#391) Phpdocs for function behat_editor_ousupsub::i_press_superscript_key_in_the_ousupsub_edito has incomplete parameters list
(#401) Phpdocs for function behat_editor_ousupsub::i_press_subscript_key_in_the_ousupsub_edito has incomplete parameters list
(#411) Phpdocs for function behat_editor_ousupsub::i_press_up_arrow_key_in_the_ousupsub_edito has incomplete parameters list
(#421) Phpdocs for function behat_editor_ousupsub::i_press_down_arrow_key_in_the_ousupsub_edito has incomplete parameters list
(#431) Phpdocs for function behat_editor_ousupsub::i_press_undo_key_in_the_ousupsub_edito has incomplete parameters list
(#441) Phpdocs for function behat_editor_ousupsub::i_press_redo_key_in_the_ousupsub_edito has incomplete parameters list
(#456) Phpdocs for function behat_editor_ousupsub::get_js_update_textarea has incomplete parameters list
(#482) Phpdocs for function behat_editor_ousupsub::get_js_get_editor has incomplete parameters list
(#455) Not recommended phpdocs tag @method used
(#481) Not recommended phpdocs tag @method used

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


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

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 0 warnings)

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

Problems running grunt shifter

shifter problems

(1 errors, 0 warnings)

This section shows problems detected by shifter [More info]

lib/editor/ousupsub/yui/src/editor/js/manager.js
contains 1 lint errors

Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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