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

(84 errors, 4 warnings)

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

theme/enlightlite/classes/footer_block.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/classes/header_block.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/classes/main_block.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/config.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/db/install.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/db/upgrade.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/lang/ar/theme_enlightlite.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#37) Whitespace found at end of line within string
(#51) Whitespace found at end of line within string
(#59) Whitespace found at end of line within string
(#60) Whitespace found at end of line within string
(#61) Whitespace found at end of line within string
(#62) Whitespace found at end of line within string
(#64) Whitespace found at end of line within string
(#65) Whitespace found at end of line within string
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#69) Whitespace found at end of line within string
(#71) Whitespace found at end of line within string
(#72) Whitespace found at end of line within string
(#73) Whitespace found at end of line within string
(#102) Whitespace found at end of line within string
(#176) Whitespace found at end of line within string
(#178) Whitespace found at end of line within string
theme/enlightlite/lang/en/theme_enlightlite.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#59) Whitespace found at end of line within string
(#60) Whitespace found at end of line within string
(#62) Whitespace found at end of line within string
(#63) Whitespace found at end of line within string
(#65) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#95) Whitespace found at end of line within string
(#207) Whitespace found at end of line within string
(#208) Whitespace found at end of line within string
(#209) Whitespace found at end of line within string
(#210) Whitespace found at end of line within string
(#211) Whitespace found at end of line within string
(#212) Whitespace found at end of line within string
(#213) Whitespace found at end of line within string
(#438) Whitespace found at end of line within string
theme/enlightlite/lang/es/theme_enlightlite.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#39) Whitespace found at end of line within string
(#40) Whitespace found at end of line within string
(#50) Whitespace found at end of line within string
(#51) Whitespace found at end of line within string
(#59) Whitespace found at end of line within string
(#60) Whitespace found at end of line within string
(#61) Whitespace found at end of line within string
(#62) Whitespace found at end of line within string
(#64) Whitespace found at end of line within string
(#65) Whitespace found at end of line within string
(#67) Whitespace found at end of line within string
(#68) Whitespace found at end of line within string
(#69) Whitespace found at end of line within string
(#71) Whitespace found at end of line within string
(#72) Whitespace found at end of line within string
(#73) Whitespace found at end of line within string
(#80) Whitespace found at end of line within string
(#182) Whitespace found at end of line within string
(#189) Whitespace found at end of line within string
theme/enlightlite/layout/columns1.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/columns2.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/embedded.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/frontpage.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) This comment is 70% valid code; is this commented out code?
(#220) Whitespace found at end of line within string
theme/enlightlite/layout/includes/footer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/includes/header.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/includes/slideshow.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/login.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/maintenance.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/layout/secure.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/lib.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/renderers.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/renderers/core_renderer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
theme/enlightlite/renderers/course_renderer.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#244) Whitespace found at end of line within string
(#245) Whitespace found at end of line within string
(#284) Whitespace found at end of line within string
(#285) Whitespace found at end of line within string
(#287) Whitespace found at end of line within string
(#288) Whitespace found at end of line within string
theme/enlightlite/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#323) Whitespace found at end of line within string
theme/enlightlite/version.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#33) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(4784 errors, 19720 warnings)

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

theme/enlightlite/javascript/camera.min.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Function has a complexity of 51. (complexity)
(#1) A space is required after ','. (comma-spacing)
(#1) 'V' is defined but never used. (no-unused-vars)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) This line has 110 statements. Maximum allowed is 2. (max-statements-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before value for key 'alignment'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'autoAdvance'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'mobileAutoAdvance'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'barDirection'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'barPosition'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'cols'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'easing'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'mobileEasing'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'fx'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'mobileFx'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'gridDifference'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'height'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'imagePath'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'hover'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loader'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loaderColor'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loaderBgColor'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loaderOpacity'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loaderPadding'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'loaderStroke'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'minHeight'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'navigation'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'navigationHover'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'mobileNavHover'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'opacityOnGrid'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'overlayer'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'pagination'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'playPause'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'pauseOnClick'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'pieDiameter'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'piePosition'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'portrait'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'rows'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'slicedCols'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'slicedRows'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'slideOn'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'thumbnails'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'time'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'transPeriod'. (key-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onEndTransition'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty method 'onEndTransition'. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onLoaded'. (key-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Unexpected empty method 'onLoaded'. (no-empty-function)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onStartLoading'. (key-spacing)
(#1) Unexpected empty method 'onStartLoading'. (no-empty-function)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before value for key 'onStartTransition'. (key-spacing)
(#1) Unexpected empty method 'onStartTransition'. (no-empty-function)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) 'H' is already defined. (no-redeclare)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "for". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "function". (keyword-spacing)
(#1) Missing JSDoc comment. (require-jsdoc)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'U' used outside of binding context. (block-scoped-var)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) 'U' used outside of binding context. (block-scoped-var)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "if". (keyword-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'U' used outside of binding context. (block-scoped-var)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) Expected space(s) after "else". (keyword-spacing)
(#1) Expected space(s) before "else". (keyword-spacing)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) A space is required after ','. (comma-spacing)
(#1) 'U' used outside of binding context. (block-scoped-var)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Expected space(s) before "var". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) A space is required after ','. (comma-spacing)
(#1) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Expected space(s) after "if". (keyword-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Requires a space after '{'. (block-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Missing semicolon. (semi)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Missing semicolon. (semi)
(#1) Requires a space before '}'. (block-spacing)
(#1) A space is required after ','. (comma-spacing)
(#1) Statement inside of curly braces should be on next line. (brace-style)
(#1) Requires a space after '{'. (block-spacing)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#1) Requires a space before '}'. (block-spacing)
(#1) Missing semicolon. (semi)
(#1) Missing whitespace after semicolon. (semi-spacing)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Infix operators must be spaced. (space-infix-ops)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Line 2 exceeds the maximum line length of 132. (max-len)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) This line has 211 statements. Maximum allowed is 2. (max-statements-per-line)
(#2) 'Z' is already defined. (no-redeclare)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'aj' is already defined. (no-redeclare)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'U' used outside of binding context. (block-scoped-var)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Function has a complexity of 47. (complexity)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) 'au' is assigned a value but never used. (no-unused-vars)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "switch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-right'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'visibility'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) 'ap' is already defined. (no-redeclare)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'av' is already defined. (no-redeclare)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "switch". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-right'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'visibility'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' is already defined. (no-redeclare)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' is already defined. (no-redeclare)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "switch". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-right'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'visibility'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' is already defined. (no-redeclare)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' is already defined. (no-redeclare)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "switch". (keyword-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "case". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) 'av' used outside of binding context. (block-scoped-var)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) 'ap' used outside of binding context. (block-scoped-var)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-right'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'margin-top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'visibility'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "var". (keyword-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'Y' is defined but never used. (no-unused-vars)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) 'R' is already defined. (no-redeclare)
(#2) A space is required after ','. (comma-spacing)
(#2) 'n' is already defined. (no-redeclare)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) 'E' is defined but never used. (no-unused-vars)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) A space is required after ','. (comma-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Move function declaration to function body root. (no-inner-declarations)
(#2) Missing JSDoc comment. (require-jsdoc)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing space before value for key 'class'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'width'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'height'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) 'autoplay' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) 'autoplay' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) 'autoplay' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) 'autoplay' is not defined. (no-undef)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) 'autoplay' is not defined. (no-undef)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) before "else". (keyword-spacing)
(#2) Expected space(s) after "else". (keyword-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'zIndex'. (key-spacing)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Missing space before value for key 'position'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'top'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'left'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'zIndex'. (key-spacing)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing whitespace after semicolon. (semi-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Missing semicolon. (semi)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Requires a space before '}'. (block-spacing)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Missing semicolon. (semi)
(#2) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#2) Requires a space before '}'. (block-spacing)
(#2) Expected space(s) after "if". (keyword-spacing)
(#2) Expected space(s) before "if". (keyword-spacing)
(#2) Infix operators must be spaced. (space-infix-ops)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Requires a space after '{'. (block-spacing)
(#2) Statement inside of curly braces should be on next line. (brace-style)
(#2) A space is required after ','. (comma-spacing)
(#2) Missing space before value for key 'opacity'. (key-spacing)
(#2) A space is required after ','. (comma-spacing)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) This line has 144 statements. Maximum allowed is 2. (max-statements-per-line)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Empty block statement. (no-empty)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) 'x' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'position'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'background-color'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing space before value for key 'position'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'background-color'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'width'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'width'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'height'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'height'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Expected space(s) before "switch". (keyword-spacing)
(#3) 'A' used outside of binding context. (block-scoped-var)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'right'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bottom'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'ad' is defined but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) 'l' is already defined. (no-redeclare)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'l' used outside of binding context. (block-scoped-var)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'U' used outside of binding context. (block-scoped-var)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'margin-top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'margin-top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'margin-top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before value for key 'marginTop'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'margin-top'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before value for key 'marginTop'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) 'al' is defined but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'w' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'w' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'position'. (key-spacing)
(#3) Missing space before value for key 'opacity'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Line 4 exceeds the maximum line length of 132. (max-len)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'opacity'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing space before value for key 'marginBottom'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) This line has 132 statements. Maximum allowed is 2. (max-statements-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before value for key 'marginBottom'. (key-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'ap' is assigned a value but never used. (no-unused-vars)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before value for key 'marginBottom'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before value for key 'marginBottom'. (key-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin-left'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin-left'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin-left'. (key-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin-left'. (key-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'margin-right'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "function". (keyword-spacing)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) 'g' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'U' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "switch". (keyword-spacing)
(#4) 'A' used outside of binding context. (block-scoped-var)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "case". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'right'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "case". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'left'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "case". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'bottom'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "case". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing space before value for key 'top'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) 'B' used outside of binding context. (block-scoped-var)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Function 'T' has a complexity of 118. (complexity)
(#4) Missing JSDoc comment. (require-jsdoc)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' is already defined. (no-redeclare)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' is already defined. (no-redeclare)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) 'au' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'ar' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'au' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) 'ar' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'visibility'. (key-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing space before value for key 'visibility'. (key-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#4) 'marginLeft' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Unexpected use of comma operator. (no-sequences)
(#4) A space is required after ','. (comma-spacing)
(#4) 'marginTop' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'opacityOnGrid' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) 'opacityOnGrid' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) 'opacityOnGrid' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Missing semicolon. (semi)
(#4) Expected space(s) before "var". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) before "if". (keyword-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Requires a space after '{'. (block-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space before '}'. (block-spacing)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Expected space(s) after "else". (keyword-spacing)
(#4) Expected space(s) before "else". (keyword-spacing)
(#4) Requires a space after '{'. (block-spacing)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) 'aB' is assigned to itself. (no-self-assign)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Expected space(s) after "if". (keyword-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Requires a space after '{'. (block-spacing)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Statement inside of curly braces should be on next line. (brace-style)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) Missing semicolon. (semi)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#4) Requires a space before '}'. (block-spacing)
(#4) 'dataEasing' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Missing whitespace after semicolon. (semi-spacing)
(#4) 'mobileEasing' is not defined. (no-undef)
(#4) Infix operators must be spaced. (space-infix-ops)
(#4) A space is required after ','. (comma-spacing)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) 'aK' used outside of binding context. (block-scoped-var)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Line 5 exceeds the maximum line length of 132. (max-len)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'mobileEasing' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'mobileEasing' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) This line has 238 statements. Maximum allowed is 2. (max-statements-per-line)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'mobileEasing' is not defined. (no-undef)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'dataEasing' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'dataEasing' is not defined. (no-undef)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'dataEasing' is not defined. (no-undef)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) 'aT' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) 'aT' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) before "var". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) before "var". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aT' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "switch". (keyword-spacing)
(#5) Expected space(s) before "switch". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) before "var". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "while". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) 'i' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) 'aT' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) 'i' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) 'aK' used outside of binding context. (block-scoped-var)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) 'i' used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Expected space(s) before "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "else". (keyword-spacing)
(#5) Expected space(s) after "else". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Missing space before value for key 'height'. (key-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'left'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'top'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'width'. (key-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'height'. (key-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'margin-left'. (key-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'margin-top'. (key-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Missing space before value for key 'width'. (key-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "if". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Expected space(s) before "switch". (keyword-spacing)
(#5) Expected space(s) after "switch". (keyword-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) A space is required after ','. (comma-spacing)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) 'aH' is already defined. (no-redeclare)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aU' is already defined. (no-redeclare)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aS' is already defined. (no-redeclare)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aR' is already defined. (no-redeclare)
(#5) A space is required after ','. (comma-spacing)
(#5) 'aY' is already defined. (no-redeclare)
(#5) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Missing semicolon. (semi)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' is already defined. (no-redeclare)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' is already defined. (no-redeclare)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Missing semicolon. (semi)
(#5) Requires a space before '}'. (block-spacing)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' is already defined. (no-redeclare)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Requires a space after '{'. (block-spacing)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' is already defined. (no-redeclare)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Requires a space after '{'. (block-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Requires a space before '}'. (block-spacing)
(#5) Missing semicolon. (semi)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#5) Requires a space before '}'. (block-spacing)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) Expected space(s) after "case". (keyword-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aS' is already defined. (no-redeclare)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Missing whitespace after semicolon. (semi-spacing)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) 'aS' used outside of binding context. (block-scoped-var)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#5) Missing space before opening brace. (space-before-blocks)
(#5) Requires a space after '{'. (block-spacing)
(#5) Expected space(s) after "for". (keyword-spacing)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' used outside of binding context. (block-scoped-var)
(#5) 'aU' is already defined. (no-redeclare)
(#5) Infix operators must be spaced. (space-infix-ops)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Line 6 exceeds the maximum line length of 132. (max-len)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) This line has 164 statements. Maximum allowed is 2. (max-statements-per-line)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' is already defined. (no-redeclare)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "for". (keyword-spacing)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' is already defined. (no-redeclare)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) 'aU' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) 'aS' used outside of binding context. (block-scoped-var)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Function has a complexity of 48. (complexity)
(#6) A space is required after ','. (comma-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "switch". (keyword-spacing)
(#6) Expected space(s) after "switch". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'opacityOnGrid' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "break". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "break". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "break". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Unexpected use of comma operator. (no-sequences)
(#6) A space is required after ','. (comma-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "break". (keyword-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'marginTop' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "case". (keyword-spacing)
(#6) 'height' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'width' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "else". (keyword-spacing)
(#6) Expected space(s) after "else". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) 'marginLeft' is not defined. (no-undef)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "break". (keyword-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing space before value for key 'opacity'. (key-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Missing JSDoc comment. (require-jsdoc)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Missing space before value for key 'visibility'. (key-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Requires a space before '}'. (block-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Expected space(s) before "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Missing semicolon. (semi)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Requires a space after '{'. (block-spacing)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Missing semicolon. (semi)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Expected space(s) after "if". (keyword-spacing)
(#6) A space is required after ','. (comma-spacing)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) Requires a space after '{'. (block-spacing)
(#6) Missing space before opening brace. (space-before-blocks)
(#6) Statement inside of curly braces should be on next line. (brace-style)
(#6) A space is required after ','. (comma-spacing)
(#6) Missing semicolon. (semi)
(#6) Requires a space before '}'. (block-spacing)
(#6) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#6) Expected space(s) before "var". (keyword-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) 'i' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Missing whitespace after semicolon. (semi-spacing)
(#6) Infix operators must be spaced. (space-infix-ops)
(#6) A space is required after ','. (comma-spacing)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) 'aK' used outside of binding context. (block-scoped-var)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Line 7 exceeds the maximum line length of 132. (max-len)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) This line has 111 statements. Maximum allowed is 2. (max-statements-per-line)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) 'bh' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) 'bh' is already defined. (no-redeclare)
(#7) 'bh' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) 'bg' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'bg' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) 'bg' used outside of binding context. (block-scoped-var)
(#7) 'bg' is already defined. (no-redeclare)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "if". (keyword-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) 'bf' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) 'bf' used outside of binding context. (block-scoped-var)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) 'bf' is already defined. (no-redeclare)
(#7) 'bf' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'be' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'bk' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'bl' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'bm' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'bh' used outside of binding context. (block-scoped-var)
(#7) 'bh' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' is already defined. (no-redeclare)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "var". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'bi' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'bh' is assigned a value but never used. (no-unused-vars)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'right'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'right'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Blocks are nested too deeply (5). (max-depth)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'right'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Blocks are nested too deeply (6). (max-depth)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'right'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Blocks are nested too deeply (7). (max-depth)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing space before value for key 'top'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Blocks are nested too deeply (8). (max-depth)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Blocks are nested too deeply (9). (max-depth)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) 'be' used outside of binding context. (block-scoped-var)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'i' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'U' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) 'U' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Expected space(s) before "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' is assigned to itself. (no-self-assign)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "if". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'opacity'. (key-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Missing semicolon. (semi)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Expected space(s) before "switch". (keyword-spacing)
(#7) Expected space(s) after "switch". (keyword-spacing)
(#7) 'A' used outside of binding context. (block-scoped-var)
(#7) Missing space before opening brace. (space-before-blocks)
(#7) Requires a space after '{'. (block-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'right'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'left'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Expected space(s) after "case". (keyword-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing space before value for key 'bottom'. (key-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Missing semicolon. (semi)
(#7) Requires a space before '}'. (block-spacing)
(#7) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#7) Requires a space before '}'. (block-spacing)
(#7) Expected space(s) after "else". (keyword-spacing)
(#7) Expected space(s) before "else". (keyword-spacing)
(#7) Statement inside of curly braces should be on next line. (brace-style)
(#7) Requires a space after '{'. (block-spacing)
(#7) 'f' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'g' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Missing whitespace after semicolon. (semi-spacing)
(#7) 'B' used outside of binding context. (block-scoped-var)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) A space is required after ','. (comma-spacing)
(#7) A space is required after ','. (comma-spacing)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) Infix operators must be spaced. (space-infix-ops)
(#7) 'f' used outside of binding context. (block-scoped-var)
(#7) A space is required after ','. (comma-spacing)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Line 8 exceeds the maximum line length of 132. (max-len)
(#8) 'B' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'B' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) This line has 130 statements. Maximum allowed is 2. (max-statements-per-line)
(#8) 'B' used outside of binding context. (block-scoped-var)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'B' used outside of binding context. (block-scoped-var)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) 'g' is assigned to itself. (no-self-assign)
(#8) 'g' used outside of binding context. (block-scoped-var)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'display'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'height' is not defined. (no-undef)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) 'marginLeft' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) 'marginTop' is not defined. (no-undef)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'width' is not defined. (no-undef)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) 'marginLeft' is not defined. (no-undef)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'marginTop' is not defined. (no-undef)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) 'aT' used outside of binding context. (block-scoped-var)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'display'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'height' is not defined. (no-undef)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) 'marginLeft' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) 'marginTop' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) 'width' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) 'opacityOnGrid' is not defined. (no-undef)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) 'i' used outside of binding context. (block-scoped-var)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) 'i' used outside of binding context. (block-scoped-var)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) 'aK' used outside of binding context. (block-scoped-var)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'display'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before value for key 'height'. (key-spacing)
(#8) 'height' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) 'marginLeft' is not defined. (no-undef)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-top'. (key-spacing)
(#8) 'marginTop' is not defined. (no-undef)
(#8) A space is required after ','. (comma-spacing)
(#8) 'width' is not defined. (no-undef)
(#8) Missing space before value for key 'width'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'opacityOnGrid' is not defined. (no-undef)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) 'h' is defined but never used. (no-unused-vars)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'h' is defined but never used. (no-unused-vars)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "if". (keyword-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) A space is required after ','. (comma-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) 'w' is assigned a value but never used. (no-unused-vars)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'opacity'. (key-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'U' used outside of binding context. (block-scoped-var)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Expected space(s) after "if". (keyword-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Requires a space after '{'. (block-spacing)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Expected space(s) after "else". (keyword-spacing)
(#8) Expected space(s) before "else". (keyword-spacing)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) A space is required after ','. (comma-spacing)
(#8) Missing space before value for key 'margin-left'. (key-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Missing semicolon. (semi)
(#8) Requires a space before '}'. (block-spacing)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) Requires a space before '}'. (block-spacing)
(#8) Missing semicolon. (semi)
(#8) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#8) 'jQuery' is not defined. (no-undef)
(#8) Missing whitespace after semicolon. (semi-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Requires a space after '{'. (block-spacing)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Requires a space after '{'. (block-spacing)
(#8) Statement inside of curly braces should be on next line. (brace-style)
(#8) Missing space before opening brace. (space-before-blocks)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) A space is required after ','. (comma-spacing)
(#8) A space is required after ','. (comma-spacing)
(#8) 'e' is assigned a value but never used. (no-unused-vars)
(#8) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Line 9 exceeds the maximum line length of 132. (max-len)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) This line has 15 statements. Maximum allowed is 2. (max-statements-per-line)
(#9) 'd' is assigned a value but never used. (no-unused-vars)
(#9) 'd' used outside of binding context. (block-scoped-var)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Expected space(s) before "else". (keyword-spacing)
(#9) Expected space(s) after "else". (keyword-spacing)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) 'd' used outside of binding context. (block-scoped-var)
(#9) 'd' is already defined. (no-redeclare)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Requires a space before '}'. (block-spacing)
(#9) Missing semicolon. (semi)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) 'jQuery' is not defined. (no-undef)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Requires a space before '}'. (block-spacing)
(#9) Missing semicolon. (semi)
(#9) 'jQuery' is not defined. (no-undef)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) A space is required after ','. (comma-spacing)
(#9) Missing whitespace after semicolon. (semi-spacing)
(#9) Expected space(s) after "if". (keyword-spacing)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) 'autoAdv' is not defined. (no-undef)
(#9) Infix operators must be spaced. (space-infix-ops)
(#9) Requires a space after '{'. (block-spacing)
(#9) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing space before opening brace. (space-before-blocks)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Requires a space before '}'. (block-spacing)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) Missing semicolon. (semi)
(#9) Requires a space before '}'. (block-spacing)
(#9) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#9) 'jQuery' is not defined. (no-undef)
theme/enlightlite/javascript/jquery.easing.1.3.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) ["jswing"] is better written in dot notation. (dot-notation)
(#39) ["swing"] is better written in dot notation. (dot-notation)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) There should be no spaces inside this paren. (space-in-parens)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Unexpected space before function parentheses. (space-before-function-paren)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Unexpected space before function parentheses. (space-before-function-paren)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Unexpected space before function parentheses. (space-before-function-paren)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Unexpected space before function parentheses. (space-before-function-paren)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Unexpected space before function parentheses. (space-before-function-paren)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Unexpected space before function parentheses. (space-before-function-paren)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Unexpected space before function parentheses. (space-before-function-paren)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Unexpected space before function parentheses. (space-before-function-paren)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Unexpected space before function parentheses. (space-before-function-paren)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Unexpected space before function parentheses. (space-before-function-paren)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Unexpected space before function parentheses. (space-before-function-paren)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Unexpected space before function parentheses. (space-before-function-paren)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Unexpected space before function parentheses. (space-before-function-paren)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Unexpected space before function parentheses. (space-before-function-paren)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Unexpected space before function parentheses. (space-before-function-paren)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Unexpected space before function parentheses. (space-before-function-paren)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Unexpected space before function parentheses. (space-before-function-paren)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Unexpected space before function parentheses. (space-before-function-paren)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) There should be no spaces inside this paren. (space-in-parens)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Unexpected space before function parentheses. (space-before-function-paren)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Unexpected space before function parentheses. (space-before-function-paren)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) There should be no spaces inside this paren. (space-in-parens)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Unexpected space before function parentheses. (space-before-function-paren)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Unexpected space before function parentheses. (space-before-function-paren)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) 's' used outside of binding context. (block-scoped-var)
(#135) 's' used outside of binding context. (block-scoped-var)
(#135) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) There should be no spaces inside this paren. (space-in-parens)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) 's' is already defined. (no-redeclare)
(#147) 's' used outside of binding context. (block-scoped-var)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) 's' is already defined. (no-redeclare)
(#149) 's' used outside of binding context. (block-scoped-var)
(#149) Unexpected space between function name and paren. (func-call-spacing)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) 's' used outside of binding context. (block-scoped-var)
(#151) 's' used outside of binding context. (block-scoped-var)
(#151) There should be no spaces inside this paren. (space-in-parens)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Unexpected space before function parentheses. (space-before-function-paren)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) 's' used outside of binding context. (block-scoped-var)
(#154) 's' used outside of binding context. (block-scoped-var)
(#154) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) There should be no spaces inside this paren. (space-in-parens)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) 's' is already defined. (no-redeclare)
(#166) 's' used outside of binding context. (block-scoped-var)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) 's' used outside of binding context. (block-scoped-var)
(#168) 's' is already defined. (no-redeclare)
(#168) Unexpected space between function name and paren. (func-call-spacing)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) 's' used outside of binding context. (block-scoped-var)
(#170) 's' used outside of binding context. (block-scoped-var)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Unexpected space before function parentheses. (space-before-function-paren)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) 's' used outside of binding context. (block-scoped-var)
(#173) 's' used outside of binding context. (block-scoped-var)
(#173) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) 's' is already defined. (no-redeclare)
(#184) 's' used outside of binding context. (block-scoped-var)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) 's' is already defined. (no-redeclare)
(#186) 's' used outside of binding context. (block-scoped-var)
(#186) Unexpected space between function name and paren. (func-call-spacing)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) 's' used outside of binding context. (block-scoped-var)
(#189) 's' used outside of binding context. (block-scoped-var)
(#189) There should be no spaces inside this paren. (space-in-parens)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) 's' used outside of binding context. (block-scoped-var)
(#191) 's' used outside of binding context. (block-scoped-var)
(#191) There should be no spaces inside this paren. (space-in-parens)
(#191) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Unexpected space before function parentheses. (space-before-function-paren)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Unexpected space before function parentheses. (space-before-function-paren)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) There should be no spaces inside this paren. (space-in-parens)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Unexpected space before function parentheses. (space-before-function-paren)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Unexpected space between function name and paren. (func-call-spacing)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Unexpected space before function parentheses. (space-before-function-paren)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) There should be no spaces inside this paren. (space-in-parens)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Unexpected space before function parentheses. (space-before-function-paren)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Unexpected space between function name and paren. (func-call-spacing)
(#230) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Unexpected space between function name and paren. (func-call-spacing)
(#232) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#232) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Unexpected space between function name and paren. (func-call-spacing)
(#235) 'jQuery' is not defined. (no-undef)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
theme/enlightlite/javascript/jquery.mobile.customized.min.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Line 3 exceeds the maximum line length of 132. (max-len)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) This line has 1297 statements. Maximum allowed is 2. (max-statements-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of method 'setup'. (consistent-return)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Expected to return a value at the end of method 'teardown'. (consistent-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Script URL is a form of eval. (no-script-url)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Empty block statement. (no-empty)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'grid'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'solo'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'a'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'b'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'c'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'version'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ns'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'subPageUrlKey'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'activePageClass'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'activeBtnClass'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusClass'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ajaxEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hashListeningEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'linkBindingEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'defaultPageTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'maxTransitionWidth'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'minScrollBack'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'touchOverflowEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'defaultDialogTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageLoadErrorMessage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageLoadErrorMessageTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'phonegapNavigationEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'autoInitializePage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pushStateEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ignoreContentEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'orientationChangeEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'buttonMarkup'. (key-spacing)
(#3) Missing space before value for key 'hoverDelay'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'window'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'document'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'keyCode'. (key-spacing)
(#3) Missing space before value for key 'ALT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'BACKSPACE'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CAPS_LOCK'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'COMMA'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'COMMAND'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'COMMAND_LEFT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'COMMAND_RIGHT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'CONTROL'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'DELETE'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'DOWN'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'END'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ENTER'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'ESCAPE'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'HOME'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'INSERT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'LEFT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'MENU'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_ADD'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_DECIMAL'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_DIVIDE'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_ENTER'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_MULTIPLY'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'NUMPAD_SUBTRACT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'PAGE_DOWN'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'PAGE_UP'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'PERIOD'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'RIGHT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'SHIFT'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'SPACE'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'TAB'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'UP'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'WINDOWS'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'behaviors'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'silentScroll'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nsNormalizeDict'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nsNormalize'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Method 'nsNormalize' expected no return value. (consistent-return)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getInheritedTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "break". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closestPageData'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enhanceable'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hijackable'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'haveParents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getScreenHeight'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'd' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'matches'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'media'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'orientation'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'f' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unquoted number literal '0' used as key. (quote-props)
(#3) Missing space before value for key '0'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unquoted number literal '180' used as key. (quote-props)
(#3) Missing space before value for key '180'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key '-90'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unquoted number literal '90' used as key. (quote-props)
(#3) Missing space before value for key '90'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Expected to return a value at the end of method 'setup'. (consistent-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) Expected to return a value at the end of method 'teardown'. (consistent-return)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'add'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'touch'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected to return a value at the end of function 'e'. (consistent-return)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'MozTransform'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transform'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'href'. (key-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'browser'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'do'. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cssTransitions'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pushState'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mediaquery'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cssPseudoElement'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'touchOverflow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cssTransform3d'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'boxShadow'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fixedPosition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'scrollTop'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dynamicBaseTag'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cssPointerEvents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'boundingRect'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) 'e' is defined but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'bound'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pushStateEnabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'originalEventName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isPushStateEnabled'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isHashChangeEnabled'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'popstate'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'g' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'state'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hashchange'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'd' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'state'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'default'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'sequential'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'simultaneous'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'touchID'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Unexpected empty function 'O'. (no-empty-function)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'f' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'teardown'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'f' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'moveDistanceThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clickDistanceThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'resetTimerDuration'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'k' is assigned a value but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'enabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'tapholdThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of function. (consistent-return)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'g' is assigned a value but never used. (no-unused-vars)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'target'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'scrollSupressionThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'durationThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'horizontalDistanceThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'verticalDistanceThreshold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'start'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'time'. (key-spacing)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'coords'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'origin'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'stop'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'time'. (key-spacing)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'coords'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'handleSwipe'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'scrollstop'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'taphold'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'swipeleft'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'swiperight'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'setup'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "break". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Function has a complexity of 32. (complexity)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inline'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconshadow'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) before "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'w' is not modified in this loop. (no-unmodified-loop-condition)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'hover'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'state'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'bcls'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'outer'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inner'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'text'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconshadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'wrapperEls'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Missing space before value for key 'vmousedown vmousecancel vmouseup vmouseover vmouseout focus blur scrollstart'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusin focus'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusout blur'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Expected space(s) before "try". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Empty block statement. (no-empty)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected to return a value at the end of function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A constructor name should not start with a lowercase letter. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'version'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_proto'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_childConstructors'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A constructor name should not start with a lowercase letter. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'constructor'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'namespace'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'widgetName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'widgetFullName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected to return a value at the end of function. (consistent-return)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A constructor name should not start with a lowercase letter. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Unexpected empty function. (no-empty-function)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'widgetName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'widgetEventPrefix'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'defaultElement'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'disabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'create'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createWidget'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'remove'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getCreateEventData'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_init'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'destroy'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_destroy'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'widget'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'option'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOptions'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOption'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enable'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disable'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_on'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Function 'h' expected no return value. (consistent-return)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Expected space(s) before "typeof". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_off'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_delay'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_hoverable'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mouseenter'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mouseleave'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_focusable'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusin'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusout'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_trigger'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'show'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hide'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'effect'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'duration'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createWidget'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getCreateOptions'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enhanceWithin'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enhance'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'g' is assigned a value but never used. (no-unused-vars)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'raise'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "throw". (keyword-spacing)
(#3) Expected an object to be thrown. (no-throw-literal)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'locked'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disable'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enable'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'restore'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) 'e' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'uiStateKey'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'urlParseRE'. (key-spacing)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) Unnecessary escape character: \:. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) Unnecessary escape character: \[. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \:. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) Unnecessary escape character: \?. (no-useless-escape)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getLocation'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'parseLocation'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Method 'parseUrl' has a complexity of 21. (complexity)
(#3) Missing space before value for key 'parseUrl'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'href'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hrefNoHash'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hrefNoSearch'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'domain'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'protocol'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'doubleSlash'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'authority'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'username'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'password'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'host'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hostname'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'port'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pathname'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'directory'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'filename'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'search'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'makePathAbsolute'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "case". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isSameDomain'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isRelativeUrl'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isAbsoluteUrl'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'makeUrlAbsolute'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'addSearchParams'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'convertUrlToDataUrl'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'get'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) Unnecessary escape character: \/. (no-useless-escape)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'set'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isPath'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clean'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'stripHash'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'stripQueryParams'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cleanHash'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isHashValid'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isExternal'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hasProtocol'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isEmbeddedPage'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'squash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected { after 'else'. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isPreservableHash'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) 'c' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getActive'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getLast'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getNext'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getPrev'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'add'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clearForward'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'find'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closest'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'direct'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'd' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'popstate.history'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hashchange.history'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'squash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected { after 'else'. (curly)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'go'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'title'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'state'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'popstate'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'g' is defined but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'present'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hashchange'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'present'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'missing'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'title'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing '()' invoking a constructor. (new-parens)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hash'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key '_getVisibles'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_addFirstLastClasses'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'expandCueText'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'collapseCueText'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'collapsed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'heading'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'collapsedIcon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'expandedIcon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inset'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_init'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_refresh'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'refresh'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'loadingMessageTextVisible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'loadingMessageTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'loadingMessage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'showPageLoadingMsg'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hidePageLoadingMsg'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'loading'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'textVisible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'html'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'text'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'defaultHtml'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fakeFixLoader'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'checkLoaderPosition'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'resetHtml'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'show'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'k' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hide'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'grid'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'grid'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inline'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'domCache'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'keepNativeDefault'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of method '_create'. (consistent-return)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagebeforehide'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagebeforeshow'. (key-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handlePageBeforeShow'. (key-spacing)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'removeContainerBackground'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'setContainerBackground'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'keepNativeSelector'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'color'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'date'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'datetime'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'datetime-local'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'email'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'month'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'number'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'range'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'search'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'tel'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'time'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'week'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'preventFocusZoom'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clearBtn'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clearSearchButtonText'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'clearBtnText'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disabled'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagechange'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'load'. (key-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disable'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enable'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nextPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prevPage'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'nextPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prevPage'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "break". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'f' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'getFilePath'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isFirstPageUrl'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'isPermittedCrossDomainRequest'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'm' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 't' is assigned a value but never used. (no-unused-vars)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'element'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'href'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'set'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reset'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'absUrl'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dataUrl'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'deferred'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'data'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dataType'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'success'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of '~'. (no-bitwise)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'error'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'data'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reloadPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'showLoadMsg'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageContainer'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'loadMsgDelay'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Function has a complexity of 25. (complexity)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'toPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 't' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Empty block statement. (no-empty)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'title'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageUrl'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reverse'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'changeHash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fromHashChange'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'duplicateCachedPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageContainer'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'showLoadMsg'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dataUrl'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fromPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'allowSamePageTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of function. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'name'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'value'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'url'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'data'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reverse'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reloadPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of '~'. (no-bitwise)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Function expected no return value. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "var". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reverse'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'link'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'changeHash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fromHashChange'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reverse'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reverse'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'closeBtn'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closeBtnText'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'overlayTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handlePageBeforeShow'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) 'b' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'class'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagebeforeshow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createComplete'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setCloseBtn'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOption'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'close'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'direction'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'changeHash'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fromHashChange'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'm' is assigned a value but never used. (no-unused-vars)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'aria-level'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected { after 'else'. (curly)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'visibleOnPageShow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disablePageZoom'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'fullscreen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'tapToggle'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'tapToggleBlacklist'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hideDuringFocus'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'updatePagePadding'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'trackPersistentToolbars'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'supportBlacklist'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_thisPage'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_addTransitionClass'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindPageEvents'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagebeforeshow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'webkitAnimationStart'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'animationstart'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'updatelayout'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pageshow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagebeforehide'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handlePageBeforeShow'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handleAnimationStart'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handlePageShow'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'throttledresize'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handlePageBeforeHide'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_visible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'updatePagePadding'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_useTransition'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'show'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'hide'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'toggle'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindToggleHandlers'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_destroy'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_workarounds'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_viewportOffset'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindScrollWorkaround'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'scrollstop'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindListThumbWorkaround'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_triggerRedraw'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'destroy'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'countTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'headerTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dividerTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'splitIcon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'splitTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inset'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_findFirstElementByTagName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getChildrenByTagName'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'while' condition. (curly)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_addThumbClasses'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'refresh'. (key-spacing)
(#3) Method 'refresh' has a complexity of 29. (complexity)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) 'f' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'A' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) 'B' is defined but never used. (no-unused-vars)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'wrapperEls'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Expected { after 'for-in'. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_idStringEscape'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createSubPages'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) 'd' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'childPages'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'c' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'class'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) 'e' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'input'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Do not nest ternary expressions. (no-nested-ternary)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected { after 'else'. (curly)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'placeholder'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'classes'. (key-spacing)
(#3) Missing space before value for key 'panel'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'panelOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'panelClosed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'panelFixed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'panelInner'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'modal'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'modalOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagePanel'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'pagePanelOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentWrap'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentWrapOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentWrapClosed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentFixedToolbar'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentFixedToolbarOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'contentFixedToolbarClosed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'animate'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'animate'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'position'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dismissible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'display'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'swipeClose'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'positionFixed'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_panelID'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closeLink'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_page'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_modal'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_pannelInner'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_wrapper'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_fixedToolbar'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_panelID'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closeLink'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_page'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_pageTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_pannelInner'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_wrapper'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_fixedToolbar'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createModal'. (key-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getPosDisplayClasses'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getPanelClasses'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_addPanelClasses'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindCloseEvents'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_positionPanel'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_scrollIntoView'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindFixListener'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'throttledresize'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_unbindFixListener'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_unfixPanel'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_fixPanel'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindUpdateLayout'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindLinkListeners'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected to return a value at the end of function. (consistent-return)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindSwipeEvents'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindPageEvents'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_open'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_contentWrapOpenClasses'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_fixedToolbarOpenClasses'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_modalOpenClasses'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'open'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'close'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'toggle'. (key-spacing)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_transitionEndEvents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_destroy'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected space(s) before "function". (keyword-spacing)
(#3) Missing JSDoc comment. (require-jsdoc)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cx'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cy'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'overlayTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'positionTo'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'tolerance'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closeLinkSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closeLinkEvents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'navigateEvents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'closeEvents'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'dismissible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'history'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_eatEventAndClose'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_resizeScreen'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handleWindowKeyUp'. (key-spacing)
(#3) Expected to return a value at the end of method '_handleWindowKeyUp'. (consistent-return)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_expectResizeEvent'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'timeoutId'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'winCoords'. (key-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_resizeTimeout'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'positionTo'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_ignoreResizeEvents'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handleWindowResize'. (key-spacing)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handleWindowOrientationchange'. (key-spacing)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_handleDocumentFocusIn'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Method '_handleDocumentFocusIn' expected no return value. (consistent-return)
(#3) A space is required after ','. (comma-spacing)
(#3) 'a' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Expected { after 'else'. (curly)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'screen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'placeholder'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'container'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_scrollTop'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_page'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_ui'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_fallbackTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_currentTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_prereqs'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_isOpen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_tolerance'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_resizeData'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_ignoreResizeTo'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_orientationchangeInProgress'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'orientationchange'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'resize'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'keyup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focusin'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_applyTheme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) 'e' is assigned a value but never used. (no-unused-vars)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "while". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setTheme'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOverlayTheme'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setShadow'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setCorners'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_applyTransition'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setTransition'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setTolerance'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 't'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'r'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'b'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'l'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "switch". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOption'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_placementCoords'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cx'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cy'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'cx'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cy'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Return statement should not contain assignment. (no-return-assign)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing space before value for key 'left'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'top'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_createPrereqs'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'screen'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'container'. (key-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Each then() should return a value or throw (promise/always-return)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Each then() should return a value or throw (promise/always-return)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_animate'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Expected space(s) before "this". (keyword-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_desiredCoords'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "else". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected space(s) after "try". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "catch". (keyword-spacing)
(#3) Expected space(s) after "catch". (keyword-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "return". (keyword-spacing)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_reposition'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'positionTo'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reposition'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_openPrereqsComplete'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_open'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) 'a' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unnecessary escape character: \.. (no-useless-escape)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'additionalCondition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'classToRemove'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'screenClassToAdd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'containerClassToAdd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'applyTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prereqs'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closePrereqScreen'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closePrereqContainer'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closePrereqsDone'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) 'b' is assigned a value but never used. (no-unused-vars)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_close'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'additionalCondition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'classToRemove'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'screenClassToAdd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'containerClassToAdd'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'applyTransition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'prereqs'. (key-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_unenhance'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_destroy'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_closePopup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_bindContainerClose'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'open'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'role'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'close'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'x'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'y'. (key-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'transition'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'positionTo'. (key-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'classes'. (key-spacing)
(#3) Missing space before value for key 'table'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'e' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected { after 'for' condition. (curly)
(#3) Expected space(s) before "for". (keyword-spacing)
(#3) Expected space(s) after "for". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'corners'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'excludeInvisible'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'type'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'inner'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'legend'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_initialRefresh'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_init'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setOption'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setType'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setCorners'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setShadow'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_setMini'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'container'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'refresh'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key '_handleFormReset'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reset'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'options'. (key-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'initSelector'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_create'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'label'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'inputtype'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'checkedClass'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'uncheckedClass'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'checkedicon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'uncheckedicon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'shadow'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'mini'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'iconpos'. (key-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'vmouseover'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'vclick'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Method 'vclick' expected no return value. (consistent-return)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'vmousedown'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'vclick'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'focus'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'blur'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_cacheVals'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_getInputSet'. (key-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_updateAll'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key '_reset'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'refresh'. (key-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) Missing space before value for key 'icon'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'disable'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'enable'. (key-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) A space is required after ','. (comma-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'popup'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'columnBtn'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'priorityPrefix'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'columnToggleTable'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'theme'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) A space is required after ','. (comma-spacing)
(#3) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#3) A space is required after ','. (comma-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) A space is required after ','. (comma-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'reflowTable'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before value for key 'cellLabels'. (key-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Requires a space after '{'. (block-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) before "return". (keyword-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) 'b' is defined but never used. (no-unused-vars)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected { after 'if' condition. (curly)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Expected space(s) after "if". (keyword-spacing)
(#3) Expected space(s) before "if". (keyword-spacing)
(#3) Missing space before opening brace. (space-before-blocks)
(#3) Requires a space after '{'. (block-spacing)
(#3) Statement inside of curly braces should be on next line. (brace-style)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) A space is required after ','. (comma-spacing)
(#3) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Missing whitespace after semicolon. (semi-spacing)
(#3) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) A space is required after ','. (comma-spacing)
(#3) Unexpected use of comma operator. (no-sequences)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Expected space(s) before "else". (keyword-spacing)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Infix operators must be spaced. (space-infix-ops)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#3) Missing semicolon. (semi)
(#3) Requires a space before '}'. (block-spacing)
(#3) Missing semicolon. (semi)
theme/enlightlite/javascript/slick.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) 'module' is not defined. (no-undef)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Missing JSDoc comment. (require-jsdoc)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#206) Expected to return a value at the end of function. (consistent-return)
(#206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#210) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#219) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#490) Line 490 exceeds the maximum line length of 132. (max-len)
(#490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#524) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#524) A space is required after ','. (comma-spacing)
(#524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#529) Expected space(s) after "if". (keyword-spacing)
(#529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#535) Expected space(s) after "for". (keyword-spacing)
(#535) Missing space before opening brace. (space-before-blocks)
(#535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#537) Expected space(s) after "for". (keyword-spacing)
(#537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#539) Expected space(s) after "for". (keyword-spacing)
(#539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#541) Blocks are nested too deeply (5). (max-depth)
(#541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#548) Unnecessary semicolon. (no-extra-semi)
(#548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#553) Unnecessary semicolon. (no-extra-semi)
(#553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#642) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#664) Line 664 exceeds the maximum line length of 132. (max-len)
(#664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#712) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#713) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#750) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#752) Expected space(s) after "if". (keyword-spacing)
(#752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1043) Expected to return a value at the end of function. (consistent-return)
(#1043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1226) Missing JSDoc comment. (require-jsdoc)
(#1226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1228) Unexpected 'this'. (no-invalid-this)
(#1228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1229) Unexpected 'this'. (no-invalid-this)
(#1229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1314) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1315) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1316) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1317) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1318) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1319) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1320) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1321) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1322) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1323) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1324) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1325) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1326) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1327) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1328) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1329) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1330) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1331) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1332) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1333) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1334) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1335) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1336) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1337) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1338) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1339) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1340) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1341) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1342) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1343) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1344) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1345) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1346) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1347) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1348) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1349) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1350) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1351) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1352) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1353) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1354) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1355) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1356) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1357) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1358) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1359) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1360) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1361) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1362) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1363) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1364) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1365) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1366) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1367) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1368) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1369) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1370) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1371) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1372) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1373) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1374) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1375) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1376) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1377) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1378) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1379) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1380) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1381) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1382) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1383) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1384) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1385) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1386) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1387) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1388) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1389) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1390) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1391) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1392) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1393) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1394) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1395) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1396) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1397) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1398) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1399) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1400) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1401) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1402) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1403) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1404) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1405) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1406) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1407) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1408) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1409) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1410) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1411) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1412) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1413) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1414) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1415) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1416) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1417) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1418) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1419) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1420) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1421) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1422) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1423) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1424) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1425) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1426) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1427) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1428) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1429) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1430) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1431) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1432) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1433) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1434) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1435) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1436) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1437) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1438) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1439) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1440) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1441) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1442) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1443) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1444) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1445) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1446) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1447) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1448) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1449) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1450) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1451) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1452) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1453) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1454) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1455) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1456) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1457) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1458) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1459) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1460) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1461) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1462) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1463) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1464) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1465) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1466) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1467) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1468) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1469) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1470) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1471) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1472) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1473) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1474) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1475) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1476) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1477) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1478) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1479) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1480) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1481) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1482) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1483) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1484) Expected to return a value at the end of function. (consistent-return)
(#1484) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1485) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1486) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1487) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1488) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#1488) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1489) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1490) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1491) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1492) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1493) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1494) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1495) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1496) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1497) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1498) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1499) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1500) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1501) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1502) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1503) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1504) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1505) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1506) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1507) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1508) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1509) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1510) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1511) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1512) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1513) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1514) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1515) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1516) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1517) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1518) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1519) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1520) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1521) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1522) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1523) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1524) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1525) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1526) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1527) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1528) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1529) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1530) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1531) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1532) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1533) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1534) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1535) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1536) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1537) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1538) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1539) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1540) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1541) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1542) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1543) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1544) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1545) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1546) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1547) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1548) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1549) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1550) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1551) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1552) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1553) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1554) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1555) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1556) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1557) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1558) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1559) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1560) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1561) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1562) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1563) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1564) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1565) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1566) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1567) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1568) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1569) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1570) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1571) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1572) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1573) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1574) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1575) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1576) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1577) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1578) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1579) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1580) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1581) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1582) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1583) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1584) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1585) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1586) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1587) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1588) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1589) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1590) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1591) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1592) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1593) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1594) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1595) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1596) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1597) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1598) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1599) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1600) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1601) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1602) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1603) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1604) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1605) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1606) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1607) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1608) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1609) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1610) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1611) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1612) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1613) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1614) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1615) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1616) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1617) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1618) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1619) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1620) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1621) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1622) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1623) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1624) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1625) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1626) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1627) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1628) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1629) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1630) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1631) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1632) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1633) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1634) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1635) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1636) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1637) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1638) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1639) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1640) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1641) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1642) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1643) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1644) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1645) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1646) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1647) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1648) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1649) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1650) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1651) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1652) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1653) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1654) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1655) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1656) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1657) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1658) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1659) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1660) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1661) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1662) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1663) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1664) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1665) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1666) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1667) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1668) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1669) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1670) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1671) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1672) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1673) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1674) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1675) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1676) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1677) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1678) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1679) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1680) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1681) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1682) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1683) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1684) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1685) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1686) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1687) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1688) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1689) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1690) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1691) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1692) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1693) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1694) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1695) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1696) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1697) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1698) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1699) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1700) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1701) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1702) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1703) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1704) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1705) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1706) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1707) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1708) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1709) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1710) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1711) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1712) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1713) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1714) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1715) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1716) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1717) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1718) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1719) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1720) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1721) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1722) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1723) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1724) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1725) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1726) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1727) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1728) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1729) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1730) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1731) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1732) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1733) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1734) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1735) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1736) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1737) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1738) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1739) Line 1739 exceeds the maximum line length of 132. (max-len)
(#1739) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1740) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1741) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1742) Line 1742 exceeds the maximum line length of 132. (max-len)
(#1742) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1743) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1744) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1745) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1746) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1747) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1748) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1749) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1750) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1751) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1752) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1753) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1754) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1755) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1756) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1757) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1758) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1759) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1760) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1761) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1762) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1763) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1764) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1765) Line 1765 exceeds the maximum line length of 132. (max-len)
(#1765) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1766) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1767) Line 1767 exceeds the maximum line length of 132. (max-len)
(#1767) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1768) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1769) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1770) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1771) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1772) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1773) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1774) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1775) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1776) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1777) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1778) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1779) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1780) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1781) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1782) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1783) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1784) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1785) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1786) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1787) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1788) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1789) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1790) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1791) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1792) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1793) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1794) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1795) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1796) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1797) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1798) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1799) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1800) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1801) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1802) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1803) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1804) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1805) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1806) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1807) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1808) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1809) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1810) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1811) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1812) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1813) Unexpected 'this'. (no-invalid-this)
(#1813) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1814) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1815) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1816) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1817) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1818) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1819) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1820) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1821) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1822) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1823) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1824) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1825) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1826) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1827) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1828) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1829) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1830) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1831) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1832) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1833) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1834) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1835) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1836) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1837) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1838) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1839) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1840) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1841) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1842) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1843) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1844) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1845) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1846) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1847) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1848) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1849) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1850) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1851) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1852) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1853) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1854) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1855) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1856) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1857) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1858) Function has a complexity of 23. (complexity)
(#1858) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1859) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1860) 'oldSlide' is assigned a value but never used. (no-unused-vars)
(#1860) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1860) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1861) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1862) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1863) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1864) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1865) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1866) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1867) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1868) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1869) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1870) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1871) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1872) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1873) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1874) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1875) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1876) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1877) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1878) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1879) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1880) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1881) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1882) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1883) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1884) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1885) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1886) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1887) Line 1887 exceeds the maximum line length of 132. (max-len)
(#1887) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1888) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1889) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1890) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1891) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1892) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1893) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1894) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1895) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1896) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1897) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1898) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1899) Line 1899 exceeds the maximum line length of 132. (max-len)
(#1899) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1900) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1901) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1902) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1903) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1904) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1905) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1906) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1907) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1908) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1909) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1910) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1911) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1912) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1913) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1914) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1915) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1916) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1917) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1918) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1919) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1920) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1921) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1922) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1923) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1924) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1925) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1926) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1927) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1928) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1929) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1930) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1931) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1932) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1933) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1934) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1935) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1936) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1937) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1938) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1939) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1940) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1941) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1942) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1943) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1944) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1945) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1946) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1947) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1948) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1949) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1950) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1951) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1952) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1953) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1954) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1955) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1956) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1957) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1958) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1959) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1960) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1961) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1962) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1963) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1964) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1965) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1966) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1967) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1968) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1969) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1970) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1971) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1972) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1973) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1974) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1975) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1976) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1977) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1978) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1979) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1980) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1981) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1982) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1983) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1984) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1985) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1986) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1987) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1988) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1989) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1990) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1990) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1991) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1992) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1993) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1994) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1995) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1996) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1997) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1998) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#1999) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2000) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2001) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2002) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2003) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2004) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2005) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2006) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2007) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2008) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2009) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2010) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2011) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2012) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2013) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2014) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2015) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2016) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2017) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2018) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2019) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2020) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2021) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2022) Expected to return a value at the end of function. (consistent-return)
(#2022) 'event' is defined but never used. (no-unused-vars)
(#2022) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2023) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2024) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2025) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2026) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2027) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2028) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2029) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2030) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2031) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2032) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2033) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2034) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2035) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2036) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2037) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2038) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2039) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2040) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2041) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2042) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2043) Line 2043 exceeds the maximum line length of 132. (max-len)
(#2043) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2044) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2045) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2046) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2047) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2048) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2049) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2050) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2051) Line 2051 exceeds the maximum line length of 132. (max-len)
(#2051) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2052) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2053) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2054) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2055) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2056) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2057) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2058) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2059) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2060) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2061) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2062) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2063) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2064) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2065) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2066) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2067) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2068) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2069) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2070) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2071) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2072) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2073) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2074) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2075) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2076) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2077) Line 2077 exceeds the maximum line length of 132. (max-len)
(#2077) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2078) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2079) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2080) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2081) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2082) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2083) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2084) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2085) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2086) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2087) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2088) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2089) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2090) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2091) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2092) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2093) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2094) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2095) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2096) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2097) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2098) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2099) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2105) Expected to return a value at the end of function. (consistent-return)
(#2105) Function has a complexity of 21. (complexity)
(#2105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2108) 'edgeWasHit' is assigned a value but never used. (no-unused-vars)
(#2108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2133) Function expected a return value. (consistent-return)
(#2133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2150) Line 2150 exceeds the maximum line length of 132. (max-len)
(#2150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2178) Expected to return a value at the end of function. (consistent-return)
(#2178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2204) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2205) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2206) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2207) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2208) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2209) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2210) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2211) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2212) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2213) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2214) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2215) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2216) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2217) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2218) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2219) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2220) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2221) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2222) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2223) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2224) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2225) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2226) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2227) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2228) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2229) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2230) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2231) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2232) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2233) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2234) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2235) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2236) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2237) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2238) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2239) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2240) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2241) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2242) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2243) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2244) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2245) 'centerOffset' is assigned a value but never used. (no-unused-vars)
(#2245) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2246) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2247) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2248) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2249) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2250) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2251) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2252) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2253) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2254) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2255) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2256) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2257) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2258) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2259) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2260) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2261) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2262) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2263) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2264) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2265) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2266) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2267) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2268) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2269) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2270) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2271) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2272) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2273) Line 2273 exceeds the maximum line length of 132. (max-len)
(#2273) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2274) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2275) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2276) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2277) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2278) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2279) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2280) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2281) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2282) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2283) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2284) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2285) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2286) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2287) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2288) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2289) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2290) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2291) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2292) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2293) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2294) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2295) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2296) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2297) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2298) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2299) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2300) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2301) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2302) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2303) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2304) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2305) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2306) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2307) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2308) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2309) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2310) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2311) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2312) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2313) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
theme/enlightlite/javascript/theme.js
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#13) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#14) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#15) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#16) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#17) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#18) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#19) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#20) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#21) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#22) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#23) '$' is not defined. (no-undef)
(#23) Missing space before opening brace. (space-before-blocks)
(#23) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#24) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#25) 'img' is not defined. (no-undef)
(#25) '$' is not defined. (no-undef)
(#25) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#26) 'src' is not defined. (no-undef)
(#26) 'img' is not defined. (no-undef)
(#26) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#27) 'img' is not defined. (no-undef)
(#27) 'src' is not defined. (no-undef)
(#27) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#28) 'msg' is not defined. (no-undef)
(#28) '$' is not defined. (no-undef)
(#28) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#29) 'msgsrc' is not defined. (no-undef)
(#29) 'msg' is not defined. (no-undef)
(#29) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#30) 'msg' is not defined. (no-undef)
(#30) 'msgsrc' is not defined. (no-undef)
(#30) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#31) 'note' is not defined. (no-undef)
(#31) '$' is not defined. (no-undef)
(#31) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#32) 'notesrc' is not defined. (no-undef)
(#32) 'note' is not defined. (no-undef)
(#32) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#33) 'note' is not defined. (no-undef)
(#33) 'notesrc' is not defined. (no-undef)
(#33) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#34) '$' is not defined. (no-undef)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) There should be no spaces inside this paren. (space-in-parens)
(#34) Expected to return a value at the end of function. (consistent-return)
(#34) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#35) Identifier 'ctab_obj' is not in camel case. (camelcase)
(#35) '$' is not defined. (no-undef)
(#35) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#36) Identifier 'ctab_obj' is not in camel case. (camelcase)
(#36) Empty block statement. (no-empty)
(#36) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#37) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#38) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#39) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#40) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#41) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#42) 'par' is not defined. (no-undef)
(#42) '$' is not defined. (no-undef)
(#42) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#43) 'par' is not defined. (no-undef)
(#43) Missing space before opening brace. (space-before-blocks)
(#43) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#44) 'cont' is not defined. (no-undef)
(#44) '$' is not defined. (no-undef)
(#44) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#45) 'con' is not defined. (no-undef)
(#45) 'cont' is not defined. (no-undef)
(#45) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#46) Missing semicolon. (semi)
(#47) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#48) Expected space or tab after '/*' in comment. (spaced-comment)
(#48) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#49) '$' is not defined. (no-undef)
(#49) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#50) '$' is not defined. (no-undef)
(#50) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#51) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#52) Expected space or tab after '/*' in comment. (spaced-comment)
(#52) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#53) '$' is not defined. (no-undef)
(#53) Missing space before opening brace. (space-before-blocks)
(#53) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#54) '$this' is not defined. (no-undef)
(#54) '$' is not defined. (no-undef)
(#54) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#55) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#56) '$this' is not defined. (no-undef)
(#56) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#57) '$' is not defined. (no-undef)
(#57) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#58) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#59) '$' is not defined. (no-undef)
(#59) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#60) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#61) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#62) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#63) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#64) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#65) '$' is not defined. (no-undef)
(#65) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#66) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#67) '$' is not defined. (no-undef)
(#67) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#68) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#69) Expected space or tab after '/*' in comment. (spaced-comment)
(#69) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#70) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#71) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#72) '$val' is not defined. (no-undef)
(#72) '$' is not defined. (no-undef)
(#72) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#73) '$val' is not defined. (no-undef)
(#73) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#74) '$' is not defined. (no-undef)
(#74) A space is required after ','. (comma-spacing)
(#74) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#75) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#76) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#77) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#78) '$' is not defined. (no-undef)
(#78) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#79) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#80) '$this' is not defined. (no-undef)
(#80) '$' is not defined. (no-undef)
(#80) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#81) 'val' is not defined. (no-undef)
(#81) '$this' is not defined. (no-undef)
(#81) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#82) 'val' is not defined. (no-undef)
(#82) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#83) '$' is not defined. (no-undef)
(#83) A space is required after ','. (comma-spacing)
(#83) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#84) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#85) '$' is not defined. (no-undef)
(#85) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#86) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#87) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#88) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#89) Expected space or tab after '/*' in comment. (spaced-comment)
(#89) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#90) Line 90 exceeds the maximum line length of 132. (max-len)
(#90) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#91) '$' is not defined. (no-undef)
(#91) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#92) 'h3' is not defined. (no-undef)
(#92) '$' is not defined. (no-undef)
(#92) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#93) 'block' is not defined. (no-undef)
(#93) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#94) 'h3' is not defined. (no-undef)
(#94) There should be no spaces inside this paren. (space-in-parens)
(#94) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#95) '$this' is not defined. (no-undef)
(#95) '$' is not defined. (no-undef)
(#95) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#96) 'block' is not defined. (no-undef)
(#96) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#97) 'hidden' is not defined. (no-undef)
(#97) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#98) Line 98 exceeds the maximum line length of 132. (max-len)
(#98) 'hidden' is not defined. (no-undef)
(#98) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#99) '$' is not defined. (no-undef)
(#99) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#100) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#101) '$this' is not defined. (no-undef)
(#101) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#102) 'iconclass' is not defined. (no-undef)
(#102) 'hidden' is not defined. (no-undef)
(#102) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#103) 'iconclass' is not defined. (no-undef)
(#103) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#104) '$this' is not defined. (no-undef)
(#104) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#105) Missing semicolon. (semi)
(#105) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#106) Missing semicolon. (semi)
(#106) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#107) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#108) Expected space or tab after '/**' in comment. (spaced-comment)
(#108) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#109) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#110) '$' is not defined. (no-undef)
(#110) Missing space before opening brace. (space-before-blocks)
(#110) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#111) '$this' is not defined. (no-undef)
(#111) '$' is not defined. (no-undef)
(#111) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#112) 'parentid' is not defined. (no-undef)
(#112) '$this' is not defined. (no-undef)
(#112) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#113) 'parentid' is not defined. (no-undef)
(#113) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#114) Read-only global 'parent' should not be modified. (no-global-assign)
(#114) '$' is not defined. (no-undef)
(#114) 'parentid' is not defined. (no-undef)
(#114) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#115) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#116) Read-only global 'parent' should not be modified. (no-global-assign)
(#116) '$' is not defined. (no-undef)
(#116) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#117) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#118) 'headid' is not defined. (no-undef)
(#118) '$this' is not defined. (no-undef)
(#118) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#119) 'childid' is not defined. (no-undef)
(#119) 'headid' is not defined. (no-undef)
(#119) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#120) 'child' is not defined. (no-undef)
(#120) '$' is not defined. (no-undef)
(#120) 'childid' is not defined. (no-undef)
(#120) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#121) '$' is not defined. (no-undef)
(#121) 'childid' is not defined. (no-undef)
(#121) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#122) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#123) 'child' is not defined. (no-undef)
(#123) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#124) 'child' is not defined. (no-undef)
(#124) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#125) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#126) 'child' is not defined. (no-undef)
(#126) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#127) 'child' is not defined. (no-undef)
(#127) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#128) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#129) 'child' is not defined. (no-undef)
(#129) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#130) 'parentid' is not defined. (no-undef)
(#130) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#131) Missing semicolon. (semi)
(#132) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#133) Missing JSDoc for parameter 'parentid'. (valid-jsdoc)
(#133) Expected space or tab after '/**' in comment. (spaced-comment)
(#133) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#134) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#135) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#136) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#137) Read-only global 'parent' should not be modified. (no-global-assign)
(#137) '$' is not defined. (no-undef)
(#137) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#138) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#139) Read-only global 'parent' should not be modified. (no-global-assign)
(#139) '$' is not defined. (no-undef)
(#139) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#140) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#141) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#142) '$this' is not defined. (no-undef)
(#142) '$' is not defined. (no-undef)
(#142) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#143) 'childid' is not defined. (no-undef)
(#143) '$' is not defined. (no-undef)
(#143) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#144) 'dataHidden' is not defined. (no-undef)
(#144) 'childid' is not defined. (no-undef)
(#144) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#145) 'dataHidden' is not defined. (no-undef)
(#145) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#146) '$this' is not defined. (no-undef)
(#146) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#147) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#148) '$this' is not defined. (no-undef)
(#148) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#149) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#150) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#151) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#152) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#153) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#154) '$' is not defined. (no-undef)
(#154) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#155) Expected space or tab after '/*' in comment. (spaced-comment)
(#155) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#156) '$' is not defined. (no-undef)
(#156) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#157) 'w' used outside of binding context. (block-scoped-var)
(#157) '$' is not defined. (no-undef)
(#157) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#158) 'win' used outside of binding context. (block-scoped-var)
(#158) '$' is not defined. (no-undef)
(#158) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#159) There should be no spaces inside this paren. (space-in-parens)
(#159) 'win' used outside of binding context. (block-scoped-var)
(#159) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#160) Identifier 'ul_w' is not in camel case. (camelcase)
(#160) 'ul_w' used outside of binding context. (block-scoped-var)
(#160) '$' is not defined. (no-undef)
(#160) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#161) 'le' used outside of binding context. (block-scoped-var)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) 'w' used outside of binding context. (block-scoped-var)
(#161) 'ul_w' used outside of binding context. (block-scoped-var)
(#161) Identifier 'ul_w' is not in camel case. (camelcase)
(#161) There should be no spaces inside this paren. (space-in-parens)
(#161) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#162) '$' is not defined. (no-undef)
(#162) 'w' used outside of binding context. (block-scoped-var)
(#162) There should be no space before ','. (comma-spacing)
(#162) 'le' used outside of binding context. (block-scoped-var)
(#162) There should be no space before '}'. (object-curly-spacing)
(#162) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#163) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#164) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#165) '$' is not defined. (no-undef)
(#165) Missing space before opening brace. (space-before-blocks)
(#165) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#166) '$' is not defined. (no-undef)
(#166) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#167) '$' is not defined. (no-undef)
(#167) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#168) Multiple spaces found before '{'. (no-multi-spaces)
(#168) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#169) Identifier 'ul_w' is not in camel case. (camelcase)
(#169) '$' is not defined. (no-undef)
(#169) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) Identifier 'ul_w' is not in camel case. (camelcase)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#171) '$' is not defined. (no-undef)
(#171) Extra space after key 'width'. (key-spacing)
(#171) There should be no space before ','. (comma-spacing)
(#171) There should be no space before '}'. (object-curly-spacing)
(#171) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#172) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#173) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#174) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#175) 'w' is already defined. (no-redeclare)
(#175) 'w' used outside of binding context. (block-scoped-var)
(#175) '$' is not defined. (no-undef)
(#175) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#176) 'win' is already defined. (no-redeclare)
(#176) 'win' used outside of binding context. (block-scoped-var)
(#176) '$' is not defined. (no-undef)
(#176) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#177) 'win' used outside of binding context. (block-scoped-var)
(#177) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#178) Identifier 'ul_w' is not in camel case. (camelcase)
(#178) 'ul_w' is already defined. (no-redeclare)
(#178) 'ul_w' used outside of binding context. (block-scoped-var)
(#178) '$' is not defined. (no-undef)
(#178) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#179) 'le' is already defined. (no-redeclare)
(#179) 'le' used outside of binding context. (block-scoped-var)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) 'w' used outside of binding context. (block-scoped-var)
(#179) Identifier 'ul_w' is not in camel case. (camelcase)
(#179) 'ul_w' used outside of binding context. (block-scoped-var)
(#179) There should be no spaces inside this paren. (space-in-parens)
(#179) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#180) '$' is not defined. (no-undef)
(#180) Extra space after key 'width'. (key-spacing)
(#180) 'w' used outside of binding context. (block-scoped-var)
(#180) 'le' used outside of binding context. (block-scoped-var)
(#180) There should be no space before '}'. (object-curly-spacing)
(#180) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#181) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#182) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#183) '$' is not defined. (no-undef)
(#183) Missing space before opening brace. (space-before-blocks)
(#183) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#184) '$' is not defined. (no-undef)
(#184) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#185) '$' is not defined. (no-undef)
(#185) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#186) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#187) Identifier 'ul_w' is not in camel case. (camelcase)
(#187) '$' is not defined. (no-undef)
(#187) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#188) Identifier 'ul_w' is not in camel case. (camelcase)
(#188) There should be no spaces inside this paren. (space-in-parens)
(#188) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#189) '$' is not defined. (no-undef)
(#189) Extra space after key 'width'. (key-spacing)
(#189) Extra space after key 'left'. (key-spacing)
(#189) There should be no space before '}'. (object-curly-spacing)
(#189) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#190) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#191) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#192) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#193) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#194) '$' is not defined. (no-undef)
(#194) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#195) '$' is not defined. (no-undef)
(#195) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#196) '$' is not defined. (no-undef)
(#196) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#197) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#198) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#199) '$' is not defined. (no-undef)
(#199) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#200) '$' is not defined. (no-undef)
(#200) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#201) '$' is not defined. (no-undef)
(#201) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#202) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#203) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)

CSS problems

(3035 errors, 48 warnings)

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

theme/enlightlite/scss/preset/enlightlite.scss
(#1278) Unknown property: -webkit-margin-top-collapse
(#221) Expected empty line before at-rule (at-rule-empty-line-before)
(#228) Expected empty line before at-rule (at-rule-empty-line-before)
(#235) Expected empty line before at-rule (at-rule-empty-line-before)
(#242) Expected empty line before at-rule (at-rule-empty-line-before)
(#5054) Expected empty line before at-rule (at-rule-empty-line-before)
(#7122) Expected empty line before at-rule (at-rule-empty-line-before)
(#7220) Expected empty line before at-rule (at-rule-empty-line-before)
(#304) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#310) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#316) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#323) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#329) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#335) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#492) Unexpected !important (declaration-no-important)
(#495) Unexpected !important (declaration-no-important)
(#496) Unexpected !important (declaration-no-important)
(#502) Unexpected !important (declaration-no-important)
(#523) Unexpected !important (declaration-no-important)
(#528) Unexpected !important (declaration-no-important)
(#535) Unexpected !important (declaration-no-important)
(#552) Unexpected !important (declaration-no-important)
(#564) Unexpected !important (declaration-no-important)
(#568) Unexpected !important (declaration-no-important)
(#574) Unexpected !important (declaration-no-important)
(#579) Unexpected !important (declaration-no-important)
(#585) Unexpected !important (declaration-no-important)
(#616) Unexpected !important (declaration-no-important)
(#621) Unexpected !important (declaration-no-important)
(#630) Unexpected !important (declaration-no-important)
(#1099) Unexpected !important (declaration-no-important)
(#1100) Unexpected !important (declaration-no-important)
(#1102) Unexpected !important (declaration-no-important)
(#1919) Unexpected !important (declaration-no-important)
(#2020) Unexpected !important (declaration-no-important)
(#2239) Unexpected !important (declaration-no-important)
(#2240) Unexpected !important (declaration-no-important)
(#2241) Unexpected !important (declaration-no-important)
(#2242) Unexpected !important (declaration-no-important)
(#2243) Unexpected !important (declaration-no-important)
(#2244) Unexpected !important (declaration-no-important)
(#2245) Unexpected !important (declaration-no-important)
(#2246) Unexpected !important (declaration-no-important)
(#2247) Unexpected !important (declaration-no-important)
(#2250) Unexpected !important (declaration-no-important)
(#2254) Unexpected !important (declaration-no-important)
(#2256) Unexpected !important (declaration-no-important)
(#2259) Unexpected !important (declaration-no-important)
(#2260) Unexpected !important (declaration-no-important)
(#2267) Unexpected !important (declaration-no-important)
(#2268) Unexpected !important (declaration-no-important)
(#2271) Unexpected !important (declaration-no-important)
(#2275) Unexpected !important (declaration-no-important)
(#2279) Unexpected !important (declaration-no-important)
(#2280) Unexpected !important (declaration-no-important)
(#2281) Unexpected !important (declaration-no-important)
(#2282) Unexpected !important (declaration-no-important)
(#2283) Unexpected !important (declaration-no-important)
(#2284) Unexpected !important (declaration-no-important)
(#2285) Unexpected !important (declaration-no-important)
(#2286) Unexpected !important (declaration-no-important)
(#2287) Unexpected !important (declaration-no-important)
(#2290) Unexpected !important (declaration-no-important)
(#2292) Unexpected !important (declaration-no-important)
(#2295) Unexpected !important (declaration-no-important)
(#2300) Unexpected !important (declaration-no-important)
(#2303) Unexpected !important (declaration-no-important)
(#2307) Unexpected !important (declaration-no-important)
(#2308) Unexpected !important (declaration-no-important)
(#2312) Unexpected !important (declaration-no-important)
(#2316) Unexpected !important (declaration-no-important)
(#2325) Unexpected !important (declaration-no-important)
(#2341) Unexpected !important (declaration-no-important)
(#2342) Unexpected !important (declaration-no-important)
(#2343) Unexpected !important (declaration-no-important)
(#2344) Unexpected !important (declaration-no-important)
(#2350) Unexpected !important (declaration-no-important)
(#2353) Unexpected !important (declaration-no-important)
(#2356) Unexpected !important (declaration-no-important)
(#2360) Unexpected !important (declaration-no-important)
(#2364) Unexpected !important (declaration-no-important)
(#2365) Unexpected !important (declaration-no-important)
(#2366) Unexpected !important (declaration-no-important)
(#2368) Unexpected !important (declaration-no-important)
(#2371) Unexpected !important (declaration-no-important)
(#2374) Unexpected !important (declaration-no-important)
(#2380) Unexpected !important (declaration-no-important)
(#2383) Unexpected !important (declaration-no-important)
(#2387) Unexpected !important (declaration-no-important)
(#2479) Unexpected !important (declaration-no-important)
(#2482) Unexpected !important (declaration-no-important)
(#2483) Unexpected !important (declaration-no-important)
(#2484) Unexpected !important (declaration-no-important)
(#2494) Unexpected !important (declaration-no-important)
(#2501) Unexpected !important (declaration-no-important)
(#2504) Unexpected !important (declaration-no-important)
(#2509) Unexpected !important (declaration-no-important)
(#2512) Unexpected !important (declaration-no-important)
(#2517) Unexpected !important (declaration-no-important)
(#2520) Unexpected !important (declaration-no-important)
(#2522) Unexpected !important (declaration-no-important)
(#2526) Unexpected !important (declaration-no-important)
(#2527) Unexpected !important (declaration-no-important)
(#2529) Unexpected !important (declaration-no-important)
(#2530) Unexpected !important (declaration-no-important)
(#2531) Unexpected !important (declaration-no-important)
(#2532) Unexpected !important (declaration-no-important)
(#2533) Unexpected !important (declaration-no-important)
(#2540) Unexpected !important (declaration-no-important)
(#2541) Unexpected !important (declaration-no-important)
(#2543) Unexpected !important (declaration-no-important)
(#2544) Unexpected !important (declaration-no-important)
(#2545) Unexpected !important (declaration-no-important)
(#2550) Unexpected !important (declaration-no-important)
(#2551) Unexpected !important (declaration-no-important)
(#2554) Unexpected !important (declaration-no-important)
(#2558) Unexpected !important (declaration-no-important)
(#2559) Unexpected !important (declaration-no-important)
(#2560) Unexpected !important (declaration-no-important)
(#2561) Unexpected !important (declaration-no-important)
(#2562) Unexpected !important (declaration-no-important)
(#2563) Unexpected !important (declaration-no-important)
(#2564) Unexpected !important (declaration-no-important)
(#2567) Unexpected !important (declaration-no-important)
(#2568) Unexpected !important (declaration-no-important)
(#2569) Unexpected !important (declaration-no-important)
(#2573) Unexpected !important (declaration-no-important)
(#2581) Unexpected !important (declaration-no-important)
(#2584) Unexpected !important (declaration-no-important)
(#2586) Unexpected !important (declaration-no-important)
(#2588) Unexpected !important (declaration-no-important)
(#2589) Unexpected !important (declaration-no-important)
(#2590) Unexpected !important (declaration-no-important)
(#2592) Unexpected !important (declaration-no-important)
(#2593) Unexpected !important (declaration-no-important)
(#2596) Unexpected !important (declaration-no-important)
(#2597) Unexpected !important (declaration-no-important)
(#2600) Unexpected !important (declaration-no-important)
(#2608) Unexpected !important (declaration-no-important)
(#2609) Unexpected !important (declaration-no-important)
(#2611) Unexpected !important (declaration-no-important)
(#2615) Unexpected !important (declaration-no-important)
(#2618) Unexpected !important (declaration-no-important)
(#2620) Unexpected !important (declaration-no-important)
(#2624) Unexpected !important (declaration-no-important)
(#2625) Unexpected !important (declaration-no-important)
(#2626) Unexpected !important (declaration-no-important)
(#2634) Unexpected !important (declaration-no-important)
(#2637) Unexpected !important (declaration-no-important)
(#2640) Unexpected !important (declaration-no-important)
(#2645) Unexpected !important (declaration-no-important)
(#2649) Unexpected !important (declaration-no-important)
(#2650) Unexpected !important (declaration-no-important)
(#2651) Unexpected !important (declaration-no-important)
(#2654) Unexpected !important (declaration-no-important)
(#2655) Unexpected !important (declaration-no-important)
(#2656) Unexpected !important (declaration-no-important)
(#2665) Unexpected !important (declaration-no-important)
(#2666) Unexpected !important (declaration-no-important)
(#2670) Unexpected !important (declaration-no-important)
(#2671) Unexpected !important (declaration-no-important)
(#2674) Unexpected !important (declaration-no-important)
(#2676) Unexpected !important (declaration-no-important)
(#2679) Unexpected !important (declaration-no-important)
(#2683) Unexpected !important (declaration-no-important)
(#2686) Unexpected !important (declaration-no-important)
(#2689) Unexpected !important (declaration-no-important)
(#2690) Unexpected !important (declaration-no-important)
(#2691) Unexpected !important (declaration-no-important)
(#2693) Unexpected !important (declaration-no-important)
(#2697) Unexpected !important (declaration-no-important)
(#2698) Unexpected !important (declaration-no-important)
(#2701) Unexpected !important (declaration-no-important)
(#2705) Unexpected !important (declaration-no-important)
(#2706) Unexpected !important (declaration-no-important)
(#2712) Unexpected !important (declaration-no-important)
(#2713) Unexpected !important (declaration-no-important)
(#2714) Unexpected !important (declaration-no-important)
(#2717) Unexpected !important (declaration-no-important)
(#2718) Unexpected !important (declaration-no-important)
(#2719) Unexpected !important (declaration-no-important)
(#2726) Unexpected !important (declaration-no-important)
(#2728) Unexpected !important (declaration-no-important)
(#2729) Unexpected !important (declaration-no-important)
(#2730) Unexpected !important (declaration-no-important)
(#2734) Unexpected !important (declaration-no-important)
(#2737) Unexpected !important (declaration-no-important)
(#2742) Unexpected !important (declaration-no-important)
(#2749) Unexpected !important (declaration-no-important)
(#2750) Unexpected !important (declaration-no-important)
(#2751) Unexpected !important (declaration-no-important)
(#2753) Unexpected !important (declaration-no-important)
(#2756) Unexpected !important (declaration-no-important)
(#2759) Unexpected !important (declaration-no-important)
(#2763) Unexpected !important (declaration-no-important)
(#2768) Unexpected !important (declaration-no-important)
(#2771) Unexpected !important (declaration-no-important)
(#2778) Unexpected !important (declaration-no-important)
(#2914) Unexpected !important (declaration-no-important)
(#2915) Unexpected !important (declaration-no-important)
(#2916) Unexpected !important (declaration-no-important)
(#2923) Unexpected !important (declaration-no-important)
(#2925) Unexpected !important (declaration-no-important)
(#2926) Unexpected !important (declaration-no-important)
(#2927) Unexpected !important (declaration-no-important)
(#2930) Unexpected !important (declaration-no-important)
(#2931) Unexpected !important (declaration-no-important)
(#2935) Unexpected !important (declaration-no-important)
(#2940) Unexpected !important (declaration-no-important)
(#2943) Unexpected !important (declaration-no-important)
(#2947) Unexpected !important (declaration-no-important)
(#2951) Unexpected !important (declaration-no-important)
(#2952) Unexpected !important (declaration-no-important)
(#2955) Unexpected !important (declaration-no-important)
(#2956) Unexpected !important (declaration-no-important)
(#2960) Unexpected !important (declaration-no-important)
(#2962) Unexpected !important (declaration-no-important)
(#2963) Unexpected !important (declaration-no-important)
(#2965) Unexpected !important (declaration-no-important)
(#2966) Unexpected !important (declaration-no-important)
(#2967) Unexpected !important (declaration-no-important)
(#2968) Unexpected !important (declaration-no-important)
(#2969) Unexpected !important (declaration-no-important)
(#2974) Unexpected !important (declaration-no-important)
(#2975) Unexpected !important (declaration-no-important)
(#2977) Unexpected !important (declaration-no-important)
(#2978) Unexpected !important (declaration-no-important)
(#2979) Unexpected !important (declaration-no-important)
(#2980) Unexpected !important (declaration-no-important)
(#2983) Unexpected !important (declaration-no-important)
(#2984) Unexpected !important (declaration-no-important)
(#2985) Unexpected !important (declaration-no-important)
(#2986) Unexpected !important (declaration-no-important)
(#2987) Unexpected !important (declaration-no-important)
(#2988) Unexpected !important (declaration-no-important)
(#2993) Unexpected !important (declaration-no-important)
(#2994) Unexpected !important (declaration-no-important)
(#2995) Unexpected !important (declaration-no-important)
(#2998) Unexpected !important (declaration-no-important)
(#3002) Unexpected !important (declaration-no-important)
(#3008) Unexpected !important (declaration-no-important)
(#3142) Unexpected !important (declaration-no-important)
(#3146) Unexpected !important (declaration-no-important)
(#3151) Unexpected !important (declaration-no-important)
(#3154) Unexpected !important (declaration-no-important)
(#3471) Unexpected !important (declaration-no-important)
(#3502) Unexpected !important (declaration-no-important)
(#3720) Unexpected !important (declaration-no-important)
(#3721) Unexpected !important (declaration-no-important)
(#3722) Unexpected !important (declaration-no-important)
(#3723) Unexpected !important (declaration-no-important)
(#3725) Unexpected !important (declaration-no-important)
(#3726) Unexpected !important (declaration-no-important)
(#3727) Unexpected !important (declaration-no-important)
(#3728) Unexpected !important (declaration-no-important)
(#3729) Unexpected !important (declaration-no-important)
(#3730) Unexpected !important (declaration-no-important)
(#3731) Unexpected !important (declaration-no-important)
(#3732) Unexpected !important (declaration-no-important)
(#3733) Unexpected !important (declaration-no-important)
(#3736) Unexpected !important (declaration-no-important)
(#3737) Unexpected !important (declaration-no-important)
(#3738) Unexpected !important (declaration-no-important)
(#3739) Unexpected !important (declaration-no-important)
(#3740) Unexpected !important (declaration-no-important)
(#3741) Unexpected !important (declaration-no-important)
(#3742) Unexpected !important (declaration-no-important)
(#3743) Unexpected !important (declaration-no-important)
(#3748) Unexpected !important (declaration-no-important)
(#3749) Unexpected !important (declaration-no-important)
(#3752) Unexpected !important (declaration-no-important)
(#3753) Unexpected !important (declaration-no-important)
(#3761) Unexpected !important (declaration-no-important)
(#3763) Unexpected !important (declaration-no-important)
(#3764) Unexpected !important (declaration-no-important)
(#3767) Unexpected !important (declaration-no-important)
(#3768) Unexpected !important (declaration-no-important)
(#3771) Unexpected !important (declaration-no-important)
(#3774) Unexpected !important (declaration-no-important)
(#3777) Unexpected !important (declaration-no-important)
(#3781) Unexpected !important (declaration-no-important)
(#3782) Unexpected !important (declaration-no-important)
(#3785) Unexpected !important (declaration-no-important)
(#3790) Unexpected !important (declaration-no-important)
(#3793) Unexpected !important (declaration-no-important)
(#3800) Unexpected !important (declaration-no-important)
(#3874) Unexpected !important (declaration-no-important)
(#3877) Unexpected !important (declaration-no-important)
(#3878) Unexpected !important (declaration-no-important)
(#3879) Unexpected !important (declaration-no-important)
(#4098) Unexpected !important (declaration-no-important)
(#4102) Unexpected !important (declaration-no-important)
(#4236) Unexpected !important (declaration-no-important)
(#4326) Unexpected !important (declaration-no-important)
(#4329) Unexpected !important (declaration-no-important)
(#4334) Unexpected !important (declaration-no-important)
(#4337) Unexpected !important (declaration-no-important)
(#4344) Unexpected !important (declaration-no-important)
(#4347) Unexpected !important (declaration-no-important)
(#4352) Unexpected !important (declaration-no-important)
(#4355) Unexpected !important (declaration-no-important)
(#4363) Unexpected !important (declaration-no-important)
(#4365) Unexpected !important (declaration-no-important)
(#4449) Unexpected !important (declaration-no-important)
(#4450) Unexpected !important (declaration-no-important)
(#5142) Unexpected !important (declaration-no-important)
(#5153) Unexpected !important (declaration-no-important)
(#5154) Unexpected !important (declaration-no-important)
(#5155) Unexpected !important (declaration-no-important)
(#5156) Unexpected !important (declaration-no-important)
(#5157) Unexpected !important (declaration-no-important)
(#5161) Unexpected !important (declaration-no-important)
(#5162) Unexpected !important (declaration-no-important)
(#5163) Unexpected !important (declaration-no-important)
(#5164) Unexpected !important (declaration-no-important)
(#5165) Unexpected !important (declaration-no-important)
(#5167) Unexpected !important (declaration-no-important)
(#5168) Unexpected !important (declaration-no-important)
(#5169) Unexpected !important (declaration-no-important)
(#5171) Unexpected !important (declaration-no-important)
(#5172) Unexpected !important (declaration-no-important)
(#5177) Unexpected !important (declaration-no-important)
(#5178) Unexpected !important (declaration-no-important)
(#5179) Unexpected !important (declaration-no-important)
(#5180) Unexpected !important (declaration-no-important)
(#5183) Unexpected !important (declaration-no-important)
(#5199) Unexpected !important (declaration-no-important)
(#5236) Unexpected !important (declaration-no-important)
(#5270) Unexpected !important (declaration-no-important)
(#5374) Unexpected !important (declaration-no-important)
(#5382) Unexpected !important (declaration-no-important)
(#5543) Unexpected !important (declaration-no-important)
(#5545) Unexpected !important (declaration-no-important)
(#5546) Unexpected !important (declaration-no-important)
(#5549) Unexpected !important (declaration-no-important)
(#5553) Unexpected !important (declaration-no-important)
(#5562) Unexpected !important (declaration-no-important)
(#5563) Unexpected !important (declaration-no-important)
(#5564) Unexpected !important (declaration-no-important)
(#5566) Unexpected !important (declaration-no-important)
(#5567) Unexpected !important (declaration-no-important)
(#5570) Unexpected !important (declaration-no-important)
(#5573) Unexpected !important (declaration-no-important)
(#5574) Unexpected !important (declaration-no-important)
(#5587) Unexpected !important (declaration-no-important)
(#5589) Unexpected !important (declaration-no-important)
(#5591) Unexpected !important (declaration-no-important)
(#5593) Unexpected !important (declaration-no-important)
(#5596) Unexpected !important (declaration-no-important)
(#5604) Unexpected !important (declaration-no-important)
(#5609) Unexpected !important (declaration-no-important)
(#5618) Unexpected !important (declaration-no-important)
(#5627) Unexpected !important (declaration-no-important)
(#5667) Unexpected !important (declaration-no-important)
(#5668) Unexpected !important (declaration-no-important)
(#5742) Unexpected !important (declaration-no-important)
(#5745) Unexpected !important (declaration-no-important)
(#6286) Unexpected !important (declaration-no-important)
(#6288) Unexpected !important (declaration-no-important)
(#6289) Unexpected !important (declaration-no-important)
(#6304) Unexpected !important (declaration-no-important)
(#6337) Unexpected !important (declaration-no-important)
(#6383) Unexpected !important (declaration-no-important)
(#6588) Unexpected !important (declaration-no-important)
(#6592) Unexpected !important (declaration-no-important)
(#6595) Unexpected !important (declaration-no-important)
(#6598) Unexpected !important (declaration-no-important)
(#6599) Unexpected !important (declaration-no-important)
(#6606) Unexpected !important (declaration-no-important)
(#6610) Unexpected !important (declaration-no-important)
(#6611) Unexpected !important (declaration-no-important)
(#6615) Unexpected !important (declaration-no-important)
(#6619) Unexpected !important (declaration-no-important)
(#6622) Unexpected !important (declaration-no-important)
(#6625) Unexpected !important (declaration-no-important)
(#6626) Unexpected !important (declaration-no-important)
(#6632) Unexpected !important (declaration-no-important)
(#6635) Unexpected !important (declaration-no-important)
(#6641) Unexpected !important (declaration-no-important)
(#6642) Unexpected !important (declaration-no-important)
(#6643) Unexpected !important (declaration-no-important)
(#6646) Unexpected !important (declaration-no-important)
(#6707) Unexpected !important (declaration-no-important)
(#6788) Unexpected !important (declaration-no-important)
(#6958) Unexpected !important (declaration-no-important)
(#7136) Unexpected !important (declaration-no-important)
(#7144) Unexpected !important (declaration-no-important)
(#7147) Unexpected !important (declaration-no-important)
(#7218) Unexpected !important (declaration-no-important)
(#126) Expected line length to be no more than 132 characters (max-line-length)
(#143) Expected line length to be no more than 132 characters (max-line-length)
(#156) Expected line length to be no more than 132 characters (max-line-length)
(#167) Expected line length to be no more than 132 characters (max-line-length)
(#176) Expected line length to be no more than 132 characters (max-line-length)
(#194) Expected line length to be no more than 132 characters (max-line-length)
(#204) Expected line length to be no more than 132 characters (max-line-length)
(#217) Expected line length to be no more than 132 characters (max-line-length)
(#224) Expected line length to be no more than 132 characters (max-line-length)
(#231) Expected line length to be no more than 132 characters (max-line-length)
(#238) Expected line length to be no more than 132 characters (max-line-length)
(#245) Expected line length to be no more than 132 characters (max-line-length)
(#5728) Expected newline after "," (selector-list-comma-newline-after)
theme/enlightlite/scss/preset/pattern-1.scss
(#1248) Expected empty line before at-rule (at-rule-empty-line-before)
(#1262) Unexpected !important (declaration-no-important)
(#1269) Unexpected !important (declaration-no-important)
(#1272) Unexpected !important (declaration-no-important)
theme/enlightlite/scss/preset/pattern-2.scss
(#1180) Expected empty line before at-rule (at-rule-empty-line-before)
(#1194) Unexpected !important (declaration-no-important)
(#1201) Unexpected !important (declaration-no-important)
(#1204) Unexpected !important (declaration-no-important)
theme/enlightlite/scss/preset/pattern-3.scss
(#1194) Expected empty line before at-rule (at-rule-empty-line-before)
(#1208) Unexpected !important (declaration-no-important)
(#1215) Unexpected !important (declaration-no-important)
(#1218) Unexpected !important (declaration-no-important)
theme/enlightlite/scss/preset/pattern-4.scss
(#1112) Expected empty line before at-rule (at-rule-empty-line-before)
(#1126) Unexpected !important (declaration-no-important)
(#1133) Unexpected !important (declaration-no-important)
(#1136) Unexpected !important (declaration-no-important)
theme/enlightlite/scss/preset/pattern-default.scss
(#1106) Expected empty line before at-rule (at-rule-empty-line-before)
(#1120) Unexpected !important (declaration-no-important)
(#1127) Unexpected !important (declaration-no-important)
(#1130) Unexpected !important (declaration-no-important)
theme/enlightlite/style/animate.css
(#1912) Unexpected !important (declaration-no-important)
(#1913) Unexpected !important (declaration-no-important)
(#1985) Unexpected !important (declaration-no-important)
(#1986) Unexpected !important (declaration-no-important)
(#2032) Unexpected !important (declaration-no-important)
(#2033) Unexpected !important (declaration-no-important)
(#2075) Unexpected !important (declaration-no-important)
(#2076) Unexpected !important (declaration-no-important)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#40) Expected single space after "," in a single-line function (function-comma-space-after)
(#41) Expected single space after "," in a single-line function (function-comma-space-after)
(#41) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Expected single space after "," in a single-line function (function-comma-space-after)
(#59) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#60) Expected single space after "," in a single-line function (function-comma-space-after)
(#68) Expected single space after "," in a single-line function (function-comma-space-after)
(#68) Expected single space after "," in a single-line function (function-comma-space-after)
(#69) Expected single space after "," in a single-line function (function-comma-space-after)
(#69) Expected single space after "," in a single-line function (function-comma-space-after)
(#87) Expected single space after "," in a single-line function (function-comma-space-after)
(#87) Expected single space after "," in a single-line function (function-comma-space-after)
(#88) Expected single space after "," in a single-line function (function-comma-space-after)
(#88) Expected single space after "," in a single-line function (function-comma-space-after)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#15) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#33) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#42) Expected indentation of 4 spaces (indentation)
(#38) Expected indentation of 8 spaces (indentation)
(#39) Expected indentation of 8 spaces (indentation)
(#40) Expected indentation of 8 spaces (indentation)
(#41) Expected indentation of 8 spaces (indentation)
(#44) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#45) Expected indentation of 8 spaces (indentation)
(#46) Expected indentation of 8 spaces (indentation)
(#47) Expected indentation of 8 spaces (indentation)
(#48) Expected indentation of 8 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#56) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 8 spaces (indentation)
(#53) Expected indentation of 8 spaces (indentation)
(#54) Expected indentation of 8 spaces (indentation)
(#55) Expected indentation of 8 spaces (indentation)
(#58) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 8 spaces (indentation)
(#60) Expected indentation of 8 spaces (indentation)
(#65) Expected indentation of 4 spaces (indentation)
(#70) Expected indentation of 4 spaces (indentation)
(#66) Expected indentation of 8 spaces (indentation)
(#67) Expected indentation of 8 spaces (indentation)
(#68) Expected indentation of 8 spaces (indentation)
(#69) Expected indentation of 8 spaces (indentation)
(#72) Expected indentation of 4 spaces (indentation)
(#77) Expected indentation of 4 spaces (indentation)
(#73) Expected indentation of 8 spaces (indentation)
(#74) Expected indentation of 8 spaces (indentation)
(#75) Expected indentation of 8 spaces (indentation)
(#76) Expected indentation of 8 spaces (indentation)
(#79) Expected indentation of 4 spaces (indentation)
(#84) Expected indentation of 4 spaces (indentation)
(#80) Expected indentation of 8 spaces (indentation)
(#81) Expected indentation of 8 spaces (indentation)
(#82) Expected indentation of 8 spaces (indentation)
(#83) Expected indentation of 8 spaces (indentation)
(#86) Expected indentation of 4 spaces (indentation)
(#89) Expected indentation of 4 spaces (indentation)
(#87) Expected indentation of 8 spaces (indentation)
(#88) Expected indentation of 8 spaces (indentation)
(#93) Expected indentation of 4 spaces (indentation)
(#94) Expected indentation of 4 spaces (indentation)
(#95) Expected indentation of 4 spaces (indentation)
(#96) Expected indentation of 4 spaces (indentation)
(#100) Expected indentation of 4 spaces (indentation)
(#102) Expected indentation of 4 spaces (indentation)
(#101) Expected indentation of 8 spaces (indentation)
(#104) Expected indentation of 4 spaces (indentation)
(#106) Expected indentation of 4 spaces (indentation)
(#105) Expected indentation of 8 spaces (indentation)
(#110) Expected indentation of 4 spaces (indentation)
(#112) Expected indentation of 4 spaces (indentation)
(#111) Expected indentation of 8 spaces (indentation)
(#114) Expected indentation of 4 spaces (indentation)
(#116) Expected indentation of 4 spaces (indentation)
(#115) Expected indentation of 8 spaces (indentation)
(#120) Expected indentation of 4 spaces (indentation)
(#121) Expected indentation of 4 spaces (indentation)
(#127) Expected indentation of 4 spaces (indentation)
(#130) Expected indentation of 4 spaces (indentation)
(#128) Expected indentation of 8 spaces (indentation)
(#129) Expected indentation of 8 spaces (indentation)
(#132) Expected indentation of 4 spaces (indentation)
(#135) Expected indentation of 4 spaces (indentation)
(#133) Expected indentation of 8 spaces (indentation)
(#134) Expected indentation of 8 spaces (indentation)
(#137) Expected indentation of 4 spaces (indentation)
(#140) Expected indentation of 4 spaces (indentation)
(#138) Expected indentation of 8 spaces (indentation)
(#139) Expected indentation of 8 spaces (indentation)
(#144) Expected indentation of 4 spaces (indentation)
(#147) Expected indentation of 4 spaces (indentation)
(#145) Expected indentation of 8 spaces (indentation)
(#146) Expected indentation of 8 spaces (indentation)
(#149) Expected indentation of 4 spaces (indentation)
(#152) Expected indentation of 4 spaces (indentation)
(#150) Expected indentation of 8 spaces (indentation)
(#151) Expected indentation of 8 spaces (indentation)
(#154) Expected indentation of 4 spaces (indentation)
(#157) Expected indentation of 4 spaces (indentation)
(#155) Expected indentation of 8 spaces (indentation)
(#156) Expected indentation of 8 spaces (indentation)
(#161) Expected indentation of 4 spaces (indentation)
(#162) Expected indentation of 4 spaces (indentation)
(#166) Expected indentation of 4 spaces (indentation)
(#169) Expected indentation of 4 spaces (indentation)
(#167) Expected indentation of 8 spaces (indentation)
(#168) Expected indentation of 8 spaces (indentation)
(#171) Expected indentation of 4 spaces (indentation)
(#174) Expected indentation of 4 spaces (indentation)
(#172) Expected indentation of 8 spaces (indentation)
(#173) Expected indentation of 8 spaces (indentation)
(#176) Expected indentation of 4 spaces (indentation)
(#179) Expected indentation of 4 spaces (indentation)
(#177) Expected indentation of 8 spaces (indentation)
(#178) Expected indentation of 8 spaces (indentation)
(#181) Expected indentation of 4 spaces (indentation)
(#184) Expected indentation of 4 spaces (indentation)
(#182) Expected indentation of 8 spaces (indentation)
(#183) Expected indentation of 8 spaces (indentation)
(#186) Expected indentation of 4 spaces (indentation)
(#189) Expected indentation of 4 spaces (indentation)
(#187) Expected indentation of 8 spaces (indentation)
(#188) Expected indentation of 8 spaces (indentation)
(#191) Expected indentation of 4 spaces (indentation)
(#194) Expected indentation of 4 spaces (indentation)
(#192) Expected indentation of 8 spaces (indentation)
(#193) Expected indentation of 8 spaces (indentation)
(#196) Expected indentation of 4 spaces (indentation)
(#199) Expected indentation of 4 spaces (indentation)
(#197) Expected indentation of 8 spaces (indentation)
(#198) Expected indentation of 8 spaces (indentation)
(#203) Expected indentation of 4 spaces (indentation)
(#206) Expected indentation of 4 spaces (indentation)
(#204) Expected indentation of 8 spaces (indentation)
(#205) Expected indentation of 8 spaces (indentation)
(#208) Expected indentation of 4 spaces (indentation)
(#211) Expected indentation of 4 spaces (indentation)
(#209) Expected indentation of 8 spaces (indentation)
(#210) Expected indentation of 8 spaces (indentation)
(#213) Expected indentation of 4 spaces (indentation)
(#216) Expected indentation of 4 spaces (indentation)
(#214) Expected indentation of 8 spaces (indentation)
(#215) Expected indentation of 8 spaces (indentation)
(#218) Expected indentation of 4 spaces (indentation)
(#221) Expected indentation of 4 spaces (indentation)
(#219) Expected indentation of 8 spaces (indentation)
(#220) Expected indentation of 8 spaces (indentation)
(#223) Expected indentation of 4 spaces (indentation)
(#226) Expected indentation of 4 spaces (indentation)
(#224) Expected indentation of 8 spaces (indentation)
(#225) Expected indentation of 8 spaces (indentation)
(#228) Expected indentation of 4 spaces (indentation)
(#231) Expected indentation of 4 spaces (indentation)
(#229) Expected indentation of 8 spaces (indentation)
(#230) Expected indentation of 8 spaces (indentation)
(#233) Expected indentation of 4 spaces (indentation)
(#236) Expected indentation of 4 spaces (indentation)
(#234) Expected indentation of 8 spaces (indentation)
(#235) Expected indentation of 8 spaces (indentation)
(#240) Expected indentation of 4 spaces (indentation)
(#241) Expected indentation of 4 spaces (indentation)
(#245) Expected indentation of 4 spaces (indentation)
(#248) Expected indentation of 4 spaces (indentation)
(#246) Expected indentation of 8 spaces (indentation)
(#247) Expected indentation of 8 spaces (indentation)
(#250) Expected indentation of 4 spaces (indentation)
(#253) Expected indentation of 4 spaces (indentation)
(#251) Expected indentation of 8 spaces (indentation)
(#252) Expected indentation of 8 spaces (indentation)
(#255) Expected indentation of 4 spaces (indentation)
(#258) Expected indentation of 4 spaces (indentation)
(#256) Expected indentation of 8 spaces (indentation)
(#257) Expected indentation of 8 spaces (indentation)
(#262) Expected indentation of 4 spaces (indentation)
(#265) Expected indentation of 4 spaces (indentation)
(#263) Expected indentation of 8 spaces (indentation)
(#264) Expected indentation of 8 spaces (indentation)
(#267) Expected indentation of 4 spaces (indentation)
(#270) Expected indentation of 4 spaces (indentation)
(#268) Expected indentation of 8 spaces (indentation)
(#269) Expected indentation of 8 spaces (indentation)
(#272) Expected indentation of 4 spaces (indentation)
(#275) Expected indentation of 4 spaces (indentation)
(#273) Expected indentation of 8 spaces (indentation)
(#274) Expected indentation of 8 spaces (indentation)
(#279) Expected indentation of 4 spaces (indentation)
(#280) Expected indentation of 4 spaces (indentation)
(#284) Expected indentation of 4 spaces (indentation)
(#287) Expected indentation of 4 spaces (indentation)
(#285) Expected indentation of 8 spaces (indentation)
(#286) Expected indentation of 8 spaces (indentation)
(#289) Expected indentation of 4 spaces (indentation)
(#292) Expected indentation of 4 spaces (indentation)
(#290) Expected indentation of 8 spaces (indentation)
(#291) Expected indentation of 8 spaces (indentation)
(#294) Expected indentation of 4 spaces (indentation)
(#297) Expected indentation of 4 spaces (indentation)
(#295) Expected indentation of 8 spaces (indentation)
(#296) Expected indentation of 8 spaces (indentation)
(#299) Expected indentation of 4 spaces (indentation)
(#302) Expected indentation of 4 spaces (indentation)
(#300) Expected indentation of 8 spaces (indentation)
(#301) Expected indentation of 8 spaces (indentation)
(#304) Expected indentation of 4 spaces (indentation)
(#307) Expected indentation of 4 spaces (indentation)
(#305) Expected indentation of 8 spaces (indentation)
(#306) Expected indentation of 8 spaces (indentation)
(#309) Expected indentation of 4 spaces (indentation)
(#312) Expected indentation of 4 spaces (indentation)
(#310) Expected indentation of 8 spaces (indentation)
(#311) Expected indentation of 8 spaces (indentation)
(#316) Expected indentation of 4 spaces (indentation)
(#319) Expected indentation of 4 spaces (indentation)
(#317) Expected indentation of 8 spaces (indentation)
(#318) Expected indentation of 8 spaces (indentation)
(#321) Expected indentation of 4 spaces (indentation)
(#324) Expected indentation of 4 spaces (indentation)
(#322) Expected indentation of 8 spaces (indentation)
(#323) Expected indentation of 8 spaces (indentation)
(#326) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#327) Expected indentation of 8 spaces (indentation)
(#328) Expected indentation of 8 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#334) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 8 spaces (indentation)
(#333) Expected indentation of 8 spaces (indentation)
(#336) Expected indentation of 4 spaces (indentation)
(#339) Expected indentation of 4 spaces (indentation)
(#337) Expected indentation of 8 spaces (indentation)
(#338) Expected indentation of 8 spaces (indentation)
(#341) Expected indentation of 4 spaces (indentation)
(#344) Expected indentation of 4 spaces (indentation)
(#342) Expected indentation of 8 spaces (indentation)
(#343) Expected indentation of 8 spaces (indentation)
(#348) Expected indentation of 4 spaces (indentation)
(#349) Expected indentation of 4 spaces (indentation)
(#350) Expected indentation of 4 spaces (indentation)
(#351) Expected indentation of 4 spaces (indentation)
(#355) Expected indentation of 4 spaces (indentation)
(#358) Expected indentation of 4 spaces (indentation)
(#356) Expected indentation of 8 spaces (indentation)
(#357) Expected indentation of 8 spaces (indentation)
(#360) Expected indentation of 4 spaces (indentation)
(#363) Expected indentation of 4 spaces (indentation)
(#361) Expected indentation of 8 spaces (indentation)
(#362) Expected indentation of 8 spaces (indentation)
(#365) Expected indentation of 4 spaces (indentation)
(#368) Expected indentation of 4 spaces (indentation)
(#366) Expected indentation of 8 spaces (indentation)
(#367) Expected indentation of 8 spaces (indentation)
(#370) Expected indentation of 4 spaces (indentation)
(#373) Expected indentation of 4 spaces (indentation)
(#371) Expected indentation of 8 spaces (indentation)
(#372) Expected indentation of 8 spaces (indentation)
(#375) Expected indentation of 4 spaces (indentation)
(#378) Expected indentation of 4 spaces (indentation)
(#376) Expected indentation of 8 spaces (indentation)
(#377) Expected indentation of 8 spaces (indentation)
(#382) Expected indentation of 4 spaces (indentation)
(#385) Expected indentation of 4 spaces (indentation)
(#383) Expected indentation of 8 spaces (indentation)
(#384) Expected indentation of 8 spaces (indentation)
(#387) Expected indentation of 4 spaces (indentation)
(#390) Expected indentation of 4 spaces (indentation)
(#388) Expected indentation of 8 spaces (indentation)
(#389) Expected indentation of 8 spaces (indentation)
(#392) Expected indentation of 4 spaces (indentation)
(#395) Expected indentation of 4 spaces (indentation)
(#393) Expected indentation of 8 spaces (indentation)
(#394) Expected indentation of 8 spaces (indentation)
(#397) Expected indentation of 4 spaces (indentation)
(#400) Expected indentation of 4 spaces (indentation)
(#398) Expected indentation of 8 spaces (indentation)
(#399) Expected indentation of 8 spaces (indentation)
(#402) Expected indentation of 4 spaces (indentation)
(#405) Expected indentation of 4 spaces (indentation)
(#403) Expected indentation of 8 spaces (indentation)
(#404) Expected indentation of 8 spaces (indentation)
(#409) Expected indentation of 4 spaces (indentation)
(#410) Expected indentation of 4 spaces (indentation)
(#411) Expected indentation of 4 spaces (indentation)
(#412) Expected indentation of 4 spaces (indentation)
(#416) Expected indentation of 4 spaces (indentation)
(#419) Expected indentation of 4 spaces (indentation)
(#417) Expected indentation of 8 spaces (indentation)
(#418) Expected indentation of 8 spaces (indentation)
(#421) Expected indentation of 4 spaces (indentation)
(#424) Expected indentation of 4 spaces (indentation)
(#422) Expected indentation of 8 spaces (indentation)
(#423) Expected indentation of 8 spaces (indentation)
(#426) Expected indentation of 4 spaces (indentation)
(#429) Expected indentation of 4 spaces (indentation)
(#427) Expected indentation of 8 spaces (indentation)
(#428) Expected indentation of 8 spaces (indentation)
(#431) Expected indentation of 4 spaces (indentation)
(#434) Expected indentation of 4 spaces (indentation)
(#432) Expected indentation of 8 spaces (indentation)
(#433) Expected indentation of 8 spaces (indentation)
(#436) Expected indentation of 4 spaces (indentation)
(#439) Expected indentation of 4 spaces (indentation)
(#437) Expected indentation of 8 spaces (indentation)
(#438) Expected indentation of 8 spaces (indentation)
(#443) Expected indentation of 4 spaces (indentation)
(#446) Expected indentation of 4 spaces (indentation)
(#444) Expected indentation of 8 spaces (indentation)
(#445) Expected indentation of 8 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#451) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 8 spaces (indentation)
(#450) Expected indentation of 8 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 8 spaces (indentation)
(#455) Expected indentation of 8 spaces (indentation)
(#458) Expected indentation of 4 spaces (indentation)
(#461) Expected indentation of 4 spaces (indentation)
(#459) Expected indentation of 8 spaces (indentation)
(#460) Expected indentation of 8 spaces (indentation)
(#463) Expected indentation of 4 spaces (indentation)
(#466) Expected indentation of 4 spaces (indentation)
(#464) Expected indentation of 8 spaces (indentation)
(#465) Expected indentation of 8 spaces (indentation)
(#470) Expected indentation of 4 spaces (indentation)
(#471) Expected indentation of 4 spaces (indentation)
(#477) Expected indentation of 4 spaces (indentation)
(#480) Expected indentation of 4 spaces (indentation)
(#478) Expected indentation of 8 spaces (indentation)
(#479) Expected indentation of 8 spaces (indentation)
(#482) Expected indentation of 4 spaces (indentation)
(#485) Expected indentation of 4 spaces (indentation)
(#483) Expected indentation of 8 spaces (indentation)
(#484) Expected indentation of 8 spaces (indentation)
(#487) Expected indentation of 4 spaces (indentation)
(#490) Expected indentation of 4 spaces (indentation)
(#488) Expected indentation of 8 spaces (indentation)
(#489) Expected indentation of 8 spaces (indentation)
(#492) Expected indentation of 4 spaces (indentation)
(#495) Expected indentation of 4 spaces (indentation)
(#493) Expected indentation of 8 spaces (indentation)
(#494) Expected indentation of 8 spaces (indentation)
(#497) Expected indentation of 4 spaces (indentation)
(#500) Expected indentation of 4 spaces (indentation)
(#498) Expected indentation of 8 spaces (indentation)
(#499) Expected indentation of 8 spaces (indentation)
(#502) Expected indentation of 4 spaces (indentation)
(#505) Expected indentation of 4 spaces (indentation)
(#503) Expected indentation of 8 spaces (indentation)
(#504) Expected indentation of 8 spaces (indentation)
(#507) Expected indentation of 4 spaces (indentation)
(#510) Expected indentation of 4 spaces (indentation)
(#508) Expected indentation of 8 spaces (indentation)
(#509) Expected indentation of 8 spaces (indentation)
(#514) Expected indentation of 4 spaces (indentation)
(#517) Expected indentation of 4 spaces (indentation)
(#515) Expected indentation of 8 spaces (indentation)
(#516) Expected indentation of 8 spaces (indentation)
(#519) Expected indentation of 4 spaces (indentation)
(#522) Expected indentation of 4 spaces (indentation)
(#520) Expected indentation of 8 spaces (indentation)
(#521) Expected indentation of 8 spaces (indentation)
(#524) Expected indentation of 4 spaces (indentation)
(#527) Expected indentation of 4 spaces (indentation)
(#525) Expected indentation of 8 spaces (indentation)
(#526) Expected indentation of 8 spaces (indentation)
(#529) Expected indentation of 4 spaces (indentation)
(#532) Expected indentation of 4 spaces (indentation)
(#530) Expected indentation of 8 spaces (indentation)
(#531) Expected indentation of 8 spaces (indentation)
(#534) Expected indentation of 4 spaces (indentation)
(#537) Expected indentation of 4 spaces (indentation)
(#535) Expected indentation of 8 spaces (indentation)
(#536) Expected indentation of 8 spaces (indentation)
(#539) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#540) Expected indentation of 8 spaces (indentation)
(#541) Expected indentation of 8 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#547) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 8 spaces (indentation)
(#546) Expected indentation of 8 spaces (indentation)
(#551) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 4 spaces (indentation)
(#559) Expected indentation of 4 spaces (indentation)
(#557) Expected indentation of 8 spaces (indentation)
(#558) Expected indentation of 8 spaces (indentation)
(#561) Expected indentation of 4 spaces (indentation)
(#564) Expected indentation of 4 spaces (indentation)
(#562) Expected indentation of 8 spaces (indentation)
(#563) Expected indentation of 8 spaces (indentation)
(#566) Expected indentation of 4 spaces (indentation)
(#569) Expected indentation of 4 spaces (indentation)
(#567) Expected indentation of 8 spaces (indentation)
(#568) Expected indentation of 8 spaces (indentation)
(#571) Expected indentation of 4 spaces (indentation)
(#574) Expected indentation of 4 spaces (indentation)
(#572) Expected indentation of 8 spaces (indentation)
(#573) Expected indentation of 8 spaces (indentation)
(#576) Expected indentation of 4 spaces (indentation)
(#579) Expected indentation of 4 spaces (indentation)
(#577) Expected indentation of 8 spaces (indentation)
(#578) Expected indentation of 8 spaces (indentation)
(#581) Expected indentation of 4 spaces (indentation)
(#584) Expected indentation of 4 spaces (indentation)
(#582) Expected indentation of 8 spaces (indentation)
(#583) Expected indentation of 8 spaces (indentation)
(#586) Expected indentation of 4 spaces (indentation)
(#589) Expected indentation of 4 spaces (indentation)
(#587) Expected indentation of 8 spaces (indentation)
(#588) Expected indentation of 8 spaces (indentation)
(#591) Expected indentation of 4 spaces (indentation)
(#594) Expected indentation of 4 spaces (indentation)
(#592) Expected indentation of 8 spaces (indentation)
(#593) Expected indentation of 8 spaces (indentation)
(#598) Expected indentation of 4 spaces (indentation)
(#601) Expected indentation of 4 spaces (indentation)
(#599) Expected indentation of 8 spaces (indentation)
(#600) Expected indentation of 8 spaces (indentation)
(#603) Expected indentation of 4 spaces (indentation)
(#606) Expected indentation of 4 spaces (indentation)
(#604) Expected indentation of 8 spaces (indentation)
(#605) Expected indentation of 8 spaces (indentation)
(#608) Expected indentation of 4 spaces (indentation)
(#611) Expected indentation of 4 spaces (indentation)
(#609) Expected indentation of 8 spaces (indentation)
(#610) Expected indentation of 8 spaces (indentation)
(#613) Expected indentation of 4 spaces (indentation)
(#616) Expected indentation of 4 spaces (indentation)
(#614) Expected indentation of 8 spaces (indentation)
(#615) Expected indentation of 8 spaces (indentation)
(#618) Expected indentation of 4 spaces (indentation)
(#621) Expected indentation of 4 spaces (indentation)
(#619) Expected indentation of 8 spaces (indentation)
(#620) Expected indentation of 8 spaces (indentation)
(#623) Expected indentation of 4 spaces (indentation)
(#626) Expected indentation of 4 spaces (indentation)
(#624) Expected indentation of 8 spaces (indentation)
(#625) Expected indentation of 8 spaces (indentation)
(#628) Expected indentation of 4 spaces (indentation)
(#631) Expected indentation of 4 spaces (indentation)
(#629) Expected indentation of 8 spaces (indentation)
(#630) Expected indentation of 8 spaces (indentation)
(#633) Expected indentation of 4 spaces (indentation)
(#636) Expected indentation of 4 spaces (indentation)
(#634) Expected indentation of 8 spaces (indentation)
(#635) Expected indentation of 8 spaces (indentation)
(#640) Expected indentation of 4 spaces (indentation)
(#641) Expected indentation of 4 spaces (indentation)
(#642) Expected indentation of 4 spaces (indentation)
(#643) Expected indentation of 4 spaces (indentation)
(#647) Expected indentation of 4 spaces (indentation)
(#650) Expected indentation of 4 spaces (indentation)
(#648) Expected indentation of 8 spaces (indentation)
(#649) Expected indentation of 8 spaces (indentation)
(#652) Expected indentation of 4 spaces (indentation)
(#656) Expected indentation of 4 spaces (indentation)
(#653) Expected indentation of 8 spaces (indentation)
(#654) Expected indentation of 8 spaces (indentation)
(#655) Expected indentation of 8 spaces (indentation)
(#658) Expected indentation of 4 spaces (indentation)
(#661) Expected indentation of 4 spaces (indentation)
(#659) Expected indentation of 8 spaces (indentation)
(#660) Expected indentation of 8 spaces (indentation)
(#663) Expected indentation of 4 spaces (indentation)
(#666) Expected indentation of 4 spaces (indentation)
(#664) Expected indentation of 8 spaces (indentation)
(#665) Expected indentation of 8 spaces (indentation)
(#668) Expected indentation of 4 spaces (indentation)
(#672) Expected indentation of 4 spaces (indentation)
(#669) Expected indentation of 8 spaces (indentation)
(#670) Expected indentation of 8 spaces (indentation)
(#671) Expected indentation of 8 spaces (indentation)
(#674) Expected indentation of 4 spaces (indentation)
(#677) Expected indentation of 4 spaces (indentation)
(#675) Expected indentation of 8 spaces (indentation)
(#676) Expected indentation of 8 spaces (indentation)
(#679) Expected indentation of 4 spaces (indentation)
(#683) Expected indentation of 4 spaces (indentation)
(#680) Expected indentation of 8 spaces (indentation)
(#681) Expected indentation of 8 spaces (indentation)
(#682) Expected indentation of 8 spaces (indentation)
(#687) Expected indentation of 4 spaces (indentation)
(#690) Expected indentation of 4 spaces (indentation)
(#688) Expected indentation of 8 spaces (indentation)
(#689) Expected indentation of 8 spaces (indentation)
(#692) Expected indentation of 4 spaces (indentation)
(#696) Expected indentation of 4 spaces (indentation)
(#693) Expected indentation of 8 spaces (indentation)
(#694) Expected indentation of 8 spaces (indentation)
(#695) Expected indentation of 8 spaces (indentation)
(#698) Expected indentation of 4 spaces (indentation)
(#701) Expected indentation of 4 spaces (indentation)
(#699) Expected indentation of 8 spaces (indentation)
(#700) Expected indentation of 8 spaces (indentation)
(#703) Expected indentation of 4 spaces (indentation)
(#706) Expected indentation of 4 spaces (indentation)
(#704) Expected indentation of 8 spaces (indentation)
(#705) Expected indentation of 8 spaces (indentation)
(#708) Expected indentation of 4 spaces (indentation)
(#712) Expected indentation of 4 spaces (indentation)
(#709) Expected indentation of 8 spaces (indentation)
(#710) Expected indentation of 8 spaces (indentation)
(#711) Expected indentation of 8 spaces (indentation)
(#714) Expected indentation of 4 spaces (indentation)
(#717) Expected indentation of 4 spaces (indentation)
(#715) Expected indentation of 8 spaces (indentation)
(#716) Expected indentation of 8 spaces (indentation)
(#719) Expected indentation of 4 spaces (indentation)
(#723) Expected indentation of 4 spaces (indentation)
(#720) Expected indentation of 8 spaces (indentation)
(#721) Expected indentation of 8 spaces (indentation)
(#722) Expected indentation of 8 spaces (indentation)
(#727) Expected indentation of 4 spaces (indentation)
(#728) Expected indentation of 4 spaces (indentation)
(#732) Expected indentation of 4 spaces (indentation)
(#735) Expected indentation of 4 spaces (indentation)
(#733) Expected indentation of 8 spaces (indentation)
(#734) Expected indentation of 8 spaces (indentation)
(#737) Expected indentation of 4 spaces (indentation)
(#741) Expected indentation of 4 spaces (indentation)
(#738) Expected indentation of 8 spaces (indentation)
(#739) Expected indentation of 8 spaces (indentation)
(#740) Expected indentation of 8 spaces (indentation)
(#743) Expected indentation of 4 spaces (indentation)
(#747) Expected indentation of 4 spaces (indentation)
(#744) Expected indentation of 8 spaces (indentation)
(#745) Expected indentation of 8 spaces (indentation)
(#746) Expected indentation of 8 spaces (indentation)
(#749) Expected indentation of 4 spaces (indentation)
(#752) Expected indentation of 4 spaces (indentation)
(#750) Expected indentation of 8 spaces (indentation)
(#751) Expected indentation of 8 spaces (indentation)
(#754) Expected indentation of 4 spaces (indentation)
(#757) Expected indentation of 4 spaces (indentation)
(#755) Expected indentation of 8 spaces (indentation)
(#756) Expected indentation of 8 spaces (indentation)
(#759) Expected indentation of 4 spaces (indentation)
(#762) Expected indentation of 4 spaces (indentation)
(#760) Expected indentation of 8 spaces (indentation)
(#761) Expected indentation of 8 spaces (indentation)
(#766) Expected indentation of 4 spaces (indentation)
(#769) Expected indentation of 4 spaces (indentation)
(#767) Expected indentation of 8 spaces (indentation)
(#768) Expected indentation of 8 spaces (indentation)
(#771) Expected indentation of 4 spaces (indentation)
(#775) Expected indentation of 4 spaces (indentation)
(#772) Expected indentation of 8 spaces (indentation)
(#773) Expected indentation of 8 spaces (indentation)
(#774) Expected indentation of 8 spaces (indentation)
(#777) Expected indentation of 4 spaces (indentation)
(#781) Expected indentation of 4 spaces (indentation)
(#778) Expected indentation of 8 spaces (indentation)
(#779) Expected indentation of 8 spaces (indentation)
(#780) Expected indentation of 8 spaces (indentation)
(#783) Expected indentation of 4 spaces (indentation)
(#786) Expected indentation of 4 spaces (indentation)
(#784) Expected indentation of 8 spaces (indentation)
(#785) Expected indentation of 8 spaces (indentation)
(#788) Expected indentation of 4 spaces (indentation)
(#791) Expected indentation of 4 spaces (indentation)
(#789) Expected indentation of 8 spaces (indentation)
(#790) Expected indentation of 8 spaces (indentation)
(#793) Expected indentation of 4 spaces (indentation)
(#796) Expected indentation of 4 spaces (indentation)
(#794) Expected indentation of 8 spaces (indentation)
(#795) Expected indentation of 8 spaces (indentation)
(#800) Expected indentation of 4 spaces (indentation)
(#801) Expected indentation of 4 spaces (indentation)
(#805) Expected indentation of 4 spaces (indentation)
(#808) Expected indentation of 4 spaces (indentation)
(#806) Expected indentation of 8 spaces (indentation)
(#807) Expected indentation of 8 spaces (indentation)
(#810) Expected indentation of 4 spaces (indentation)
(#814) Expected indentation of 4 spaces (indentation)
(#811) Expected indentation of 8 spaces (indentation)
(#812) Expected indentation of 8 spaces (indentation)
(#813) Expected indentation of 8 spaces (indentation)
(#816) Expected indentation of 4 spaces (indentation)
(#820) Expected indentation of 4 spaces (indentation)
(#817) Expected indentation of 8 spaces (indentation)
(#818) Expected indentation of 8 spaces (indentation)
(#819) Expected indentation of 8 spaces (indentation)
(#822) Expected indentation of 4 spaces (indentation)
(#825) Expected indentation of 4 spaces (indentation)
(#823) Expected indentation of 8 spaces (indentation)
(#824) Expected indentation of 8 spaces (indentation)
(#827) Expected indentation of 4 spaces (indentation)
(#830) Expected indentation of 4 spaces (indentation)
(#828) Expected indentation of 8 spaces (indentation)
(#829) Expected indentation of 8 spaces (indentation)
(#832) Expected indentation of 4 spaces (indentation)
(#835) Expected indentation of 4 spaces (indentation)
(#833) Expected indentation of 8 spaces (indentation)
(#834) Expected indentation of 8 spaces (indentation)
(#839) Expected indentation of 4 spaces (indentation)
(#842) Expected indentation of 4 spaces (indentation)
(#840) Expected indentation of 8 spaces (indentation)
(#841) Expected indentation of 8 spaces (indentation)
(#844) Expected indentation of 4 spaces (indentation)
(#848) Expected indentation of 4 spaces (indentation)
(#845) Expected indentation of 8 spaces (indentation)
(#846) Expected indentation of 8 spaces (indentation)
(#847) Expected indentation of 8 spaces (indentation)
(#850) Expected indentation of 4 spaces (indentation)
(#854) Expected indentation of 4 spaces (indentation)
(#851) Expected indentation of 8 spaces (indentation)
(#852) Expected indentation of 8 spaces (indentation)
(#853) Expected indentation of 8 spaces (indentation)
(#856) Expected indentation of 4 spaces (indentation)
(#859) Expected indentation of 4 spaces (indentation)
(#857) Expected indentation of 8 spaces (indentation)
(#858) Expected indentation of 8 spaces (indentation)
(#861) Expected indentation of 4 spaces (indentation)
(#864) Expected indentation of 4 spaces (indentation)
(#862) Expected indentation of 8 spaces (indentation)
(#863) Expected indentation of 8 spaces (indentation)
(#866) Expected indentation of 4 spaces (indentation)
(#869) Expected indentation of 4 spaces (indentation)
(#867) Expected indentation of 8 spaces (indentation)
(#868) Expected indentation of 8 spaces (indentation)
(#873) Expected indentation of 4 spaces (indentation)
(#874) Expected indentation of 4 spaces (indentation)
(#878) Expected indentation of 4 spaces (indentation)
(#881) Expected indentation of 4 spaces (indentation)
(#879) Expected indentation of 8 spaces (indentation)
(#880) Expected indentation of 8 spaces (indentation)
(#883) Expected indentation of 4 spaces (indentation)
(#887) Expected indentation of 4 spaces (indentation)
(#884) Expected indentation of 8 spaces (indentation)
(#885) Expected indentation of 8 spaces (indentation)
(#886) Expected indentation of 8 spaces (indentation)
(#889) Expected indentation of 4 spaces (indentation)
(#893) Expected indentation of 4 spaces (indentation)
(#890) Expected indentation of 8 spaces (indentation)
(#891) Expected indentation of 8 spaces (indentation)
(#892) Expected indentation of 8 spaces (indentation)
(#895) Expected indentation of 4 spaces (indentation)
(#898) Expected indentation of 4 spaces (indentation)
(#896) Expected indentation of 8 spaces (indentation)
(#897) Expected indentation of 8 spaces (indentation)
(#900) Expected indentation of 4 spaces (indentation)
(#903) Expected indentation of 4 spaces (indentation)
(#901) Expected indentation of 8 spaces (indentation)
(#902) Expected indentation of 8 spaces (indentation)
(#905) Expected indentation of 4 spaces (indentation)
(#908) Expected indentation of 4 spaces (indentation)
(#906) Expected indentation of 8 spaces (indentation)
(#907) Expected indentation of 8 spaces (indentation)
(#912) Expected indentation of 4 spaces (indentation)
(#915) Expected indentation of 4 spaces (indentation)
(#913) Expected indentation of 8 spaces (indentation)
(#914) Expected indentation of 8 spaces (indentation)
(#917) Expected indentation of 4 spaces (indentation)
(#921) Expected indentation of 4 spaces (indentation)
(#918) Expected indentation of 8 spaces (indentation)
(#919) Expected indentation of 8 spaces (indentation)
(#920) Expected indentation of 8 spaces (indentation)
(#923) Expected indentation of 4 spaces (indentation)
(#927) Expected indentation of 4 spaces (indentation)
(#924) Expected indentation of 8 spaces (indentation)
(#925) Expected indentation of 8 spaces (indentation)
(#926) Expected indentation of 8 spaces (indentation)
(#929) Expected indentation of 4 spaces (indentation)
(#932) Expected indentation of 4 spaces (indentation)
(#930) Expected indentation of 8 spaces (indentation)
(#931) Expected indentation of 8 spaces (indentation)
(#934) Expected indentation of 4 spaces (indentation)
(#937) Expected indentation of 4 spaces (indentation)
(#935) Expected indentation of 8 spaces (indentation)
(#936) Expected indentation of 8 spaces (indentation)
(#939) Expected indentation of 4 spaces (indentation)
(#942) Expected indentation of 4 spaces (indentation)
(#940) Expected indentation of 8 spaces (indentation)
(#941) Expected indentation of 8 spaces (indentation)
(#946) Expected indentation of 4 spaces (indentation)
(#947) Expected indentation of 4 spaces (indentation)
(#951) Expected indentation of 4 spaces (indentation)
(#954) Expected indentation of 4 spaces (indentation)
(#952) Expected indentation of 8 spaces (indentation)
(#953) Expected indentation of 8 spaces (indentation)
(#956) Expected indentation of 4 spaces (indentation)
(#960) Expected indentation of 4 spaces (indentation)
(#957) Expected indentation of 8 spaces (indentation)
(#958) Expected indentation of 8 spaces (indentation)
(#959) Expected indentation of 8 spaces (indentation)
(#962) Expected indentation of 4 spaces (indentation)
(#966) Expected indentation of 4 spaces (indentation)
(#963) Expected indentation of 8 spaces (indentation)
(#964) Expected indentation of 8 spaces (indentation)
(#965) Expected indentation of 8 spaces (indentation)
(#968) Expected indentation of 4 spaces (indentation)
(#971) Expected indentation of 4 spaces (indentation)
(#969) Expected indentation of 8 spaces (indentation)
(#970) Expected indentation of 8 spaces (indentation)
(#973) Expected indentation of 4 spaces (indentation)
(#976) Expected indentation of 4 spaces (indentation)
(#974) Expected indentation of 8 spaces (indentation)
(#975) Expected indentation of 8 spaces (indentation)
(#978) Expected indentation of 4 spaces (indentation)
(#981) Expected indentation of 4 spaces (indentation)
(#979) Expected indentation of 8 spaces (indentation)
(#980) Expected indentation of 8 spaces (indentation)
(#985) Expected indentation of 4 spaces (indentation)
(#988) Expected indentation of 4 spaces (indentation)
(#986) Expected indentation of 8 spaces (indentation)
(#987) Expected indentation of 8 spaces (indentation)
(#990) Expected indentation of 4 spaces (indentation)
(#994) Expected indentation of 4 spaces (indentation)
(#991) Expected indentation of 8 spaces (indentation)
(#992) Expected indentation of 8 spaces (indentation)
(#993) Expected indentation of 8 spaces (indentation)
(#996) Expected indentation of 4 spaces (indentation)
(#1000) Expected indentation of 4 spaces (indentation)
(#997) Expected indentation of 8 spaces (indentation)
(#998) Expected indentation of 8 spaces (indentation)
(#999) Expected indentation of 8 spaces (indentation)
(#1002) Expected indentation of 4 spaces (indentation)
(#1005) Expected indentation of 4 spaces (indentation)
(#1003) Expected indentation of 8 spaces (indentation)
(#1004) Expected indentation of 8 spaces (indentation)
(#1007) Expected indentation of 4 spaces (indentation)
(#1010) Expected indentation of 4 spaces (indentation)
(#1008) Expected indentation of 8 spaces (indentation)
(#1009) Expected indentation of 8 spaces (indentation)
(#1012) Expected indentation of 4 spaces (indentation)
(#1015) Expected indentation of 4 spaces (indentation)
(#1013) Expected indentation of 8 spaces (indentation)
(#1014) Expected indentation of 8 spaces (indentation)
(#1019) Expected indentation of 4 spaces (indentation)
(#1020) Expected indentation of 4 spaces (indentation)
(#1024) Expected indentation of 4 spaces (indentation)
(#1027) Expected indentation of 4 spaces (indentation)
(#1025) Expected indentation of 8 spaces (indentation)
(#1026) Expected indentation of 8 spaces (indentation)
(#1029) Expected indentation of 4 spaces (indentation)
(#1033) Expected indentation of 4 spaces (indentation)
(#1030) Expected indentation of 8 spaces (indentation)
(#1031) Expected indentation of 8 spaces (indentation)
(#1032) Expected indentation of 8 spaces (indentation)
(#1035) Expected indentation of 4 spaces (indentation)
(#1039) Expected indentation of 4 spaces (indentation)
(#1036) Expected indentation of 8 spaces (indentation)
(#1037) Expected indentation of 8 spaces (indentation)
(#1038) Expected indentation of 8 spaces (indentation)
(#1043) Expected indentation of 4 spaces (indentation)
(#1046) Expected indentation of 4 spaces (indentation)
(#1044) Expected indentation of 8 spaces (indentation)
(#1045) Expected indentation of 8 spaces (indentation)
(#1048) Expected indentation of 4 spaces (indentation)
(#1052) Expected indentation of 4 spaces (indentation)
(#1049) Expected indentation of 8 spaces (indentation)
(#1050) Expected indentation of 8 spaces (indentation)
(#1051) Expected indentation of 8 spaces (indentation)
(#1054) Expected indentation of 4 spaces (indentation)
(#1058) Expected indentation of 4 spaces (indentation)
(#1055) Expected indentation of 8 spaces (indentation)
(#1056) Expected indentation of 8 spaces (indentation)
(#1057) Expected indentation of 8 spaces (indentation)
(#1062) Expected indentation of 4 spaces (indentation)
(#1063) Expected indentation of 4 spaces (indentation)
(#1067) Expected indentation of 4 spaces (indentation)
(#1070) Expected indentation of 4 spaces (indentation)
(#1068) Expected indentation of 8 spaces (indentation)
(#1069) Expected indentation of 8 spaces (indentation)
(#1072) Expected indentation of 4 spaces (indentation)
(#1076) Expected indentation of 4 spaces (indentation)
(#1073) Expected indentation of 8 spaces (indentation)
(#1074) Expected indentation of 8 spaces (indentation)
(#1075) Expected indentation of 8 spaces (indentation)
(#1078) Expected indentation of 4 spaces (indentation)
(#1082) Expected indentation of 4 spaces (indentation)
(#1079) Expected indentation of 8 spaces (indentation)
(#1080) Expected indentation of 8 spaces (indentation)
(#1081) Expected indentation of 8 spaces (indentation)
(#1086) Expected indentation of 4 spaces (indentation)
(#1089) Expected indentation of 4 spaces (indentation)
(#1087) Expected indentation of 8 spaces (indentation)
(#1088) Expected indentation of 8 spaces (indentation)
(#1091) Expected indentation of 4 spaces (indentation)
(#1095) Expected indentation of 4 spaces (indentation)
(#1092) Expected indentation of 8 spaces (indentation)
(#1093) Expected indentation of 8 spaces (indentation)
(#1094) Expected indentation of 8 spaces (indentation)
(#1097) Expected indentation of 4 spaces (indentation)
(#1101) Expected indentation of 4 spaces (indentation)
(#1098) Expected indentation of 8 spaces (indentation)
(#1099) Expected indentation of 8 spaces (indentation)
(#1100) Expected indentation of 8 spaces (indentation)
(#1105) Expected indentation of 4 spaces (indentation)
(#1106) Expected indentation of 4 spaces (indentation)
(#1110) Expected indentation of 4 spaces (indentation)
(#1114) Expected indentation of 4 spaces (indentation)
(#1111) Expected indentation of 8 spaces (indentation)
(#1112) Expected indentation of 8 spaces (indentation)
(#1113) Expected indentation of 8 spaces (indentation)
(#1116) Expected indentation of 4 spaces (indentation)
(#1120) Expected indentation of 4 spaces (indentation)
(#1117) Expected indentation of 8 spaces (indentation)
(#1118) Expected indentation of 8 spaces (indentation)
(#1119) Expected indentation of 8 spaces (indentation)
(#1124) Expected indentation of 4 spaces (indentation)
(#1128) Expected indentation of 4 spaces (indentation)
(#1125) Expected indentation of 8 spaces (indentation)
(#1126) Expected indentation of 8 spaces (indentation)
(#1127) Expected indentation of 8 spaces (indentation)
(#1130) Expected indentation of 4 spaces (indentation)
(#1134) Expected indentation of 4 spaces (indentation)
(#1131) Expected indentation of 8 spaces (indentation)
(#1132) Expected indentation of 8 spaces (indentation)
(#1133) Expected indentation of 8 spaces (indentation)
(#1138) Expected indentation of 4 spaces (indentation)
(#1139) Expected indentation of 4 spaces (indentation)
(#1143) Expected indentation of 4 spaces (indentation)
(#1147) Expected indentation of 4 spaces (indentation)
(#1144) Expected indentation of 8 spaces (indentation)
(#1145) Expected indentation of 8 spaces (indentation)
(#1146) Expected indentation of 8 spaces (indentation)
(#1149) Expected indentation of 4 spaces (indentation)
(#1153) Expected indentation of 4 spaces (indentation)
(#1150) Expected indentation of 8 spaces (indentation)
(#1151) Expected indentation of 8 spaces (indentation)
(#1152) Expected indentation of 8 spaces (indentation)
(#1157) Expected indentation of 4 spaces (indentation)
(#1161) Expected indentation of 4 spaces (indentation)
(#1158) Expected indentation of 8 spaces (indentation)
(#1159) Expected indentation of 8 spaces (indentation)
(#1160) Expected indentation of 8 spaces (indentation)
(#1163) Expected indentation of 4 spaces (indentation)
(#1167) Expected indentation of 4 spaces (indentation)
(#1164) Expected indentation of 8 spaces (indentation)
(#1165) Expected indentation of 8 spaces (indentation)
(#1166) Expected indentation of 8 spaces (indentation)
(#1171) Expected indentation of 4 spaces (indentation)
(#1172) Expected indentation of 4 spaces (indentation)
(#1176) Expected indentation of 4 spaces (indentation)
(#1179) Expected indentation of 4 spaces (indentation)
(#1177) Expected indentation of 8 spaces (indentation)
(#1178) Expected indentation of 8 spaces (indentation)
(#1181) Expected indentation of 4 spaces (indentation)
(#1185) Expected indentation of 4 spaces (indentation)
(#1182) Expected indentation of 8 spaces (indentation)
(#1183) Expected indentation of 8 spaces (indentation)
(#1184) Expected indentation of 8 spaces (indentation)
(#1187) Expected indentation of 4 spaces (indentation)
(#1191) Expected indentation of 4 spaces (indentation)
(#1188) Expected indentation of 8 spaces (indentation)
(#1189) Expected indentation of 8 spaces (indentation)
(#1190) Expected indentation of 8 spaces (indentation)
(#1195) Expected indentation of 4 spaces (indentation)
(#1198) Expected indentation of 4 spaces (indentation)
(#1196) Expected indentation of 8 spaces (indentation)
(#1197) Expected indentation of 8 spaces (indentation)
(#1200) Expected indentation of 4 spaces (indentation)
(#1204) Expected indentation of 4 spaces (indentation)
(#1201) Expected indentation of 8 spaces (indentation)
(#1202) Expected indentation of 8 spaces (indentation)
(#1203) Expected indentation of 8 spaces (indentation)
(#1206) Expected indentation of 4 spaces (indentation)
(#1210) Expected indentation of 4 spaces (indentation)
(#1207) Expected indentation of 8 spaces (indentation)
(#1208) Expected indentation of 8 spaces (indentation)
(#1209) Expected indentation of 8 spaces (indentation)
(#1214) Expected indentation of 4 spaces (indentation)
(#1215) Expected indentation of 4 spaces (indentation)
(#1219) Expected indentation of 4 spaces (indentation)
(#1221) Expected indentation of 4 spaces (indentation)
(#1220) Expected indentation of 8 spaces (indentation)
(#1223) Expected indentation of 4 spaces (indentation)
(#1225) Expected indentation of 4 spaces (indentation)
(#1224) Expected indentation of 8 spaces (indentation)
(#1229) Expected indentation of 4 spaces (indentation)
(#1231) Expected indentation of 4 spaces (indentation)
(#1230) Expected indentation of 8 spaces (indentation)
(#1233) Expected indentation of 4 spaces (indentation)
(#1235) Expected indentation of 4 spaces (indentation)
(#1234) Expected indentation of 8 spaces (indentation)
(#1239) Expected indentation of 4 spaces (indentation)
(#1240) Expected indentation of 4 spaces (indentation)
(#1244) Expected indentation of 4 spaces (indentation)
(#1248) Expected indentation of 4 spaces (indentation)
(#1245) Expected indentation of 8 spaces (indentation)
(#1246) Expected indentation of 8 spaces (indentation)
(#1247) Expected indentation of 8 spaces (indentation)
(#1250) Expected indentation of 4 spaces (indentation)
(#1254) Expected indentation of 4 spaces (indentation)
(#1251) Expected indentation of 8 spaces (indentation)
(#1252) Expected indentation of 8 spaces (indentation)
(#1253) Expected indentation of 8 spaces (indentation)
(#1258) Expected indentation of 4 spaces (indentation)
(#1262) Expected indentation of 4 spaces (indentation)
(#1259) Expected indentation of 8 spaces (indentation)
(#1260) Expected indentation of 8 spaces (indentation)
(#1261) Expected indentation of 8 spaces (indentation)
(#1264) Expected indentation of 4 spaces (indentation)
(#1268) Expected indentation of 4 spaces (indentation)
(#1265) Expected indentation of 8 spaces (indentation)
(#1266) Expected indentation of 8 spaces (indentation)
(#1267) Expected indentation of 8 spaces (indentation)
(#1272) Expected indentation of 4 spaces (indentation)
(#1273) Expected indentation of 4 spaces (indentation)
(#1277) Expected indentation of 4 spaces (indentation)
(#1281) Expected indentation of 4 spaces (indentation)
(#1278) Expected indentation of 8 spaces (indentation)
(#1279) Expected indentation of 8 spaces (indentation)
(#1280) Expected indentation of 8 spaces (indentation)
(#1283) Expected indentation of 4 spaces (indentation)
(#1287) Expected indentation of 4 spaces (indentation)
(#1284) Expected indentation of 8 spaces (indentation)
(#1285) Expected indentation of 8 spaces (indentation)
(#1286) Expected indentation of 8 spaces (indentation)
(#1291) Expected indentation of 4 spaces (indentation)
(#1295) Expected indentation of 4 spaces (indentation)
(#1292) Expected indentation of 8 spaces (indentation)
(#1293) Expected indentation of 8 spaces (indentation)
(#1294) Expected indentation of 8 spaces (indentation)
(#1297) Expected indentation of 4 spaces (indentation)
(#1301) Expected indentation of 4 spaces (indentation)
(#1298) Expected indentation of 8 spaces (indentation)
(#1299) Expected indentation of 8 spaces (indentation)
(#1300) Expected indentation of 8 spaces (indentation)
(#1305) Expected indentation of 4 spaces (indentation)
(#1306) Expected indentation of 4 spaces (indentation)
(#1310) Expected indentation of 4 spaces (indentation)
(#1314) Expected indentation of 4 spaces (indentation)
(#1311) Expected indentation of 8 spaces (indentation)
(#1312) Expected indentation of 8 spaces (indentation)
(#1313) Expected indentation of 8 spaces (indentation)
(#1316) Expected indentation of 4 spaces (indentation)
(#1320) Expected indentation of 4 spaces (indentation)
(#1317) Expected indentation of 8 spaces (indentation)
(#1318) Expected indentation of 8 spaces (indentation)
(#1319) Expected indentation of 8 spaces (indentation)
(#1324) Expected indentation of 4 spaces (indentation)
(#1328) Expected indentation of 4 spaces (indentation)
(#1325) Expected indentation of 8 spaces (indentation)
(#1326) Expected indentation of 8 spaces (indentation)
(#1327) Expected indentation of 8 spaces (indentation)
(#1330) Expected indentation of 4 spaces (indentation)
(#1334) Expected indentation of 4 spaces (indentation)
(#1331) Expected indentation of 8 spaces (indentation)
(#1332) Expected indentation of 8 spaces (indentation)
(#1333) Expected indentation of 8 spaces (indentation)
(#1338) Expected indentation of 4 spaces (indentation)
(#1339) Expected indentation of 4 spaces (indentation)
(#1343) Expected indentation of 4 spaces (indentation)
(#1347) Expected indentation of 4 spaces (indentation)
(#1344) Expected indentation of 8 spaces (indentation)
(#1345) Expected indentation of 8 spaces (indentation)
(#1346) Expected indentation of 8 spaces (indentation)
(#1349) Expected indentation of 4 spaces (indentation)
(#1353) Expected indentation of 4 spaces (indentation)
(#1350) Expected indentation of 8 spaces (indentation)
(#1351) Expected indentation of 8 spaces (indentation)
(#1352) Expected indentation of 8 spaces (indentation)
(#1357) Expected indentation of 4 spaces (indentation)
(#1361) Expected indentation of 4 spaces (indentation)
(#1358) Expected indentation of 8 spaces (indentation)
(#1359) Expected indentation of 8 spaces (indentation)
(#1360) Expected indentation of 8 spaces (indentation)
(#1363) Expected indentation of 4 spaces (indentation)
(#1367) Expected indentation of 4 spaces (indentation)
(#1364) Expected indentation of 8 spaces (indentation)
(#1365) Expected indentation of 8 spaces (indentation)
(#1366) Expected indentation of 8 spaces (indentation)
(#1371) Expected indentation of 4 spaces (indentation)
(#1372) Expected indentation of 4 spaces (indentation)
(#1376) Expected indentation of 4 spaces (indentation)
(#1380) Expected indentation of 4 spaces (indentation)
(#1377) Expected indentation of 8 spaces (indentation)
(#1378) Expected indentation of 8 spaces (indentation)
(#1379) Expected indentation of 8 spaces (indentation)
(#1382) Expected indentation of 4 spaces (indentation)
(#1386) Expected indentation of 4 spaces (indentation)
(#1383) Expected indentation of 8 spaces (indentation)
(#1384) Expected indentation of 8 spaces (indentation)
(#1385) Expected indentation of 8 spaces (indentation)
(#1390) Expected indentation of 4 spaces (indentation)
(#1394) Expected indentation of 4 spaces (indentation)
(#1391) Expected indentation of 8 spaces (indentation)
(#1392) Expected indentation of 8 spaces (indentation)
(#1393) Expected indentation of 8 spaces (indentation)
(#1396) Expected indentation of 4 spaces (indentation)
(#1400) Expected indentation of 4 spaces (indentation)
(#1397) Expected indentation of 8 spaces (indentation)
(#1398) Expected indentation of 8 spaces (indentation)
(#1399) Expected indentation of 8 spaces (indentation)
(#1404) Expected indentation of 4 spaces (indentation)
(#1405) Expected indentation of 4 spaces (indentation)
(#1409) Expected indentation of 4 spaces (indentation)
(#1413) Expected indentation of 4 spaces (indentation)
(#1410) Expected indentation of 8 spaces (indentation)
(#1411) Expected indentation of 8 spaces (indentation)
(#1412) Expected indentation of 8 spaces (indentation)
(#1415) Expected indentation of 4 spaces (indentation)
(#1419) Expected indentation of 4 spaces (indentation)
(#1416) Expected indentation of 8 spaces (indentation)
(#1417) Expected indentation of 8 spaces (indentation)
(#1418) Expected indentation of 8 spaces (indentation)
(#1423) Expected indentation of 4 spaces (indentation)
(#1427) Expected indentation of 4 spaces (indentation)
(#1424) Expected indentation of 8 spaces (indentation)
(#1425) Expected indentation of 8 spaces (indentation)
(#1426) Expected indentation of 8 spaces (indentation)
(#1429) Expected indentation of 4 spaces (indentation)
(#1433) Expected indentation of 4 spaces (indentation)
(#1430) Expected indentation of 8 spaces (indentation)
(#1431) Expected indentation of 8 spaces (indentation)
(#1432) Expected indentation of 8 spaces (indentation)
(#1437) Expected indentation of 4 spaces (indentation)
(#1438) Expected indentation of 4 spaces (indentation)
(#1442) Expected indentation of 4 spaces (indentation)
(#1446) Expected indentation of 4 spaces (indentation)
(#1443) Expected indentation of 8 spaces (indentation)
(#1444) Expected indentation of 8 spaces (indentation)
(#1445) Expected indentation of 8 spaces (indentation)
(#1448) Expected indentation of 4 spaces (indentation)
(#1452) Expected indentation of 4 spaces (indentation)
(#1449) Expected indentation of 8 spaces (indentation)
(#1450) Expected indentation of 8 spaces (indentation)
(#1451) Expected indentation of 8 spaces (indentation)
(#1456) Expected indentation of 4 spaces (indentation)
(#1460) Expected indentation of 4 spaces (indentation)
(#1457) Expected indentation of 8 spaces (indentation)
(#1458) Expected indentation of 8 spaces (indentation)
(#1459) Expected indentation of 8 spaces (indentation)
(#1462) Expected indentation of 4 spaces (indentation)
(#1466) Expected indentation of 4 spaces (indentation)
(#1463) Expected indentation of 8 spaces (indentation)
(#1464) Expected indentation of 8 spaces (indentation)
(#1465) Expected indentation of 8 spaces (indentation)
(#1470) Expected indentation of 4 spaces (indentation)
(#1471) Expected indentation of 4 spaces (indentation)
(#1475) Expected indentation of 4 spaces (indentation)
(#1479) Expected indentation of 4 spaces (indentation)
(#1476) Expected indentation of 8 spaces (indentation)
(#1477) Expected indentation of 8 spaces (indentation)
(#1478) Expected indentation of 8 spaces (indentation)
(#1481) Expected indentation of 4 spaces (indentation)
(#1485) Expected indentation of 4 spaces (indentation)
(#1482) Expected indentation of 8 spaces (indentation)
(#1483) Expected indentation of 8 spaces (indentation)
(#1484) Expected indentation of 8 spaces (indentation)
(#1489) Expected indentation of 4 spaces (indentation)
(#1493) Expected indentation of 4 spaces (indentation)
(#1490) Expected indentation of 8 spaces (indentation)
(#1491) Expected indentation of 8 spaces (indentation)
(#1492) Expected indentation of 8 spaces (indentation)
(#1495) Expected indentation of 4 spaces (indentation)
(#1499) Expected indentation of 4 spaces (indentation)
(#1496) Expected indentation of 8 spaces (indentation)
(#1497) Expected indentation of 8 spaces (indentation)
(#1498) Expected indentation of 8 spaces (indentation)
(#1503) Expected indentation of 4 spaces (indentation)
(#1504) Expected indentation of 4 spaces (indentation)
(#1508) Expected indentation of 4 spaces (indentation)
(#1510) Expected indentation of 4 spaces (indentation)
(#1509) Expected indentation of 8 spaces (indentation)
(#1512) Expected indentation of 4 spaces (indentation)
(#1514) Expected indentation of 4 spaces (indentation)
(#1513) Expected indentation of 8 spaces (indentation)
(#1518) Expected indentation of 4 spaces (indentation)
(#1520) Expected indentation of 4 spaces (indentation)
(#1519) Expected indentation of 8 spaces (indentation)
(#1522) Expected indentation of 4 spaces (indentation)
(#1524) Expected indentation of 4 spaces (indentation)
(#1523) Expected indentation of 8 spaces (indentation)
(#1528) Expected indentation of 4 spaces (indentation)
(#1529) Expected indentation of 4 spaces (indentation)
(#1533) Expected indentation of 4 spaces (indentation)
(#1535) Expected indentation of 4 spaces (indentation)
(#1534) Expected indentation of 8 spaces (indentation)
(#1537) Expected indentation of 4 spaces (indentation)
(#1541) Expected indentation of 4 spaces (indentation)
(#1538) Expected indentation of 8 spaces (indentation)
(#1539) Expected indentation of 8 spaces (indentation)
(#1540) Expected indentation of 8 spaces (indentation)
(#1545) Expected indentation of 4 spaces (indentation)
(#1547) Expected indentation of 4 spaces (indentation)
(#1546) Expected indentation of 8 spaces (indentation)
(#1549) Expected indentation of 4 spaces (indentation)
(#1553) Expected indentation of 4 spaces (indentation)
(#1550) Expected indentation of 8 spaces (indentation)
(#1551) Expected indentation of 8 spaces (indentation)
(#1552) Expected indentation of 8 spaces (indentation)
(#1557) Expected indentation of 4 spaces (indentation)
(#1558) Expected indentation of 4 spaces (indentation)
(#1562) Expected indentation of 4 spaces (indentation)
(#1564) Expected indentation of 4 spaces (indentation)
(#1563) Expected indentation of 8 spaces (indentation)
(#1566) Expected indentation of 4 spaces (indentation)
(#1570) Expected indentation of 4 spaces (indentation)
(#1567) Expected indentation of 8 spaces (indentation)
(#1568) Expected indentation of 8 spaces (indentation)
(#1569) Expected indentation of 8 spaces (indentation)
(#1574) Expected indentation of 4 spaces (indentation)
(#1576) Expected indentation of 4 spaces (indentation)
(#1575) Expected indentation of 8 spaces (indentation)
(#1578) Expected indentation of 4 spaces (indentation)
(#1582) Expected indentation of 4 spaces (indentation)
(#1579) Expected indentation of 8 spaces (indentation)
(#1580) Expected indentation of 8 spaces (indentation)
(#1581) Expected indentation of 8 spaces (indentation)
(#1586) Expected indentation of 4 spaces (indentation)
(#1587) Expected indentation of 4 spaces (indentation)
(#1591) Expected indentation of 4 spaces (indentation)
(#1593) Expected indentation of 4 spaces (indentation)
(#1592) Expected indentation of 8 spaces (indentation)
(#1595) Expected indentation of 4 spaces (indentation)
(#1599) Expected indentation of 4 spaces (indentation)
(#1596) Expected indentation of 8 spaces (indentation)
(#1597) Expected indentation of 8 spaces (indentation)
(#1598) Expected indentation of 8 spaces (indentation)
(#1603) Expected indentation of 4 spaces (indentation)
(#1605) Expected indentation of 4 spaces (indentation)
(#1604) Expected indentation of 8 spaces (indentation)
(#1607) Expected indentation of 4 spaces (indentation)
(#1611) Expected indentation of 4 spaces (indentation)
(#1608) Expected indentation of 8 spaces (indentation)
(#1609) Expected indentation of 8 spaces (indentation)
(#1610) Expected indentation of 8 spaces (indentation)
(#1615) Expected indentation of 4 spaces (indentation)
(#1616) Expected indentation of 4 spaces (indentation)
(#1620) Expected indentation of 4 spaces (indentation)
(#1622) Expected indentation of 4 spaces (indentation)
(#1621) Expected indentation of 8 spaces (indentation)
(#1624) Expected indentation of 4 spaces (indentation)
(#1628) Expected indentation of 4 spaces (indentation)
(#1625) Expected indentation of 8 spaces (indentation)
(#1626) Expected indentation of 8 spaces (indentation)
(#1627) Expected indentation of 8 spaces (indentation)
(#1632) Expected indentation of 4 spaces (indentation)
(#1634) Expected indentation of 4 spaces (indentation)
(#1633) Expected indentation of 8 spaces (indentation)
(#1636) Expected indentation of 4 spaces (indentation)
(#1640) Expected indentation of 4 spaces (indentation)
(#1637) Expected indentation of 8 spaces (indentation)
(#1638) Expected indentation of 8 spaces (indentation)
(#1639) Expected indentation of 8 spaces (indentation)
(#1644) Expected indentation of 4 spaces (indentation)
(#1645) Expected indentation of 4 spaces (indentation)
(#1649) Expected indentation of 4 spaces (indentation)
(#1651) Expected indentation of 4 spaces (indentation)
(#1650) Expected indentation of 8 spaces (indentation)
(#1653) Expected indentation of 4 spaces (indentation)
(#1657) Expected indentation of 4 spaces (indentation)
(#1654) Expected indentation of 8 spaces (indentation)
(#1655) Expected indentation of 8 spaces (indentation)
(#1656) Expected indentation of 8 spaces (indentation)
(#1661) Expected indentation of 4 spaces (indentation)
(#1663) Expected indentation of 4 spaces (indentation)
(#1662) Expected indentation of 8 spaces (indentation)
(#1665) Expected indentation of 4 spaces (indentation)
(#1669) Expected indentation of 4 spaces (indentation)
(#1666) Expected indentation of 8 spaces (indentation)
(#1667) Expected indentation of 8 spaces (indentation)
(#1668) Expected indentation of 8 spaces (indentation)
(#1673) Expected indentation of 4 spaces (indentation)
(#1674) Expected indentation of 4 spaces (indentation)
(#1678) Expected indentation of 4 spaces (indentation)
(#1680) Expected indentation of 4 spaces (indentation)
(#1679) Expected indentation of 8 spaces (indentation)
(#1682) Expected indentation of 4 spaces (indentation)
(#1686) Expected indentation of 4 spaces (indentation)
(#1683) Expected indentation of 8 spaces (indentation)
(#1684) Expected indentation of 8 spaces (indentation)
(#1685) Expected indentation of 8 spaces (indentation)
(#1690) Expected indentation of 4 spaces (indentation)
(#1692) Expected indentation of 4 spaces (indentation)
(#1691) Expected indentation of 8 spaces (indentation)
(#1694) Expected indentation of 4 spaces (indentation)
(#1698) Expected indentation of 4 spaces (indentation)
(#1695) Expected indentation of 8 spaces (indentation)
(#1696) Expected indentation of 8 spaces (indentation)
(#1697) Expected indentation of 8 spaces (indentation)
(#1702) Expected indentation of 4 spaces (indentation)
(#1703) Expected indentation of 4 spaces (indentation)
(#1707) Expected indentation of 4 spaces (indentation)
(#1709) Expected indentation of 4 spaces (indentation)
(#1708) Expected indentation of 8 spaces (indentation)
(#1711) Expected indentation of 4 spaces (indentation)
(#1715) Expected indentation of 4 spaces (indentation)
(#1712) Expected indentation of 8 spaces (indentation)
(#1713) Expected indentation of 8 spaces (indentation)
(#1714) Expected indentation of 8 spaces (indentation)
(#1719) Expected indentation of 4 spaces (indentation)
(#1721) Expected indentation of 4 spaces (indentation)
(#1720) Expected indentation of 8 spaces (indentation)
(#1723) Expected indentation of 4 spaces (indentation)
(#1727) Expected indentation of 4 spaces (indentation)
(#1724) Expected indentation of 8 spaces (indentation)
(#1725) Expected indentation of 8 spaces (indentation)
(#1726) Expected indentation of 8 spaces (indentation)
(#1731) Expected indentation of 4 spaces (indentation)
(#1732) Expected indentation of 4 spaces (indentation)
(#1736) Expected indentation of 4 spaces (indentation)
(#1738) Expected indentation of 4 spaces (indentation)
(#1737) Expected indentation of 8 spaces (indentation)
(#1740) Expected indentation of 4 spaces (indentation)
(#1744) Expected indentation of 4 spaces (indentation)
(#1741) Expected indentation of 8 spaces (indentation)
(#1742) Expected indentation of 8 spaces (indentation)
(#1743) Expected indentation of 8 spaces (indentation)
(#1748) Expected indentation of 4 spaces (indentation)
(#1750) Expected indentation of 4 spaces (indentation)
(#1749) Expected indentation of 8 spaces (indentation)
(#1752) Expected indentation of 4 spaces (indentation)
(#1756) Expected indentation of 4 spaces (indentation)
(#1753) Expected indentation of 8 spaces (indentation)
(#1754) Expected indentation of 8 spaces (indentation)
(#1755) Expected indentation of 8 spaces (indentation)
(#1760) Expected indentation of 4 spaces (indentation)
(#1761) Expected indentation of 4 spaces (indentation)
(#1765) Expected indentation of 4 spaces (indentation)
(#1770) Expected indentation of 4 spaces (indentation)
(#1766) Expected indentation of 8 spaces (indentation)
(#1767) Expected indentation of 8 spaces (indentation)
(#1768) Expected indentation of 8 spaces (indentation)
(#1769) Expected indentation of 8 spaces (indentation)
(#1772) Expected indentation of 4 spaces (indentation)
(#1777) Expected indentation of 4 spaces (indentation)
(#1773) Expected indentation of 8 spaces (indentation)
(#1774) Expected indentation of 8 spaces (indentation)
(#1775) Expected indentation of 8 spaces (indentation)
(#1776) Expected indentation of 8 spaces (indentation)
(#1779) Expected indentation of 4 spaces (indentation)
(#1784) Expected indentation of 4 spaces (indentation)
(#1780) Expected indentation of 8 spaces (indentation)
(#1781) Expected indentation of 8 spaces (indentation)
(#1782) Expected indentation of 8 spaces (indentation)
(#1783) Expected indentation of 8 spaces (indentation)
(#1786) Expected indentation of 4 spaces (indentation)
(#1791) Expected indentation of 4 spaces (indentation)
(#1787) Expected indentation of 8 spaces (indentation)
(#1788) Expected indentation of 8 spaces (indentation)
(#1789) Expected indentation of 8 spaces (indentation)
(#1790) Expected indentation of 8 spaces (indentation)
(#1793) Expected indentation of 4 spaces (indentation)
(#1798) Expected indentation of 4 spaces (indentation)
(#1794) Expected indentation of 8 spaces (indentation)
(#1795) Expected indentation of 8 spaces (indentation)
(#1796) Expected indentation of 8 spaces (indentation)
(#1797) Expected indentation of 8 spaces (indentation)
(#1802) Expected indentation of 4 spaces (indentation)
(#1807) Expected indentation of 4 spaces (indentation)
(#1803) Expected indentation of 8 spaces (indentation)
(#1804) Expected indentation of 8 spaces (indentation)
(#1805) Expected indentation of 8 spaces (indentation)
(#1806) Expected indentation of 8 spaces (indentation)
(#1809) Expected indentation of 4 spaces (indentation)
(#1814) Expected indentation of 4 spaces (indentation)
(#1810) Expected indentation of 8 spaces (indentation)
(#1811) Expected indentation of 8 spaces (indentation)
(#1812) Expected indentation of 8 spaces (indentation)
(#1813) Expected indentation of 8 spaces (indentation)
(#1816) Expected indentation of 4 spaces (indentation)
(#1821) Expected indentation of 4 spaces (indentation)
(#1817) Expected indentation of 8 spaces (indentation)
(#1818) Expected indentation of 8 spaces (indentation)
(#1819) Expected indentation of 8 spaces (indentation)
(#1820) Expected indentation of 8 spaces (indentation)
(#1823) Expected indentation of 4 spaces (indentation)
(#1828) Expected indentation of 4 spaces (indentation)
(#1824) Expected indentation of 8 spaces (indentation)
(#1825) Expected indentation of 8 spaces (indentation)
(#1826) Expected indentation of 8 spaces (indentation)
(#1827) Expected indentation of 8 spaces (indentation)
(#1830) Expected indentation of 4 spaces (indentation)
(#1835) Expected indentation of 4 spaces (indentation)
(#1831) Expected indentation of 8 spaces (indentation)
(#1832) Expected indentation of 8 spaces (indentation)
(#1833) Expected indentation of 8 spaces (indentation)
(#1834) Expected indentation of 8 spaces (indentation)
(#1839) Expected indentation of 4 spaces (indentation)
(#1840) Expected indentation of 4 spaces (indentation)
(#1841) Expected indentation of 4 spaces (indentation)
(#1842) Expected indentation of 4 spaces (indentation)
(#1846) Expected indentation of 4 spaces (indentation)
(#1852) Expected indentation of 4 spaces (indentation)
(#1847) Expected indentation of 8 spaces (indentation)
(#1848) Expected indentation of 8 spaces (indentation)
(#1849) Expected indentation of 8 spaces (indentation)
(#1850) Expected indentation of 8 spaces (indentation)
(#1851) Expected indentation of 8 spaces (indentation)
(#1854) Expected indentation of 4 spaces (indentation)
(#1859) Expected indentation of 4 spaces (indentation)
(#1855) Expected indentation of 8 spaces (indentation)
(#1856) Expected indentation of 8 spaces (indentation)
(#1857) Expected indentation of 8 spaces (indentation)
(#1858) Expected indentation of 8 spaces (indentation)
(#1861) Expected indentation of 4 spaces (indentation)
(#1865) Expected indentation of 4 spaces (indentation)
(#1862) Expected indentation of 8 spaces (indentation)
(#1863) Expected indentation of 8 spaces (indentation)
(#1864) Expected indentation of 8 spaces (indentation)
(#1867) Expected indentation of 4 spaces (indentation)
(#1870) Expected indentation of 4 spaces (indentation)
(#1868) Expected indentation of 8 spaces (indentation)
(#1869) Expected indentation of 8 spaces (indentation)
(#1872) Expected indentation of 4 spaces (indentation)
(#1875) Expected indentation of 4 spaces (indentation)
(#1873) Expected indentation of 8 spaces (indentation)
(#1874) Expected indentation of 8 spaces (indentation)
(#1879) Expected indentation of 4 spaces (indentation)
(#1885) Expected indentation of 4 spaces (indentation)
(#1880) Expected indentation of 8 spaces (indentation)
(#1881) Expected indentation of 8 spaces (indentation)
(#1882) Expected indentation of 8 spaces (indentation)
(#1883) Expected indentation of 8 spaces (indentation)
(#1884) Expected indentation of 8 spaces (indentation)
(#1887) Expected indentation of 4 spaces (indentation)
(#1892) Expected indentation of 4 spaces (indentation)
(#1888) Expected indentation of 8 spaces (indentation)
(#1889) Expected indentation of 8 spaces (indentation)
(#1890) Expected indentation of 8 spaces (indentation)
(#1891) Expected indentation of 8 spaces (indentation)
(#1894) Expected indentation of 4 spaces (indentation)
(#1898) Expected indentation of 4 spaces (indentation)
(#1895) Expected indentation of 8 spaces (indentation)
(#1896) Expected indentation of 8 spaces (indentation)
(#1897) Expected indentation of 8 spaces (indentation)
(#1900) Expected indentation of 4 spaces (indentation)
(#1903) Expected indentation of 4 spaces (indentation)
(#1901) Expected indentation of 8 spaces (indentation)
(#1902) Expected indentation of 8 spaces (indentation)
(#1905) Expected indentation of 4 spaces (indentation)
(#1908) Expected indentation of 4 spaces (indentation)
(#1906) Expected indentation of 8 spaces (indentation)
(#1907) Expected indentation of 8 spaces (indentation)
(#1912) Expected indentation of 4 spaces (indentation)
(#1913) Expected indentation of 4 spaces (indentation)
(#1914) Expected indentation of 4 spaces (indentation)
(#1915) Expected indentation of 4 spaces (indentation)
(#1919) Expected indentation of 4 spaces (indentation)
(#1925) Expected indentation of 4 spaces (indentation)
(#1920) Expected indentation of 8 spaces (indentation)
(#1921) Expected indentation of 8 spaces (indentation)
(#1922) Expected indentation of 8 spaces (indentation)
(#1923) Expected indentation of 8 spaces (indentation)
(#1924) Expected indentation of 8 spaces (indentation)
(#1927) Expected indentation of 4 spaces (indentation)
(#1932) Expected indentation of 4 spaces (indentation)
(#1928) Expected indentation of 8 spaces (indentation)
(#1929) Expected indentation of 8 spaces (indentation)
(#1930) Expected indentation of 8 spaces (indentation)
(#1931) Expected indentation of 8 spaces (indentation)
(#1934) Expected indentation of 4 spaces (indentation)
(#1938) Expected indentation of 4 spaces (indentation)
(#1935) Expected indentation of 8 spaces (indentation)
(#1936) Expected indentation of 8 spaces (indentation)
(#1937) Expected indentation of 8 spaces (indentation)
(#1940) Expected indentation of 4 spaces (indentation)
(#1943) Expected indentation of 4 spaces (indentation)
(#1941) Expected indentation of 8 spaces (indentation)
(#1942) Expected indentation of 8 spaces (indentation)
(#1945) Expected indentation of 4 spaces (indentation)
(#1948) Expected indentation of 4 spaces (indentation)
(#1946) Expected indentation of 8 spaces (indentation)
(#1947) Expected indentation of 8 spaces (indentation)
(#1952) Expected indentation of 4 spaces (indentation)
(#1958) Expected indentation of 4 spaces (indentation)
(#1953) Expected indentation of 8 spaces (indentation)
(#1954) Expected indentation of 8 spaces (indentation)
(#1955) Expected indentation of 8 spaces (indentation)
(#1956) Expected indentation of 8 spaces (indentation)
(#1957) Expected indentation of 8 spaces (indentation)
(#1960) Expected indentation of 4 spaces (indentation)
(#1965) Expected indentation of 4 spaces (indentation)
(#1961) Expected indentation of 8 spaces (indentation)
(#1962) Expected indentation of 8 spaces (indentation)
(#1963) Expected indentation of 8 spaces (indentation)
(#1964) Expected indentation of 8 spaces (indentation)
(#1967) Expected indentation of 4 spaces (indentation)
(#1971) Expected indentation of 4 spaces (indentation)
(#1968) Expected indentation of 8 spaces (indentation)
(#1969) Expected indentation of 8 spaces (indentation)
(#1970) Expected indentation of 8 spaces (indentation)
(#1973) Expected indentation of 4 spaces (indentation)
(#1976) Expected indentation of 4 spaces (indentation)
(#1974) Expected indentation of 8 spaces (indentation)
(#1975) Expected indentation of 8 spaces (indentation)
(#1978) Expected indentation of 4 spaces (indentation)
(#1981) Expected indentation of 4 spaces (indentation)
(#1979) Expected indentation of 8 spaces (indentation)
(#1980) Expected indentation of 8 spaces (indentation)
(#1985) Expected indentation of 4 spaces (indentation)
(#1986) Expected indentation of 4 spaces (indentation)
(#1987) Expected indentation of 4 spaces (indentation)
(#1988) Expected indentation of 4 spaces (indentation)
(#1992) Expected indentation of 4 spaces (indentation)
(#1995) Expected indentation of 4 spaces (indentation)
(#1993) Expected indentation of 8 spaces (indentation)
(#1994) Expected indentation of 8 spaces (indentation)
(#1997) Expected indentation of 4 spaces (indentation)
(#2001) Expected indentation of 4 spaces (indentation)
(#1998) Expected indentation of 8 spaces (indentation)
(#1999) Expected indentation of 8 spaces (indentation)
(#2000) Expected indentation of 8 spaces (indentation)
(#2003) Expected indentation of 4 spaces (indentation)
(#2007) Expected indentation of 4 spaces (indentation)
(#2004) Expected indentation of 8 spaces (indentation)
(#2005) Expected indentation of 8 spaces (indentation)
(#2006) Expected indentation of 8 spaces (indentation)
(#2011) Expected indentation of 4 spaces (indentation)
(#2014) Expected indentation of 4 spaces (indentation)
(#2012) Expected indentation of 8 spaces (indentation)
(#2013) Expected indentation of 8 spaces (indentation)
(#2016) Expected indentation of 4 spaces (indentation)
(#2020) Expected indentation of 4 spaces (indentation)
(#2017) Expected indentation of 8 spaces (indentation)
(#2018) Expected indentation of 8 spaces (indentation)
(#2019) Expected indentation of 8 spaces (indentation)
(#2022) Expected indentation of 4 spaces (indentation)
(#2026) Expected indentation of 4 spaces (indentation)
(#2023) Expected indentation of 8 spaces (indentation)
(#2024) Expected indentation of 8 spaces (indentation)
(#2025) Expected indentation of 8 spaces (indentation)
(#2030) Expected indentation of 4 spaces (indentation)
(#2031) Expected indentation of 4 spaces (indentation)
(#2032) Expected indentation of 4 spaces (indentation)
(#2033) Expected indentation of 4 spaces (indentation)
(#2037) Expected indentation of 4 spaces (indentation)
(#2040) Expected indentation of 4 spaces (indentation)
(#2038) Expected indentation of 8 spaces (indentation)
(#2039) Expected indentation of 8 spaces (indentation)
(#2042) Expected indentation of 4 spaces (indentation)
(#2046) Expected indentation of 4 spaces (indentation)
(#2043) Expected indentation of 8 spaces (indentation)
(#2044) Expected indentation of 8 spaces (indentation)
(#2045) Expected indentation of 8 spaces (indentation)
(#2048) Expected indentation of 4 spaces (indentation)
(#2052) Expected indentation of 4 spaces (indentation)
(#2049) Expected indentation of 8 spaces (indentation)
(#2050) Expected indentation of 8 spaces (indentation)
(#2051) Expected indentation of 8 spaces (indentation)
(#2056) Expected indentation of 4 spaces (indentation)
(#2059) Expected indentation of 4 spaces (indentation)
(#2057) Expected indentation of 8 spaces (indentation)
(#2058) Expected indentation of 8 spaces (indentation)
(#2061) Expected indentation of 4 spaces (indentation)
(#2065) Expected indentation of 4 spaces (indentation)
(#2062) Expected indentation of 8 spaces (indentation)
(#2063) Expected indentation of 8 spaces (indentation)
(#2064) Expected indentation of 8 spaces (indentation)
(#2067) Expected indentation of 4 spaces (indentation)
(#2071) Expected indentation of 4 spaces (indentation)
(#2068) Expected indentation of 8 spaces (indentation)
(#2069) Expected indentation of 8 spaces (indentation)
(#2070) Expected indentation of 8 spaces (indentation)
(#2075) Expected indentation of 4 spaces (indentation)
(#2076) Expected indentation of 4 spaces (indentation)
(#2077) Expected indentation of 4 spaces (indentation)
(#2078) Expected indentation of 4 spaces (indentation)
(#2082) Expected indentation of 4 spaces (indentation)
(#2086) Expected indentation of 4 spaces (indentation)
(#2083) Expected indentation of 8 spaces (indentation)
(#2084) Expected indentation of 8 spaces (indentation)
(#2085) Expected indentation of 8 spaces (indentation)
(#2088) Expected indentation of 4 spaces (indentation)
(#2092) Expected indentation of 4 spaces (indentation)
(#2089) Expected indentation of 8 spaces (indentation)
(#2090) Expected indentation of 8 spaces (indentation)
(#2091) Expected indentation of 8 spaces (indentation)
(#2094) Expected indentation of 4 spaces (indentation)
(#2098) Expected indentation of 4 spaces (indentation)
(#2095) Expected indentation of 8 spaces (indentation)
(#2096) Expected indentation of 8 spaces (indentation)
(#2097) Expected indentation of 8 spaces (indentation)
(#2100) Expected indentation of 4 spaces (indentation)
(#2104) Expected indentation of 4 spaces (indentation)
(#2101) Expected indentation of 8 spaces (indentation)
(#2102) Expected indentation of 8 spaces (indentation)
(#2103) Expected indentation of 8 spaces (indentation)
(#2108) Expected indentation of 4 spaces (indentation)
(#2112) Expected indentation of 4 spaces (indentation)
(#2109) Expected indentation of 8 spaces (indentation)
(#2110) Expected indentation of 8 spaces (indentation)
(#2111) Expected indentation of 8 spaces (indentation)
(#2114) Expected indentation of 4 spaces (indentation)
(#2118) Expected indentation of 4 spaces (indentation)
(#2115) Expected indentation of 8 spaces (indentation)
(#2116) Expected indentation of 8 spaces (indentation)
(#2117) Expected indentation of 8 spaces (indentation)
(#2120) Expected indentation of 4 spaces (indentation)
(#2124) Expected indentation of 4 spaces (indentation)
(#2121) Expected indentation of 8 spaces (indentation)
(#2122) Expected indentation of 8 spaces (indentation)
(#2123) Expected indentation of 8 spaces (indentation)
(#2126) Expected indentation of 4 spaces (indentation)
(#2130) Expected indentation of 4 spaces (indentation)
(#2127) Expected indentation of 8 spaces (indentation)
(#2128) Expected indentation of 8 spaces (indentation)
(#2129) Expected indentation of 8 spaces (indentation)
(#2134) Expected indentation of 4 spaces (indentation)
(#2135) Expected indentation of 4 spaces (indentation)
(#2136) Expected indentation of 4 spaces (indentation)
(#2137) Expected indentation of 4 spaces (indentation)
(#2141) Expected indentation of 4 spaces (indentation)
(#2143) Expected indentation of 4 spaces (indentation)
(#2142) Expected indentation of 8 spaces (indentation)
(#2145) Expected indentation of 4 spaces (indentation)
(#2149) Expected indentation of 4 spaces (indentation)
(#2146) Expected indentation of 8 spaces (indentation)
(#2147) Expected indentation of 8 spaces (indentation)
(#2148) Expected indentation of 8 spaces (indentation)
(#2153) Expected indentation of 4 spaces (indentation)
(#2155) Expected indentation of 4 spaces (indentation)
(#2154) Expected indentation of 8 spaces (indentation)
(#2157) Expected indentation of 4 spaces (indentation)
(#2161) Expected indentation of 4 spaces (indentation)
(#2158) Expected indentation of 8 spaces (indentation)
(#2159) Expected indentation of 8 spaces (indentation)
(#2160) Expected indentation of 8 spaces (indentation)
(#2165) Expected indentation of 4 spaces (indentation)
(#2166) Expected indentation of 4 spaces (indentation)
(#2167) Expected indentation of 4 spaces (indentation)
(#2168) Expected indentation of 4 spaces (indentation)
(#2172) Expected indentation of 4 spaces (indentation)
(#2178) Expected indentation of 4 spaces (indentation)
(#2173) Expected indentation of 8 spaces (indentation)
(#2174) Expected indentation of 8 spaces (indentation)
(#2175) Expected indentation of 8 spaces (indentation)
(#2176) Expected indentation of 8 spaces (indentation)
(#2177) Expected indentation of 8 spaces (indentation)
(#2180) Expected indentation of 4 spaces (indentation)
(#2186) Expected indentation of 4 spaces (indentation)
(#2181) Expected indentation of 8 spaces (indentation)
(#2182) Expected indentation of 8 spaces (indentation)
(#2183) Expected indentation of 8 spaces (indentation)
(#2184) Expected indentation of 8 spaces (indentation)
(#2185) Expected indentation of 8 spaces (indentation)
(#2190) Expected indentation of 4 spaces (indentation)
(#2196) Expected indentation of 4 spaces (indentation)
(#2191) Expected indentation of 8 spaces (indentation)
(#2192) Expected indentation of 8 spaces (indentation)
(#2193) Expected indentation of 8 spaces (indentation)
(#2194) Expected indentation of 8 spaces (indentation)
(#2195) Expected indentation of 8 spaces (indentation)
(#2198) Expected indentation of 4 spaces (indentation)
(#2204) Expected indentation of 4 spaces (indentation)
(#2199) Expected indentation of 8 spaces (indentation)
(#2200) Expected indentation of 8 spaces (indentation)
(#2201) Expected indentation of 8 spaces (indentation)
(#2202) Expected indentation of 8 spaces (indentation)
(#2203) Expected indentation of 8 spaces (indentation)
(#2208) Expected indentation of 4 spaces (indentation)
(#2209) Expected indentation of 4 spaces (indentation)
(#2213) Expected indentation of 4 spaces (indentation)
(#2219) Expected indentation of 4 spaces (indentation)
(#2214) Expected indentation of 8 spaces (indentation)
(#2215) Expected indentation of 8 spaces (indentation)
(#2216) Expected indentation of 8 spaces (indentation)
(#2217) Expected indentation of 8 spaces (indentation)
(#2218) Expected indentation of 8 spaces (indentation)
(#2221) Expected indentation of 4 spaces (indentation)
(#2227) Expected indentation of 4 spaces (indentation)
(#2222) Expected indentation of 8 spaces (indentation)
(#2223) Expected indentation of 8 spaces (indentation)
(#2224) Expected indentation of 8 spaces (indentation)
(#2225) Expected indentation of 8 spaces (indentation)
(#2226) Expected indentation of 8 spaces (indentation)
(#2231) Expected indentation of 4 spaces (indentation)
(#2237) Expected indentation of 4 spaces (indentation)
(#2232) Expected indentation of 8 spaces (indentation)
(#2233) Expected indentation of 8 spaces (indentation)
(#2234) Expected indentation of 8 spaces (indentation)
(#2235) Expected indentation of 8 spaces (indentation)
(#2236) Expected indentation of 8 spaces (indentation)
(#2239) Expected indentation of 4 spaces (indentation)
(#2245) Expected indentation of 4 spaces (indentation)
(#2240) Expected indentation of 8 spaces (indentation)
(#2241) Expected indentation of 8 spaces (indentation)
(#2242) Expected indentation of 8 spaces (indentation)
(#2243) Expected indentation of 8 spaces (indentation)
(#2244) Expected indentation of 8 spaces (indentation)
(#2249) Expected indentation of 4 spaces (indentation)
(#2250) Expected indentation of 4 spaces (indentation)
(#2254) Expected indentation of 4 spaces (indentation)
(#2260) Expected indentation of 4 spaces (indentation)
(#2255) Expected indentation of 8 spaces (indentation)
(#2256) Expected indentation of 8 spaces (indentation)
(#2257) Expected indentation of 8 spaces (indentation)
(#2258) Expected indentation of 8 spaces (indentation)
(#2259) Expected indentation of 8 spaces (indentation)
(#2262) Expected indentation of 4 spaces (indentation)
(#2268) Expected indentation of 4 spaces (indentation)
(#2263) Expected indentation of 8 spaces (indentation)
(#2264) Expected indentation of 8 spaces (indentation)
(#2265) Expected indentation of 8 spaces (indentation)
(#2266) Expected indentation of 8 spaces (indentation)
(#2267) Expected indentation of 8 spaces (indentation)
(#2272) Expected indentation of 4 spaces (indentation)
(#2278) Expected indentation of 4 spaces (indentation)
(#2273) Expected indentation of 8 spaces (indentation)
(#2274) Expected indentation of 8 spaces (indentation)
(#2275) Expected indentation of 8 spaces (indentation)
(#2276) Expected indentation of 8 spaces (indentation)
(#2277) Expected indentation of 8 spaces (indentation)
(#2280) Expected indentation of 4 spaces (indentation)
(#2286) Expected indentation of 4 spaces (indentation)
(#2281) Expected indentation of 8 spaces (indentation)
(#2282) Expected indentation of 8 spaces (indentation)
(#2283) Expected indentation of 8 spaces (indentation)
(#2284) Expected indentation of 8 spaces (indentation)
(#2285) Expected indentation of 8 spaces (indentation)
(#2290) Expected indentation of 4 spaces (indentation)
(#2291) Expected indentation of 4 spaces (indentation)
(#2295) Expected indentation of 4 spaces (indentation)
(#2301) Expected indentation of 4 spaces (indentation)
(#2296) Expected indentation of 8 spaces (indentation)
(#2297) Expected indentation of 8 spaces (indentation)
(#2298) Expected indentation of 8 spaces (indentation)
(#2299) Expected indentation of 8 spaces (indentation)
(#2300) Expected indentation of 8 spaces (indentation)
(#2303) Expected indentation of 4 spaces (indentation)
(#2309) Expected indentation of 4 spaces (indentation)
(#2304) Expected indentation of 8 spaces (indentation)
(#2305) Expected indentation of 8 spaces (indentation)
(#2306) Expected indentation of 8 spaces (indentation)
(#2307) Expected indentation of 8 spaces (indentation)
(#2308) Expected indentation of 8 spaces (indentation)
(#2313) Expected indentation of 4 spaces (indentation)
(#2319) Expected indentation of 4 spaces (indentation)
(#2314) Expected indentation of 8 spaces (indentation)
(#2315) Expected indentation of 8 spaces (indentation)
(#2316) Expected indentation of 8 spaces (indentation)
(#2317) Expected indentation of 8 spaces (indentation)
(#2318) Expected indentation of 8 spaces (indentation)
(#2321) Expected indentation of 4 spaces (indentation)
(#2327) Expected indentation of 4 spaces (indentation)
(#2322) Expected indentation of 8 spaces (indentation)
(#2323) Expected indentation of 8 spaces (indentation)
(#2324) Expected indentation of 8 spaces (indentation)
(#2325) Expected indentation of 8 spaces (indentation)
(#2326) Expected indentation of 8 spaces (indentation)
(#2331) Expected indentation of 4 spaces (indentation)
(#2332) Expected indentation of 4 spaces (indentation)
(#2336) Expected indentation of 4 spaces (indentation)
(#2342) Expected indentation of 4 spaces (indentation)
(#2337) Expected indentation of 8 spaces (indentation)
(#2338) Expected indentation of 8 spaces (indentation)
(#2339) Expected indentation of 8 spaces (indentation)
(#2340) Expected indentation of 8 spaces (indentation)
(#2341) Expected indentation of 8 spaces (indentation)
(#2344) Expected indentation of 4 spaces (indentation)
(#2350) Expected indentation of 4 spaces (indentation)
(#2345) Expected indentation of 8 spaces (indentation)
(#2346) Expected indentation of 8 spaces (indentation)
(#2347) Expected indentation of 8 spaces (indentation)
(#2348) Expected indentation of 8 spaces (indentation)
(#2349) Expected indentation of 8 spaces (indentation)
(#2354) Expected indentation of 4 spaces (indentation)
(#2360) Expected indentation of 4 spaces (indentation)
(#2355) Expected indentation of 8 spaces (indentation)
(#2356) Expected indentation of 8 spaces (indentation)
(#2357) Expected indentation of 8 spaces (indentation)
(#2358) Expected indentation of 8 spaces (indentation)
(#2359) Expected indentation of 8 spaces (indentation)
(#2362) Expected indentation of 4 spaces (indentation)
(#2368) Expected indentation of 4 spaces (indentation)
(#2363) Expected indentation of 8 spaces (indentation)
(#2364) Expected indentation of 8 spaces (indentation)
(#2365) Expected indentation of 8 spaces (indentation)
(#2366) Expected indentation of 8 spaces (indentation)
(#2367) Expected indentation of 8 spaces (indentation)
(#2372) Expected indentation of 4 spaces (indentation)
(#2373) Expected indentation of 4 spaces (indentation)
(#2377) Expected indentation of 4 spaces (indentation)
(#2381) Expected indentation of 4 spaces (indentation)
(#2378) Expected indentation of 8 spaces (indentation)
(#2379) Expected indentation of 8 spaces (indentation)
(#2380) Expected indentation of 8 spaces (indentation)
(#2383) Expected indentation of 4 spaces (indentation)
(#2389) Expected indentation of 4 spaces (indentation)
(#2384) Expected indentation of 8 spaces (indentation)
(#2385) Expected indentation of 8 spaces (indentation)
(#2386) Expected indentation of 8 spaces (indentation)
(#2387) Expected indentation of 8 spaces (indentation)
(#2388) Expected indentation of 8 spaces (indentation)
(#2393) Expected indentation of 4 spaces (indentation)
(#2397) Expected indentation of 4 spaces (indentation)
(#2394) Expected indentation of 8 spaces (indentation)
(#2395) Expected indentation of 8 spaces (indentation)
(#2396) Expected indentation of 8 spaces (indentation)
(#2399) Expected indentation of 4 spaces (indentation)
(#2405) Expected indentation of 4 spaces (indentation)
(#2400) Expected indentation of 8 spaces (indentation)
(#2401) Expected indentation of 8 spaces (indentation)
(#2402) Expected indentation of 8 spaces (indentation)
(#2403) Expected indentation of 8 spaces (indentation)
(#2404) Expected indentation of 8 spaces (indentation)
(#2409) Expected indentation of 4 spaces (indentation)
(#2410) Expected indentation of 4 spaces (indentation)
(#2414) Expected indentation of 4 spaces (indentation)
(#2418) Expected indentation of 4 spaces (indentation)
(#2415) Expected indentation of 8 spaces (indentation)
(#2416) Expected indentation of 8 spaces (indentation)
(#2417) Expected indentation of 8 spaces (indentation)
(#2420) Expected indentation of 4 spaces (indentation)
(#2426) Expected indentation of 4 spaces (indentation)
(#2421) Expected indentation of 8 spaces (indentation)
(#2422) Expected indentation of 8 spaces (indentation)
(#2423) Expected indentation of 8 spaces (indentation)
(#2424) Expected indentation of 8 spaces (indentation)
(#2425) Expected indentation of 8 spaces (indentation)
(#2430) Expected indentation of 4 spaces (indentation)
(#2434) Expected indentation of 4 spaces (indentation)
(#2431) Expected indentation of 8 spaces (indentation)
(#2432) Expected indentation of 8 spaces (indentation)
(#2433) Expected indentation of 8 spaces (indentation)
(#2436) Expected indentation of 4 spaces (indentation)
(#2442) Expected indentation of 4 spaces (indentation)
(#2437) Expected indentation of 8 spaces (indentation)
(#2438) Expected indentation of 8 spaces (indentation)
(#2439) Expected indentation of 8 spaces (indentation)
(#2440) Expected indentation of 8 spaces (indentation)
(#2441) Expected indentation of 8 spaces (indentation)
(#2446) Expected indentation of 4 spaces (indentation)
(#2447) Expected indentation of 4 spaces (indentation)
(#2451) Expected indentation of 4 spaces (indentation)
(#2455) Expected indentation of 4 spaces (indentation)
(#2452) Expected indentation of 8 spaces (indentation)
(#2453) Expected indentation of 8 spaces (indentation)
(#2454) Expected indentation of 8 spaces (indentation)
(#2457) Expected indentation of 4 spaces (indentation)
(#2463) Expected indentation of 4 spaces (indentation)
(#2458) Expected indentation of 8 spaces (indentation)
(#2459) Expected indentation of 8 spaces (indentation)
(#2460) Expected indentation of 8 spaces (indentation)
(#2461) Expected indentation of 8 spaces (indentation)
(#2462) Expected indentation of 8 spaces (indentation)
(#2467) Expected indentation of 4 spaces (indentation)
(#2471) Expected indentation of 4 spaces (indentation)
(#2468) Expected indentation of 8 spaces (indentation)
(#2469) Expected indentation of 8 spaces (indentation)
(#2470) Expected indentation of 8 spaces (indentation)
(#2473) Expected indentation of 4 spaces (indentation)
(#2479) Expected indentation of 4 spaces (indentation)
(#2474) Expected indentation of 8 spaces (indentation)
(#2475) Expected indentation of 8 spaces (indentation)
(#2476) Expected indentation of 8 spaces (indentation)
(#2477) Expected indentation of 8 spaces (indentation)
(#2478) Expected indentation of 8 spaces (indentation)
(#2483) Expected indentation of 4 spaces (indentation)
(#2484) Expected indentation of 4 spaces (indentation)
(#2488) Expected indentation of 4 spaces (indentation)
(#2492) Expected indentation of 4 spaces (indentation)
(#2489) Expected indentation of 8 spaces (indentation)
(#2490) Expected indentation of 8 spaces (indentation)
(#2491) Expected indentation of 8 spaces (indentation)
(#2494) Expected indentation of 4 spaces (indentation)
(#2500) Expected indentation of 4 spaces (indentation)
(#2495) Expected indentation of 8 spaces (indentation)
(#2496) Expected indentation of 8 spaces (indentation)
(#2497) Expected indentation of 8 spaces (indentation)
(#2498) Expected indentation of 8 spaces (indentation)
(#2499) Expected indentation of 8 spaces (indentation)
(#2504) Expected indentation of 4 spaces (indentation)
(#2508) Expected indentation of 4 spaces (indentation)
(#2505) Expected indentation of 8 spaces (indentation)
(#2506) Expected indentation of 8 spaces (indentation)
(#2507) Expected indentation of 8 spaces (indentation)
(#2510) Expected indentation of 4 spaces (indentation)
(#2516) Expected indentation of 4 spaces (indentation)
(#2511) Expected indentation of 8 spaces (indentation)
(#2512) Expected indentation of 8 spaces (indentation)
(#2513) Expected indentation of 8 spaces (indentation)
(#2514) Expected indentation of 8 spaces (indentation)
(#2515) Expected indentation of 8 spaces (indentation)
(#2520) Expected indentation of 4 spaces (indentation)
(#2521) Expected indentation of 4 spaces (indentation)
(#2525) Expected indentation of 4 spaces (indentation)
(#2529) Expected indentation of 4 spaces (indentation)
(#2526) Expected indentation of 8 spaces (indentation)
(#2527) Expected indentation of 8 spaces (indentation)
(#2528) Expected indentation of 8 spaces (indentation)
(#2531) Expected indentation of 4 spaces (indentation)
(#2537) Expected indentation of 4 spaces (indentation)
(#2532) Expected indentation of 8 spaces (indentation)
(#2533) Expected indentation of 8 spaces (indentation)
(#2534) Expected indentation of 8 spaces (indentation)
(#2535) Expected indentation of 8 spaces (indentation)
(#2536) Expected indentation of 8 spaces (indentation)
(#2541) Expected indentation of 4 spaces (indentation)
(#2545) Expected indentation of 4 spaces (indentation)
(#2542) Expected indentation of 8 spaces (indentation)
(#2543) Expected indentation of 8 spaces (indentation)
(#2544) Expected indentation of 8 spaces (indentation)
(#2547) Expected indentation of 4 spaces (indentation)
(#2553) Expected indentation of 4 spaces (indentation)
(#2548) Expected indentation of 8 spaces (indentation)
(#2549) Expected indentation of 8 spaces (indentation)
(#2550) Expected indentation of 8 spaces (indentation)
(#2551) Expected indentation of 8 spaces (indentation)
(#2552) Expected indentation of 8 spaces (indentation)
(#2557) Expected indentation of 4 spaces (indentation)
(#2558) Expected indentation of 4 spaces (indentation)
(#2562) Expected indentation of 4 spaces (indentation)
(#2567) Expected indentation of 4 spaces (indentation)
(#2563) Expected indentation of 8 spaces (indentation)
(#2564) Expected indentation of 8 spaces (indentation)
(#2565) Expected indentation of 8 spaces (indentation)
(#2566) Expected indentation of 8 spaces (indentation)
(#2569) Expected indentation of 4 spaces (indentation)
(#2576) Expected indentation of 4 spaces (indentation)
(#2570) Expected indentation of 8 spaces (indentation)
(#2571) Expected indentation of 8 spaces (indentation)
(#2572) Expected indentation of 8 spaces (indentation)
(#2573) Expected indentation of 8 spaces (indentation)
(#2574) Expected indentation of 8 spaces (indentation)
(#2575) Expected indentation of 8 spaces (indentation)
(#2578) Expected indentation of 4 spaces (indentation)
(#2586) Expected indentation of 4 spaces (indentation)
(#2579) Expected indentation of 8 spaces (indentation)
(#2580) Expected indentation of 8 spaces (indentation)
(#2581) Expected indentation of 8 spaces (indentation)
(#2582) Expected indentation of 8 spaces (indentation)
(#2583) Expected indentation of 8 spaces (indentation)
(#2584) Expected indentation of 8 spaces (indentation)
(#2585) Expected indentation of 8 spaces (indentation)
(#2588) Expected indentation of 4 spaces (indentation)
(#2592) Expected indentation of 4 spaces (indentation)
(#2589) Expected indentation of 8 spaces (indentation)
(#2590) Expected indentation of 8 spaces (indentation)
(#2591) Expected indentation of 8 spaces (indentation)
(#2596) Expected indentation of 4 spaces (indentation)
(#2601) Expected indentation of 4 spaces (indentation)
(#2597) Expected indentation of 8 spaces (indentation)
(#2598) Expected indentation of 8 spaces (indentation)
(#2599) Expected indentation of 8 spaces (indentation)
(#2600) Expected indentation of 8 spaces (indentation)
(#2603) Expected indentation of 4 spaces (indentation)
(#2610) Expected indentation of 4 spaces (indentation)
(#2604) Expected indentation of 8 spaces (indentation)
(#2605) Expected indentation of 8 spaces (indentation)
(#2606) Expected indentation of 8 spaces (indentation)
(#2607) Expected indentation of 8 spaces (indentation)
(#2608) Expected indentation of 8 spaces (indentation)
(#2609) Expected indentation of 8 spaces (indentation)
(#2612) Expected indentation of 4 spaces (indentation)
(#2620) Expected indentation of 4 spaces (indentation)
(#2613) Expected indentation of 8 spaces (indentation)
(#2614) Expected indentation of 8 spaces (indentation)
(#2615) Expected indentation of 8 spaces (indentation)
(#2616) Expected indentation of 8 spaces (indentation)
(#2617) Expected indentation of 8 spaces (indentation)
(#2618) Expected indentation of 8 spaces (indentation)
(#2619) Expected indentation of 8 spaces (indentation)
(#2622) Expected indentation of 4 spaces (indentation)
(#2626) Expected indentation of 4 spaces (indentation)
(#2623) Expected indentation of 8 spaces (indentation)
(#2624) Expected indentation of 8 spaces (indentation)
(#2625) Expected indentation of 8 spaces (indentation)
(#2630) Expected indentation of 4 spaces (indentation)
(#2631) Expected indentation of 4 spaces (indentation)
(#2637) Expected indentation of 4 spaces (indentation)
(#2641) Expected indentation of 4 spaces (indentation)
(#2638) Expected indentation of 8 spaces (indentation)
(#2639) Expected indentation of 8 spaces (indentation)
(#2640) Expected indentation of 8 spaces (indentation)
(#2643) Expected indentation of 4 spaces (indentation)
(#2647) Expected indentation of 4 spaces (indentation)
(#2644) Expected indentation of 8 spaces (indentation)
(#2645) Expected indentation of 8 spaces (indentation)
(#2646) Expected indentation of 8 spaces (indentation)
(#2651) Expected indentation of 4 spaces (indentation)
(#2655) Expected indentation of 4 spaces (indentation)
(#2652) Expected indentation of 8 spaces (indentation)
(#2653) Expected indentation of 8 spaces (indentation)
(#2654) Expected indentation of 8 spaces (indentation)
(#2657) Expected indentation of 4 spaces (indentation)
(#2661) Expected indentation of 4 spaces (indentation)
(#2658) Expected indentation of 8 spaces (indentation)
(#2659) Expected indentation of 8 spaces (indentation)
(#2660) Expected indentation of 8 spaces (indentation)
(#2665) Expected indentation of 4 spaces (indentation)
(#2666) Expected indentation of 4 spaces (indentation)
(#2672) Expected indentation of 4 spaces (indentation)
(#2674) Expected indentation of 4 spaces (indentation)
(#2673) Expected indentation of 8 spaces (indentation)
(#2676) Expected indentation of 4 spaces (indentation)
(#2680) Expected indentation of 4 spaces (indentation)
(#2677) Expected indentation of 8 spaces (indentation)
(#2678) Expected indentation of 8 spaces (indentation)
(#2679) Expected indentation of 8 spaces (indentation)
(#2684) Expected indentation of 4 spaces (indentation)
(#2686) Expected indentation of 4 spaces (indentation)
(#2685) Expected indentation of 8 spaces (indentation)
(#2688) Expected indentation of 4 spaces (indentation)
(#2692) Expected indentation of 4 spaces (indentation)
(#2689) Expected indentation of 8 spaces (indentation)
(#2690) Expected indentation of 8 spaces (indentation)
(#2691) Expected indentation of 8 spaces (indentation)
(#2696) Expected indentation of 4 spaces (indentation)
(#2697) Expected indentation of 4 spaces (indentation)
(#2701) Expected indentation of 4 spaces (indentation)
(#2705) Expected indentation of 4 spaces (indentation)
(#2702) Expected indentation of 8 spaces (indentation)
(#2703) Expected indentation of 8 spaces (indentation)
(#2704) Expected indentation of 8 spaces (indentation)
(#2707) Expected indentation of 4 spaces (indentation)
(#2709) Expected indentation of 4 spaces (indentation)
(#2708) Expected indentation of 8 spaces (indentation)
(#2713) Expected indentation of 4 spaces (indentation)
(#2717) Expected indentation of 4 spaces (indentation)
(#2714) Expected indentation of 8 spaces (indentation)
(#2715) Expected indentation of 8 spaces (indentation)
(#2716) Expected indentation of 8 spaces (indentation)
(#2719) Expected indentation of 4 spaces (indentation)
(#2721) Expected indentation of 4 spaces (indentation)
(#2720) Expected indentation of 8 spaces (indentation)
(#2725) Expected indentation of 4 spaces (indentation)
(#2726) Expected indentation of 4 spaces (indentation)
(#2730) Expected indentation of 4 spaces (indentation)
(#2736) Expected indentation of 4 spaces (indentation)
(#2731) Expected indentation of 8 spaces (indentation)
(#2732) Expected indentation of 8 spaces (indentation)
(#2733) Expected indentation of 8 spaces (indentation)
(#2734) Expected indentation of 8 spaces (indentation)
(#2735) Expected indentation of 8 spaces (indentation)
(#2738) Expected indentation of 4 spaces (indentation)
(#2744) Expected indentation of 4 spaces (indentation)
(#2739) Expected indentation of 8 spaces (indentation)
(#2740) Expected indentation of 8 spaces (indentation)
(#2741) Expected indentation of 8 spaces (indentation)
(#2742) Expected indentation of 8 spaces (indentation)
(#2743) Expected indentation of 8 spaces (indentation)
(#2748) Expected indentation of 4 spaces (indentation)
(#2754) Expected indentation of 4 spaces (indentation)
(#2749) Expected indentation of 8 spaces (indentation)
(#2750) Expected indentation of 8 spaces (indentation)
(#2751) Expected indentation of 8 spaces (indentation)
(#2752) Expected indentation of 8 spaces (indentation)
(#2753) Expected indentation of 8 spaces (indentation)
(#2756) Expected indentation of 4 spaces (indentation)
(#2762) Expected indentation of 4 spaces (indentation)
(#2757) Expected indentation of 8 spaces (indentation)
(#2758) Expected indentation of 8 spaces (indentation)
(#2759) Expected indentation of 8 spaces (indentation)
(#2760) Expected indentation of 8 spaces (indentation)
(#2761) Expected indentation of 8 spaces (indentation)
(#2766) Expected indentation of 4 spaces (indentation)
(#2767) Expected indentation of 4 spaces (indentation)
(#2771) Expected indentation of 4 spaces (indentation)
(#2777) Expected indentation of 4 spaces (indentation)
(#2772) Expected indentation of 8 spaces (indentation)
(#2773) Expected indentation of 8 spaces (indentation)
(#2774) Expected indentation of 8 spaces (indentation)
(#2775) Expected indentation of 8 spaces (indentation)
(#2776) Expected indentation of 8 spaces (indentation)
(#2779) Expected indentation of 4 spaces (indentation)
(#2785) Expected indentation of 4 spaces (indentation)
(#2780) Expected indentation of 8 spaces (indentation)
(#2781) Expected indentation of 8 spaces (indentation)
(#2782) Expected indentation of 8 spaces (indentation)
(#2783) Expected indentation of 8 spaces (indentation)
(#2784) Expected indentation of 8 spaces (indentation)
(#2789) Expected indentation of 4 spaces (indentation)
(#2795) Expected indentation of 4 spaces (indentation)
(#2790) Expected indentation of 8 spaces (indentation)
(#2791) Expected indentation of 8 spaces (indentation)
(#2792) Expected indentation of 8 spaces (indentation)
(#2793) Expected indentation of 8 spaces (indentation)
(#2794) Expected indentation of 8 spaces (indentation)
(#2797) Expected indentation of 4 spaces (indentation)
(#2803) Expected indentation of 4 spaces (indentation)
(#2798) Expected indentation of 8 spaces (indentation)
(#2799) Expected indentation of 8 spaces (indentation)
(#2800) Expected indentation of 8 spaces (indentation)
(#2801) Expected indentation of 8 spaces (indentation)
(#2802) Expected indentation of 8 spaces (indentation)
(#2807) Expected indentation of 4 spaces (indentation)
(#2808) Expected indentation of 4 spaces (indentation)
(#2812) Expected indentation of 4 spaces (indentation)
(#2818) Expected indentation of 4 spaces (indentation)
(#2813) Expected indentation of 8 spaces (indentation)
(#2814) Expected indentation of 8 spaces (indentation)
(#2815) Expected indentation of 8 spaces (indentation)
(#2816) Expected indentation of 8 spaces (indentation)
(#2817) Expected indentation of 8 spaces (indentation)
(#2820) Expected indentation of 4 spaces (indentation)
(#2826) Expected indentation of 4 spaces (indentation)
(#2821) Expected indentation of 8 spaces (indentation)
(#2822) Expected indentation of 8 spaces (indentation)
(#2823) Expected indentation of 8 spaces (indentation)
(#2824) Expected indentation of 8 spaces (indentation)
(#2825) Expected indentation of 8 spaces (indentation)
(#2830) Expected indentation of 4 spaces (indentation)
(#2836) Expected indentation of 4 spaces (indentation)
(#2831) Expected indentation of 8 spaces (indentation)
(#2832) Expected indentation of 8 spaces (indentation)
(#2833) Expected indentation of 8 spaces (indentation)
(#2834) Expected indentation of 8 spaces (indentation)
(#2835) Expected indentation of 8 spaces (indentation)
(#2838) Expected indentation of 4 spaces (indentation)
(#2844) Expected indentation of 4 spaces (indentation)
(#2839) Expected indentation of 8 spaces (indentation)
(#2840) Expected indentation of 8 spaces (indentation)
(#2841) Expected indentation of 8 spaces (indentation)
(#2842) Expected indentation of 8 spaces (indentation)
(#2843) Expected indentation of 8 spaces (indentation)
(#2848) Expected indentation of 4 spaces (indentation)
(#2849) Expected indentation of 4 spaces (indentation)
(#2853) Expected indentation of 4 spaces (indentation)
(#2859) Expected indentation of 4 spaces (indentation)
(#2854) Expected indentation of 8 spaces (indentation)
(#2855) Expected indentation of 8 spaces (indentation)
(#2856) Expected indentation of 8 spaces (indentation)
(#2857) Expected indentation of 8 spaces (indentation)
(#2858) Expected indentation of 8 spaces (indentation)
(#2861) Expected indentation of 4 spaces (indentation)
(#2867) Expected indentation of 4 spaces (indentation)
(#2862) Expected indentation of 8 spaces (indentation)
(#2863) Expected indentation of 8 spaces (indentation)
(#2864) Expected indentation of 8 spaces (indentation)
(#2865) Expected indentation of 8 spaces (indentation)
(#2866) Expected indentation of 8 spaces (indentation)
(#2871) Expected indentation of 4 spaces (indentation)
(#2877) Expected indentation of 4 spaces (indentation)
(#2872) Expected indentation of 8 spaces (indentation)
(#2873) Expected indentation of 8 spaces (indentation)
(#2874) Expected indentation of 8 spaces (indentation)
(#2875) Expected indentation of 8 spaces (indentation)
(#2876) Expected indentation of 8 spaces (indentation)
(#2879) Expected indentation of 4 spaces (indentation)
(#2885) Expected indentation of 4 spaces (indentation)
(#2880) Expected indentation of 8 spaces (indentation)
(#2881) Expected indentation of 8 spaces (indentation)
(#2882) Expected indentation of 8 spaces (indentation)
(#2883) Expected indentation of 8 spaces (indentation)
(#2884) Expected indentation of 8 spaces (indentation)
(#2889) Expected indentation of 4 spaces (indentation)
(#2890) Expected indentation of 4 spaces (indentation)
(#2894) Expected indentation of 4 spaces (indentation)
(#2896) Expected indentation of 4 spaces (indentation)
(#2895) Expected indentation of 8 spaces (indentation)
(#2898) Expected indentation of 4 spaces (indentation)
(#2902) Expected indentation of 4 spaces (indentation)
(#2899) Expected indentation of 8 spaces (indentation)
(#2900) Expected indentation of 8 spaces (indentation)
(#2901) Expected indentation of 8 spaces (indentation)
(#2904) Expected indentation of 4 spaces (indentation)
(#2906) Expected indentation of 4 spaces (indentation)
(#2905) Expected indentation of 8 spaces (indentation)
(#2910) Expected indentation of 4 spaces (indentation)
(#2912) Expected indentation of 4 spaces (indentation)
(#2911) Expected indentation of 8 spaces (indentation)
(#2914) Expected indentation of 4 spaces (indentation)
(#2918) Expected indentation of 4 spaces (indentation)
(#2915) Expected indentation of 8 spaces (indentation)
(#2916) Expected indentation of 8 spaces (indentation)
(#2917) Expected indentation of 8 spaces (indentation)
(#2920) Expected indentation of 4 spaces (indentation)
(#2922) Expected indentation of 4 spaces (indentation)
(#2921) Expected indentation of 8 spaces (indentation)
(#2926) Expected indentation of 4 spaces (indentation)
(#2927) Expected indentation of 4 spaces (indentation)
(#2931) Expected indentation of 4 spaces (indentation)
(#2937) Expected indentation of 4 spaces (indentation)
(#2932) Expected indentation of 8 spaces (indentation)
(#2933) Expected indentation of 8 spaces (indentation)
(#2934) Expected indentation of 8 spaces (indentation)
(#2935) Expected indentation of 8 spaces (indentation)
(#2936) Expected indentation of 8 spaces (indentation)
(#2939) Expected indentation of 4 spaces (indentation)
(#2947) Expected indentation of 4 spaces (indentation)
(#2940) Expected indentation of 8 spaces (indentation)
(#2941) Expected indentation of 8 spaces (indentation)
(#2942) Expected indentation of 8 spaces (indentation)
(#2943) Expected indentation of 8 spaces (indentation)
(#2944) Expected indentation of 8 spaces (indentation)
(#2945) Expected indentation of 8 spaces (indentation)
(#2946) Expected indentation of 8 spaces (indentation)
(#2951) Expected indentation of 4 spaces (indentation)
(#2957) Expected indentation of 4 spaces (indentation)
(#2952) Expected indentation of 8 spaces (indentation)
(#2953) Expected indentation of 8 spaces (indentation)
(#2954) Expected indentation of 8 spaces (indentation)
(#2955) Expected indentation of 8 spaces (indentation)
(#2956) Expected indentation of 8 spaces (indentation)
(#2959) Expected indentation of 4 spaces (indentation)
(#2967) Expected indentation of 4 spaces (indentation)
(#2960) Expected indentation of 8 spaces (indentation)
(#2961) Expected indentation of 8 spaces (indentation)
(#2962) Expected indentation of 8 spaces (indentation)
(#2963) Expected indentation of 8 spaces (indentation)
(#2964) Expected indentation of 8 spaces (indentation)
(#2965) Expected indentation of 8 spaces (indentation)
(#2966) Expected indentation of 8 spaces (indentation)
(#2971) Expected indentation of 4 spaces (indentation)
(#2972) Expected indentation of 4 spaces (indentation)
(#2976) Expected indentation of 4 spaces (indentation)
(#2980) Expected indentation of 4 spaces (indentation)
(#2977) Expected indentation of 8 spaces (indentation)
(#2978) Expected indentation of 8 spaces (indentation)
(#2979) Expected indentation of 8 spaces (indentation)
(#2982) Expected indentation of 4 spaces (indentation)
(#2988) Expected indentation of 4 spaces (indentation)
(#2983) Expected indentation of 8 spaces (indentation)
(#2984) Expected indentation of 8 spaces (indentation)
(#2985) Expected indentation of 8 spaces (indentation)
(#2986) Expected indentation of 8 spaces (indentation)
(#2987) Expected indentation of 8 spaces (indentation)
(#2992) Expected indentation of 4 spaces (indentation)
(#2996) Expected indentation of 4 spaces (indentation)
(#2993) Expected indentation of 8 spaces (indentation)
(#2994) Expected indentation of 8 spaces (indentation)
(#2995) Expected indentation of 8 spaces (indentation)
(#2998) Expected indentation of 4 spaces (indentation)
(#3004) Expected indentation of 4 spaces (indentation)
(#2999) Expected indentation of 8 spaces (indentation)
(#3000) Expected indentation of 8 spaces (indentation)
(#3001) Expected indentation of 8 spaces (indentation)
(#3002) Expected indentation of 8 spaces (indentation)
(#3003) Expected indentation of 8 spaces (indentation)
(#3008) Expected indentation of 4 spaces (indentation)
(#3009) Expected indentation of 4 spaces (indentation)
(#3013) Expected indentation of 4 spaces (indentation)
(#3017) Expected indentation of 4 spaces (indentation)
(#3014) Expected indentation of 8 spaces (indentation)
(#3015) Expected indentation of 8 spaces (indentation)
(#3016) Expected indentation of 8 spaces (indentation)
(#3019) Expected indentation of 4 spaces (indentation)
(#3025) Expected indentation of 4 spaces (indentation)
(#3020) Expected indentation of 8 spaces (indentation)
(#3021) Expected indentation of 8 spaces (indentation)
(#3022) Expected indentation of 8 spaces (indentation)
(#3023) Expected indentation of 8 spaces (indentation)
(#3024) Expected indentation of 8 spaces (indentation)
(#3029) Expected indentation of 4 spaces (indentation)
(#3033) Expected indentation of 4 spaces (indentation)
(#3030) Expected indentation of 8 spaces (indentation)
(#3031) Expected indentation of 8 spaces (indentation)
(#3032) Expected indentation of 8 spaces (indentation)
(#3035) Expected indentation of 4 spaces (indentation)
(#3041) Expected indentation of 4 spaces (indentation)
(#3036) Expected indentation of 8 spaces (indentation)
(#3037) Expected indentation of 8 spaces (indentation)
(#3038) Expected indentation of 8 spaces (indentation)
(#3039) Expected indentation of 8 spaces (indentation)
(#3040) Expected indentation of 8 spaces (indentation)
(#3045) Expected indentation of 4 spaces (indentation)
(#3046) Expected indentation of 4 spaces (indentation)
(#3050) Expected indentation of 4 spaces (indentation)
(#3056) Expected indentation of 4 spaces (indentation)
(#3051) Expected indentation of 8 spaces (indentation)
(#3052) Expected indentation of 8 spaces (indentation)
(#3053) Expected indentation of 8 spaces (indentation)
(#3054) Expected indentation of 8 spaces (indentation)
(#3055) Expected indentation of 8 spaces (indentation)
(#3058) Expected indentation of 4 spaces (indentation)
(#3066) Expected indentation of 4 spaces (indentation)
(#3059) Expected indentation of 8 spaces (indentation)
(#3060) Expected indentation of 8 spaces (indentation)
(#3061) Expected indentation of 8 spaces (indentation)
(#3062) Expected indentation of 8 spaces (indentation)
(#3063) Expected indentation of 8 spaces (indentation)
(#3064) Expected indentation of 8 spaces (indentation)
(#3065) Expected indentation of 8 spaces (indentation)
(#3070) Expected indentation of 4 spaces (indentation)
(#3076) Expected indentation of 4 spaces (indentation)
(#3071) Expected indentation of 8 spaces (indentation)
(#3072) Expected indentation of 8 spaces (indentation)
(#3073) Expected indentation of 8 spaces (indentation)
(#3074) Expected indentation of 8 spaces (indentation)
(#3075) Expected indentation of 8 spaces (indentation)
(#3078) Expected indentation of 4 spaces (indentation)
(#3086) Expected indentation of 4 spaces (indentation)
(#3079) Expected indentation of 8 spaces (indentation)
(#3080) Expected indentation of 8 spaces (indentation)
(#3081) Expected indentation of 8 spaces (indentation)
(#3082) Expected indentation of 8 spaces (indentation)
(#3083) Expected indentation of 8 spaces (indentation)
(#3084) Expected indentation of 8 spaces (indentation)
(#3085) Expected indentation of 8 spaces (indentation)
(#3090) Expected indentation of 4 spaces (indentation)
(#3091) Expected indentation of 4 spaces (indentation)
(#3095) Expected indentation of 4 spaces (indentation)
(#3099) Expected indentation of 4 spaces (indentation)
(#3096) Expected indentation of 8 spaces (indentation)
(#3097) Expected indentation of 8 spaces (indentation)
(#3098) Expected indentation of 8 spaces (indentation)
(#3101) Expected indentation of 4 spaces (indentation)
(#3104) Expected indentation of 4 spaces (indentation)
(#3102) Expected indentation of 8 spaces (indentation)
(#3103) Expected indentation of 8 spaces (indentation)
(#3108) Expected indentation of 4 spaces (indentation)
(#3112) Expected indentation of 4 spaces (indentation)
(#3109) Expected indentation of 8 spaces (indentation)
(#3110) Expected indentation of 8 spaces (indentation)
(#3111) Expected indentation of 8 spaces (indentation)
(#3114) Expected indentation of 4 spaces (indentation)
(#3117) Expected indentation of 4 spaces (indentation)
(#3115) Expected indentation of 8 spaces (indentation)
(#3116) Expected indentation of 8 spaces (indentation)
(#3121) Expected indentation of 4 spaces (indentation)
(#3122) Expected indentation of 4 spaces (indentation)
(#3126) Expected indentation of 4 spaces (indentation)
(#3130) Expected indentation of 4 spaces (indentation)
(#3127) Expected indentation of 8 spaces (indentation)
(#3128) Expected indentation of 8 spaces (indentation)
(#3129) Expected indentation of 8 spaces (indentation)
(#3132) Expected indentation of 4 spaces (indentation)
(#3135) Expected indentation of 4 spaces (indentation)
(#3133) Expected indentation of 8 spaces (indentation)
(#3134) Expected indentation of 8 spaces (indentation)
(#3139) Expected indentation of 4 spaces (indentation)
(#3143) Expected indentation of 4 spaces (indentation)
(#3140) Expected indentation of 8 spaces (indentation)
(#3141) Expected indentation of 8 spaces (indentation)
(#3142) Expected indentation of 8 spaces (indentation)
(#3145) Expected indentation of 4 spaces (indentation)
(#3148) Expected indentation of 4 spaces (indentation)
(#3146) Expected indentation of 8 spaces (indentation)
(#3147) Expected indentation of 8 spaces (indentation)
(#3152) Expected indentation of 4 spaces (indentation)
(#3153) Expected indentation of 4 spaces (indentation)
(#3157) Expected indentation of 4 spaces (indentation)
(#3161) Expected indentation of 4 spaces (indentation)
(#3158) Expected indentation of 8 spaces (indentation)
(#3159) Expected indentation of 8 spaces (indentation)
(#3160) Expected indentation of 8 spaces (indentation)
(#3163) Expected indentation of 4 spaces (indentation)
(#3166) Expected indentation of 4 spaces (indentation)
(#3164) Expected indentation of 8 spaces (indentation)
(#3165) Expected indentation of 8 spaces (indentation)
(#3170) Expected indentation of 4 spaces (indentation)
(#3174) Expected indentation of 4 spaces (indentation)
(#3171) Expected indentation of 8 spaces (indentation)
(#3172) Expected indentation of 8 spaces (indentation)
(#3173) Expected indentation of 8 spaces (indentation)
(#3176) Expected indentation of 4 spaces (indentation)
(#3179) Expected indentation of 4 spaces (indentation)
(#3177) Expected indentation of 8 spaces (indentation)
(#3178) Expected indentation of 8 spaces (indentation)
(#3183) Expected indentation of 4 spaces (indentation)
(#3184) Expected indentation of 4 spaces (indentation)
(#3188) Expected indentation of 4 spaces (indentation)
(#3192) Expected indentation of 4 spaces (indentation)
(#3189) Expected indentation of 8 spaces (indentation)
(#3190) Expected indentation of 8 spaces (indentation)
(#3191) Expected indentation of 8 spaces (indentation)
(#3194) Expected indentation of 4 spaces (indentation)
(#3197) Expected indentation of 4 spaces (indentation)
(#3195) Expected indentation of 8 spaces (indentation)
(#3196) Expected indentation of 8 spaces (indentation)
(#3201) Expected indentation of 4 spaces (indentation)
(#3205) Expected indentation of 4 spaces (indentation)
(#3202) Expected indentation of 8 spaces (indentation)
(#3203) Expected indentation of 8 spaces (indentation)
(#3204) Expected indentation of 8 spaces (indentation)
(#3207) Expected indentation of 4 spaces (indentation)
(#3210) Expected indentation of 4 spaces (indentation)
(#3208) Expected indentation of 8 spaces (indentation)
(#3209) Expected indentation of 8 spaces (indentation)
(#3214) Expected indentation of 4 spaces (indentation)
(#3215) Expected indentation of 4 spaces (indentation)
(#3219) Expected indentation of 4 spaces (indentation)
(#3222) Expected indentation of 4 spaces (indentation)
(#3220) Expected indentation of 8 spaces (indentation)
(#3221) Expected indentation of 8 spaces (indentation)
(#3224) Expected indentation of 4 spaces (indentation)
(#3228) Expected indentation of 4 spaces (indentation)
(#3225) Expected indentation of 8 spaces (indentation)
(#3226) Expected indentation of 8 spaces (indentation)
(#3227) Expected indentation of 8 spaces (indentation)
(#3232) Expected indentation of 4 spaces (indentation)
(#3235) Expected indentation of 4 spaces (indentation)
(#3233) Expected indentation of 8 spaces (indentation)
(#3234) Expected indentation of 8 spaces (indentation)
(#3237) Expected indentation of 4 spaces (indentation)
(#3241) Expected indentation of 4 spaces (indentation)
(#3238) Expected indentation of 8 spaces (indentation)
(#3239) Expected indentation of 8 spaces (indentation)
(#3240) Expected indentation of 8 spaces (indentation)
(#3245) Expected indentation of 4 spaces (indentation)
(#3246) Expected indentation of 4 spaces (indentation)
(#3250) Expected indentation of 4 spaces (indentation)
(#3253) Expected indentation of 4 spaces (indentation)
(#3251) Expected indentation of 8 spaces (indentation)
(#3252) Expected indentation of 8 spaces (indentation)
(#3255) Expected indentation of 4 spaces (indentation)
(#3259) Expected indentation of 4 spaces (indentation)
(#3256) Expected indentation of 8 spaces (indentation)
(#3257) Expected indentation of 8 spaces (indentation)
(#3258) Expected indentation of 8 spaces (indentation)
(#3263) Expected indentation of 4 spaces (indentation)
(#3266) Expected indentation of 4 spaces (indentation)
(#3264) Expected indentation of 8 spaces (indentation)
(#3265) Expected indentation of 8 spaces (indentation)
(#3268) Expected indentation of 4 spaces (indentation)
(#3272) Expected indentation of 4 spaces (indentation)
(#3269) Expected indentation of 8 spaces (indentation)
(#3270) Expected indentation of 8 spaces (indentation)
(#3271) Expected indentation of 8 spaces (indentation)
(#3276) Expected indentation of 4 spaces (indentation)
(#3277) Expected indentation of 4 spaces (indentation)
(#3281) Expected indentation of 4 spaces (indentation)
(#3284) Expected indentation of 4 spaces (indentation)
(#3282) Expected indentation of 8 spaces (indentation)
(#3283) Expected indentation of 8 spaces (indentation)
(#3286) Expected indentation of 4 spaces (indentation)
(#3290) Expected indentation of 4 spaces (indentation)
(#3287) Expected indentation of 8 spaces (indentation)
(#3288) Expected indentation of 8 spaces (indentation)
(#3289) Expected indentation of 8 spaces (indentation)
(#3294) Expected indentation of 4 spaces (indentation)
(#3297) Expected indentation of 4 spaces (indentation)
(#3295) Expected indentation of 8 spaces (indentation)
(#3296) Expected indentation of 8 spaces (indentation)
(#3299) Expected indentation of 4 spaces (indentation)
(#3303) Expected indentation of 4 spaces (indentation)
(#3300) Expected indentation of 8 spaces (indentation)
(#3301) Expected indentation of 8 spaces (indentation)
(#3302) Expected indentation of 8 spaces (indentation)
(#3307) Expected indentation of 4 spaces (indentation)
(#3308) Expected indentation of 4 spaces (indentation)
(#3312) Expected indentation of 4 spaces (indentation)
(#3315) Expected indentation of 4 spaces (indentation)
(#3313) Expected indentation of 8 spaces (indentation)
(#3314) Expected indentation of 8 spaces (indentation)
(#3317) Expected indentation of 4 spaces (indentation)
(#3321) Expected indentation of 4 spaces (indentation)
(#3318) Expected indentation of 8 spaces (indentation)
(#3319) Expected indentation of 8 spaces (indentation)
(#3320) Expected indentation of 8 spaces (indentation)
(#3325) Expected indentation of 4 spaces (indentation)
(#3328) Expected indentation of 4 spaces (indentation)
(#3326) Expected indentation of 8 spaces (indentation)
(#3327) Expected indentation of 8 spaces (indentation)
(#3330) Expected indentation of 4 spaces (indentation)
(#3334) Expected indentation of 4 spaces (indentation)
(#3331) Expected indentation of 8 spaces (indentation)
(#3332) Expected indentation of 8 spaces (indentation)
(#3333) Expected indentation of 8 spaces (indentation)
(#3338) Expected indentation of 4 spaces (indentation)
(#3339) Expected indentation of 4 spaces (indentation)
(#37) Expected newline after "," (selector-list-comma-newline-after)
(#37) Expected newline after "," (selector-list-comma-newline-after)
(#37) Expected newline after "," (selector-list-comma-newline-after)
(#37) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#65) Expected newline after "," (selector-list-comma-newline-after)
(#72) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#100) Expected newline after "," (selector-list-comma-newline-after)
(#104) Expected newline after "," (selector-list-comma-newline-after)
(#110) Expected newline after "," (selector-list-comma-newline-after)
(#110) Expected newline after "," (selector-list-comma-newline-after)
(#114) Expected newline after "," (selector-list-comma-newline-after)
(#245) Expected newline after "," (selector-list-comma-newline-after)
(#250) Expected newline after "," (selector-list-comma-newline-after)
(#250) Expected newline after "," (selector-list-comma-newline-after)
(#250) Expected newline after "," (selector-list-comma-newline-after)
(#250) Expected newline after "," (selector-list-comma-newline-after)
(#255) Expected newline after "," (selector-list-comma-newline-after)
(#255) Expected newline after "," (selector-list-comma-newline-after)
(#255) Expected newline after "," (selector-list-comma-newline-after)
(#262) Expected newline after "," (selector-list-comma-newline-after)
(#267) Expected newline after "," (selector-list-comma-newline-after)
(#267) Expected newline after "," (selector-list-comma-newline-after)
(#267) Expected newline after "," (selector-list-comma-newline-after)
(#267) Expected newline after "," (selector-list-comma-newline-after)
(#272) Expected newline after "," (selector-list-comma-newline-after)
(#272) Expected newline after "," (selector-list-comma-newline-after)
(#272) Expected newline after "," (selector-list-comma-newline-after)
(#421) Expected newline after "," (selector-list-comma-newline-after)
(#426) Expected newline after "," (selector-list-comma-newline-after)
(#426) Expected newline after "," (selector-list-comma-newline-after)
(#426) Expected newline after "," (selector-list-comma-newline-after)
(#431) Expected newline after "," (selector-list-comma-newline-after)
(#431) Expected newline after "," (selector-list-comma-newline-after)
(#448) Expected newline after "," (selector-list-comma-newline-after)
(#453) Expected newline after "," (selector-list-comma-newline-after)
(#453) Expected newline after "," (selector-list-comma-newline-after)
(#453) Expected newline after "," (selector-list-comma-newline-after)
(#458) Expected newline after "," (selector-list-comma-newline-after)
(#458) Expected newline after "," (selector-list-comma-newline-after)
(#556) Expected newline after "," (selector-list-comma-newline-after)
(#556) Expected newline after "," (selector-list-comma-newline-after)
(#598) Expected newline after "," (selector-list-comma-newline-after)
(#598) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#647) Expected newline after "," (selector-list-comma-newline-after)
(#687) Expected newline after "," (selector-list-comma-newline-after)
(#687) Expected newline after "," (selector-list-comma-newline-after)
(#687) Expected newline after "," (selector-list-comma-newline-after)
(#687) Expected newline after "," (selector-list-comma-newline-after)
(#687) Expected newline after "," (selector-list-comma-newline-after)
(#732) Expected newline after "," (selector-list-comma-newline-after)
(#732) Expected newline after "," (selector-list-comma-newline-after)
(#732) Expected newline after "," (selector-list-comma-newline-after)
(#732) Expected newline after "," (selector-list-comma-newline-after)
(#766) Expected newline after "," (selector-list-comma-newline-after)
(#766) Expected newline after "," (selector-list-comma-newline-after)
(#766) Expected newline after "," (selector-list-comma-newline-after)
(#766) Expected newline after "," (selector-list-comma-newline-after)
(#805) Expected newline after "," (selector-list-comma-newline-after)
(#805) Expected newline after "," (selector-list-comma-newline-after)
(#805) Expected newline after "," (selector-list-comma-newline-after)
(#805) Expected newline after "," (selector-list-comma-newline-after)
(#839) Expected newline after "," (selector-list-comma-newline-after)
(#839) Expected newline after "," (selector-list-comma-newline-after)
(#839) Expected newline after "," (selector-list-comma-newline-after)
(#839) Expected newline after "," (selector-list-comma-newline-after)
(#878) Expected newline after "," (selector-list-comma-newline-after)
(#878) Expected newline after "," (selector-list-comma-newline-after)
(#878) Expected newline after "," (selector-list-comma-newline-after)
(#878) Expected newline after "," (selector-list-comma-newline-after)
(#912) Expected newline after "," (selector-list-comma-newline-after)
(#912) Expected newline after "," (selector-list-comma-newline-after)
(#912) Expected newline after "," (selector-list-comma-newline-after)
(#912) Expected newline after "," (selector-list-comma-newline-after)
(#951) Expected newline after "," (selector-list-comma-newline-after)
(#951) Expected newline after "," (selector-list-comma-newline-after)
(#951) Expected newline after "," (selector-list-comma-newline-after)
(#951) Expected newline after "," (selector-list-comma-newline-after)
(#985) Expected newline after "," (selector-list-comma-newline-after)
(#985) Expected newline after "," (selector-list-comma-newline-after)
(#985) Expected newline after "," (selector-list-comma-newline-after)
(#985) Expected newline after "," (selector-list-comma-newline-after)
(#1029) Expected newline after "," (selector-list-comma-newline-after)
(#1048) Expected newline after "," (selector-list-comma-newline-after)
(#1072) Expected newline after "," (selector-list-comma-newline-after)
(#1091) Expected newline after "," (selector-list-comma-newline-after)
(#1181) Expected newline after "," (selector-list-comma-newline-after)
(#1200) Expected newline after "," (selector-list-comma-newline-after)
(#2569) Expected newline after "," (selector-list-comma-newline-after)
(#2578) Expected newline after "," (selector-list-comma-newline-after)
(#2603) Expected newline after "," (selector-list-comma-newline-after)
(#2612) Expected newline after "," (selector-list-comma-newline-after)
theme/enlightlite/style/camera.css
(#265) Invalid value for `-moz-box-shadow` (csstree/validator)
(#266) Invalid value for `-webkit-box-shadow` (csstree/validator)
(#267) Invalid value for `box-shadow` (csstree/validator)
(#469) Invalid value for `border-color` (csstree/validator)
(#1290) Expected empty line before at-rule (at-rule-empty-line-before)
(#1257) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1290) Expected single space after at-rule name "@media" (at-rule-name-space-after)
(#1181) Expected single space before "{" (block-opening-brace-space-before)
(#1200) Expected single space before "{" (block-opening-brace-space-before)
(#1271) Expected single space before "{" (block-opening-brace-space-before)
(#1274) Expected single space before "{" (block-opening-brace-space-before)
(#108) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1172) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1201) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1223) Expected "#ffffff" to be "#fff" (color-hex-length)
(#1224) Expected "#222222" to be "#222" (color-hex-length)
(#29) Expected single space before "!" (declaration-bang-space-before)
(#107) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#338) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#445) Unexpected duplicate "background" (declaration-block-no-duplicate-properties)
(#1102) Unexpected duplicate "padding" (declaration-block-no-duplicate-properties)
(#659) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#678) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#697) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#716) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#735) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#754) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#773) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#792) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#811) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#830) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#849) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#868) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#887) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#906) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#925) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#944) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#982) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#1001) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#1020) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#1039) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#1077) Unexpected whitespace before ";" (declaration-block-semicolon-space-before)
(#19) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#209) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#388) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#389) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1146) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#1318) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#29) Unexpected !important (declaration-no-important)
(#372) Unexpected !important (declaration-no-important)
(#389) Unexpected !important (declaration-no-important)
(#1319) Unexpected !important (declaration-no-important)
(#233) Expected single space after "," in a single-line function (function-comma-space-after)
(#233) Expected single space after "," in a single-line function (function-comma-space-after)
(#233) Expected single space after "," in a single-line function (function-comma-space-after)
(#234) Expected single space after "," in a single-line function (function-comma-space-after)
(#234) Expected single space after "," in a single-line function (function-comma-space-after)
(#234) Expected single space after "," in a single-line function (function-comma-space-after)
(#236) Expected single space after "," in a single-line function (function-comma-space-after)
(#236) Expected single space after "," in a single-line function (function-comma-space-after)
(#236) Expected single space after "," in a single-line function (function-comma-space-after)
(#237) Expected single space after "," in a single-line function (function-comma-space-after)
(#237) Expected single space after "," in a single-line function (function-comma-space-after)
(#237) Expected single space after "," in a single-line function (function-comma-space-after)
(#239) Expected single space after "," in a single-line function (function-comma-space-after)
(#239) Expected single space after "," in a single-line function (function-comma-space-after)
(#239) Expected single space after "," in a single-line function (function-comma-space-after)
(#240) Expected single space after "," in a single-line function (function-comma-space-after)
(#240) Expected single space after "," in a single-line function (function-comma-space-after)
(#240) Expected single space after "," in a single-line function (function-comma-space-after)
(#255) Expected single space after "," in a single-line function (function-comma-space-after)
(#255) Expected single space after "," in a single-line function (function-comma-space-after)
(#255) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#256) Expected single space after "," in a single-line function (function-comma-space-after)
(#258) Expected single space after "," in a single-line function (function-comma-space-after)
(#258) Expected single space after "," in a single-line function (function-comma-space-after)
(#258) Expected single space after "," in a single-line function (function-comma-space-after)
(#259) Expected single space after "," in a single-line function (function-comma-space-after)
(#259) Expected single space after "," in a single-line function (function-comma-space-after)
(#259) Expected single space after "," in a single-line function (function-comma-space-after)
(#261) Expected single space after "," in a single-line function (function-comma-space-after)
(#261) Expected single space after "," in a single-line function (function-comma-space-after)
(#261) Expected single space after "," in a single-line function (function-comma-space-after)
(#262) Expected single space after "," in a single-line function (function-comma-space-after)
(#262) Expected single space after "," in a single-line function (function-comma-space-after)
(#262) Expected single space after "," in a single-line function (function-comma-space-after)
(#357) Expected single space after "," in a single-line function (function-comma-space-after)
(#357) Expected single space after "," in a single-line function (function-comma-space-after)
(#357) Expected single space after "," in a single-line function (function-comma-space-after)
(#358) Expected single space after "," in a single-line function (function-comma-space-after)
(#358) Expected single space after "," in a single-line function (function-comma-space-after)
(#358) Expected single space after "," in a single-line function (function-comma-space-after)
(#360) Expected single space after "," in a single-line function (function-comma-space-after)
(#360) Expected single space after "," in a single-line function (function-comma-space-after)
(#360) Expected single space after "," in a single-line function (function-comma-space-after)
(#361) Expected single space after "," in a single-line function (function-comma-space-after)
(#361) Expected single space after "," in a single-line function (function-comma-space-after)
(#361) Expected single space after "," in a single-line function (function-comma-space-after)
(#363) Expected single space after "," in a single-line function (function-comma-space-after)
(#363) Expected single space after "," in a single-line function (function-comma-space-after)
(#363) Expected single space after "," in a single-line function (function-comma-space-after)
(#364) Expected single space after "," in a single-line function (function-comma-space-after)
(#364) Expected single space after "," in a single-line function (function-comma-space-after)
(#364) Expected single space after "," in a single-line function (function-comma-space-after)
(#458) Expected single space after "," in a single-line function (function-comma-space-after)
(#458) Expected single space after "," in a single-line function (function-comma-space-after)
(#458) Expected single space after "," in a single-line function (function-comma-space-after)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#459) Expected single space after "," in a single-line function (function-comma-space-after)
(#460) Expected single space after "," in a single-line function (function-comma-space-after)
(#460) Expected single space after "," in a single-line function (function-comma-space-after)
(#460) Expected single space after "," in a single-line function (function-comma-space-after)
(#233) Unexpected unit (length-zero-no-unit)
(#233) Unexpected unit (length-zero-no-unit)
(#234) Unexpected unit (length-zero-no-unit)
(#236) Unexpected unit (length-zero-no-unit)
(#236) Unexpected unit (length-zero-no-unit)
(#237) Unexpected unit (length-zero-no-unit)
(#239) Unexpected unit (length-zero-no-unit)
(#239) Unexpected unit (length-zero-no-unit)
(#240) Unexpected unit (length-zero-no-unit)
(#255) Unexpected unit (length-zero-no-unit)
(#255) Unexpected unit (length-zero-no-unit)
(#256) Unexpected unit (length-zero-no-unit)
(#258) Unexpected unit (length-zero-no-unit)
(#258) Unexpected unit (length-zero-no-unit)
(#259) Unexpected unit (length-zero-no-unit)
(#261) Unexpected unit (length-zero-no-unit)
(#261) Unexpected unit (length-zero-no-unit)
(#262) Unexpected unit (length-zero-no-unit)
(#357) Unexpected unit (length-zero-no-unit)
(#357) Unexpected unit (length-zero-no-unit)
(#358) Unexpected unit (length-zero-no-unit)
(#360) Unexpected unit (length-zero-no-unit)
(#360) Unexpected unit (length-zero-no-unit)
(#361) Unexpected unit (length-zero-no-unit)
(#363) Unexpected unit (length-zero-no-unit)
(#363) Unexpected unit (length-zero-no-unit)
(#364) Unexpected unit (length-zero-no-unit)
(#458) Unexpected unit (length-zero-no-unit)
(#459) Unexpected unit (length-zero-no-unit)
(#460) Unexpected unit (length-zero-no-unit)
(#1237) Expected no more than 2 empty lines (max-empty-lines)
(#1238) Expected no more than 2 empty lines (max-empty-lines)
(#1239) Expected no more than 2 empty lines (max-empty-lines)
(#11) Expected line length to be no more than 132 characters (max-line-length)
(#6) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#7) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#8) Expected newline after "," (selector-list-comma-newline-after)
(#9) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#10) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#11) Expected newline after "," (selector-list-comma-newline-after)
(#44) Expected newline after "," (selector-list-comma-newline-after)
(#130) Expected newline after "," (selector-list-comma-newline-after)
(#135) Expected newline after "," (selector-list-comma-newline-after)
(#282) Expected newline after "," (selector-list-comma-newline-after)
(#282) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#336) Expected newline after "," (selector-list-comma-newline-after)
(#1283) Unexpected whitespace before "," (selector-list-comma-space-before)
theme/enlightlite/style/slick.css
(#2) Expected single space before "{" (block-opening-brace-space-before)
(#23) Expected single space before "{" (block-opening-brace-space-before)
(#33) Expected single space before "{" (block-opening-brace-space-before)
(#37) Expected single space before "{" (block-opening-brace-space-before)
(#44) Expected single space before "{" (block-opening-brace-space-before)
(#53) Expected single space before "{" (block-opening-brace-space-before)
(#62) Expected single space before "{" (block-opening-brace-space-before)
(#68) Expected single space before "{" (block-opening-brace-space-before)
(#72) Expected single space before "{" (block-opening-brace-space-before)
(#77) Expected single space before "{" (block-opening-brace-space-before)
(#85) Expected single space before "{" (block-opening-brace-space-before)
(#89) Expected single space before "{" (block-opening-brace-space-before)
(#93) Expected single space before "{" (block-opening-brace-space-before)
(#97) Expected single space before "{" (block-opening-brace-space-before)
(#101) Expected single space before "{" (block-opening-brace-space-before)
(#105) Expected single space before "{" (block-opening-brace-space-before)
(#109) Expected single space before "{" (block-opening-brace-space-before)
(#40) Unexpected duplicate "cursor" (declaration-block-no-duplicate-properties)
(#9) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#13) Expected indentation of 4 spaces (indentation)
(#14) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#47) Expected indentation of 4 spaces (indentation)
(#48) Expected indentation of 4 spaces (indentation)
(#49) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(31 errors, 0 warnings)

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

theme/enlightlite/db/upgrade.php
(#31) Phpdocs for function xmldb_theme_enlightlite_upgrade has incomplete parameters list
theme/enlightlite/layout/includes/slideshow.php
(#63) Phpdocs for function slideshow_header has incomplete parameters list
(#80) Phpdocs for function slideshow_footer has incomplete parameters list
(#92) Phpdocs for function slideshow_body has incomplete parameters list
(#116) Phpdocs for function slideshow_slide_settings has incomplete parameters list
(#175) Phpdocs for function slideshow_maincontent has incomplete parameters list
(#198) Phpdocs for function slideshow_textcontent has incomplete parameters list
theme/enlightlite/lib.php
(#29) Phpdocs for function theme_enlightlite_get_main_scss_content has incomplete parameters list
(#80) Phpdocs for function theme_enlightlite_get_pre_scss has incomplete parameters list
(#101) Phpdocs for function theme_enlightlite_get_extra_scss has incomplete parameters list
(#158) Phpdocs for function theme_enlightlite_set_slide_opacity has incomplete parameters list
(#279) Phpdocs for function theme_enlightlite_send_unmodified has incomplete parameters list
(#298) Phpdocs for function theme_enlightlite_send_cached_css has incomplete parameters list
(#367) Phpdocs for function theme_enlightlite_get_logo_url has incomplete parameters list
(#384) Phpdocs for function theme_enlightlite_render_slideimg has incomplete parameters list
(#402) Phpdocs for function theme_enlightlite_get_setting has incomplete parameters list
(#440) Phpdocs for function theme_enlightlite_generate_links has incomplete parameters list
(#538) Phpdocs for function theme_enlightlite_course_trim_char has incomplete parameters list
(#666) Phpdocs for function theme_enlightlite_category_menu_item has incomplete parameters list
(#721) Phpdocs for function theme_enlightlite_lang has incomplete parameters list
(#741) Phpdocs for function theme_enlightlite_check_our_team_status has incomplete parameters list
(#756) Phpdocs for function enlightlite_check_length has incomplete parameters list
(#786) Phpdocs for function theme_enlightlite_footer_address has incomplete parameters list
theme/enlightlite/renderers/core_renderer.php
(#94) Phpdocs for function theme_enlightlite_core_renderer::enlightlite_course_menu_position has incomplete parameters list
(#160) Phpdocs for function theme_enlightlite_core_renderer::render_custom_menu_item has incomplete parameters list
(#223) Phpdocs for function theme_enlightlite_core_renderer::user_menu has incomplete parameters list
theme/enlightlite/renderers/course_renderer.php
(#135) Phpdocs for function theme_enlightlite_core_course_renderer::course_insights_home has incomplete parameters list
(#252) Phpdocs for function theme_enlightlite_core_course_renderer::category_menu2 has incomplete parameters list
(#449) Phpdocs for function theme_enlightlite_core_course_renderer::course_search_form has incomplete parameters list
(#509) Phpdocs for function theme_enlightlite_core_course_renderer::get_course has incomplete parameters list
(#529) Phpdocs for function theme_enlightlite_core_course_renderer::check_course_id has incomplete parameters list

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

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

Task "stylelint:scss" failed. Use --force to continue.
Problems running grunt

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 33 warnings)

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

theme/enlightlite/templates/columns1.mustache
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
theme/enlightlite/templates/columns2.mustache
(#1) HTML Validation error, line 17: Bad value “banner” for attribute “role” on element “nav”. ( <nav role="banner" id="header" class="fixed-top navbar navbar-light bg-faded navbar-expand moodle-has-zindex"> )
(#1) HTML Validation error, line 38: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/drawer'], function(mod) { ), Line: 3 Column: 48
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( mod.init(); ), Line: 4 Column: 16
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 5 Column: 4
theme/enlightlite/templates/custom_menu_item.mustache
(#1) Example context missing (@template section not found.)
theme/enlightlite/templates/footer.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/drawer'], function(mod) { ), Line: 3 Column: 48
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( mod.init(); ), Line: 4 Column: 16
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 5 Column: 4
theme/enlightlite/templates/header.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 4: Bad value “banner” for attribute “role” on element “nav”. (><body><nav role="banner" id="header" class="fixed-top navbar navbar-light bg-faded navbar-expand moodle-has-zindex"> )
(#1) HTML Validation error, line 25: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) HTML Validation error, line 8: The “aria-controls” attribute must point to an element in the same document. ( <button aria-expanded="false" aria-controls="nav-drawer" type="button" class="btn nav-link float-sm-left mr-1 btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"><img s)
theme/enlightlite/templates/login.mustache
(#1) HTML Validation error, line 17: Bad value “banner” for attribute “role” on element “nav”. ( <nav role="banner" id="header" class="fixed-top navbar navbar-light bg-faded navbar-expand moodle-has-zindex"> )
(#1) HTML Validation error, line 38: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/drawer'], function(mod) { ), Line: 3 Column: 48
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( mod.init(); ), Line: 4 Column: 16
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( }); ), Line: 5 Column: 4
theme/enlightlite/templates/maintenance.mustache
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( ), Line: 1 Column: 1
(#1) ESLint error [linebreak-style]: Expected linebreaks to be 'LF' but found 'CRLF'. ( require(['theme_boost/loader']); ), Line: 2 Column: 33
theme/enlightlite/templates/navbar.mustache
(#1) Example context missing (@template section not found.)
(#1) HTML Validation error, line 2: Bad value “banner” for attribute “role” on element “nav”. (ad><body><nav role="banner" id="header" class="fixed-top navbar navbar-light bg-faded navbar-expand moodle-has-zindex"> )
(#1) HTML Validation error, line 23: Element “div” not allowed as child of element “ul” in this context. (Suppressing further errors from this subtree.) ( <div class="d-none d-lg-block"> )
(#1) HTML Validation error, line 6: The “aria-controls” attribute must point to an element in the same document. ( <button aria-expanded="false" aria-controls="nav-drawer" type="button" class="btn nav-link float-sm-left mr-1 btn-secondary" data-action="toggle-drawer" data-side="left" data-preference="drawer-open-nav"><img s)