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

(46 errors, 19 warnings)

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

mod/citizencam/backup/moodle2/backup_citizencam_activity_task.class.php
(#16) Whitespace found at end of line
mod/citizencam/backup/moodle2/backup_citizencam_stepslib.php
(#16) Whitespace found at end of line
mod/citizencam/backup/moodle2/restore_citizencam_activity_task.class.php
(#16) Whitespace found at end of line
mod/citizencam/backup/moodle2/restore_citizencam_stepslib.php
(#16) Whitespace found at end of line
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
mod/citizencam/classes/event/course_module_instance_list_viewed.php
(#16) Whitespace found at end of line
mod/citizencam/classes/event/course_module_viewed.php
(#16) Whitespace found at end of line
mod/citizencam/db/access.php
(#16) Whitespace found at end of line
mod/citizencam/db/install.php
(#16) Whitespace found at end of line
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
mod/citizencam/db/uninstall.php
(#16) Whitespace found at end of line
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
mod/citizencam/db/upgrade.php
(#16) Whitespace found at end of line
mod/citizencam/grade.php
(#16) Whitespace found at end of line
(#25) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
mod/citizencam/index.php
(#16) Whitespace found at end of line
mod/citizencam/lang/en/citizencam.php
(#16) Whitespace found at end of line
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
mod/citizencam/lang/fr/citizencam.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#16) Whitespace found at end of line
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
mod/citizencam/lib.php
(#16) Whitespace found at end of line
(#37) Constants must be uppercase; expected 'CITIZENCAM_ULTIMATE_ANSWER' but found 'citizencam_ULTIMATE_ANSWER'
(#52) Closing brace must be on a line by itself
(#53) Closing brace must be on a line by itself
(#54) Closing brace must be on a line by itself
(#55) Closing brace must be on a line by itself
(#56) Closing brace must be on a line by itself
(#57) Closing brace must be on a line by itself
(#103) Whitespace found at end of line
(#136) Empty FOREACH statement detected
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) This comment is 67% valid code; is this commented out code?
mod/citizencam/locallib.php
(#16) Whitespace found at end of line
(#40) Line indented incorrectly; expected at least 4 spaces, found 3
(#42) Variable "srcCss" must be all lower-case
(#45) Variable "srcCss" must be all lower-case
mod/citizencam/mod_form.php
(#16) Whitespace found at end of line
(#49) Variable "srcImg" must be all lower-case
(#58) Variable "srcImg" must be all lower-case
(#91) Line exceeds 132 characters; contains 152 characters
(#136) Private method name "mod_citizencam_mod_form::getRecords" must be in lower-case letters only
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Whitespace found at end of line
(#150) Variable "records_grid" must not contain underscores.
(#165) Expected "if (...) {\n"; found "if(...) {\n"
(#171) Variable "records_grid" must not contain underscores.
(#171) Line exceeds maximum limit of 180 characters; contains 266 characters
(#183) Variable "records_grid" must not contain underscores.
(#185) Variable "records_grid" must not contain underscores.
mod/citizencam/settings.php
(#1) End of line character is invalid; expected "\n" but found "\r\n"
(#16) Whitespace found at end of line
mod/citizencam/version.php
(#16) Whitespace found at end of line
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
mod/citizencam/view.php
(#16) Whitespace found at end of line
(#50) Variable "srcCss" must be all lower-case
(#51) Variable "srcCss" must be all lower-case
(#89) Line exceeds 132 characters; contains 157 characters

Javascript coding style problems

(1244 errors, 10608 warnings)

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

mod/citizencam/amd/src/dialog-polyfill.js
(#83) There should be no space after '{'. (object-curly-spacing)
(#83) There should be no space before '}'. (object-curly-spacing)
(#112) Statement inside of curly braces should be on next line. (brace-style)
(#112) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#114) Statement inside of curly braces should be on next line. (brace-style)
(#114) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#140) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#143) Multiple spaces found before '// nb. redunda...'. (no-multi-spaces)
(#143) Comments should not begin with a lowercase character (capitalized-comments)
(#177) Comments should not begin with a lowercase character (capitalized-comments)
(#177) Multiple spaces found before '// tabindex !=...'. (no-multi-spaces)
(#181) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#210) Line 210 exceeds the maximum line length of 132. (max-len)
(#223) Unexpected console statement. (no-console)
(#227) Unexpected console statement. (no-console)
(#237) Unexpected console statement. (no-console)
(#247) Identifier 'opt_returnValue' is not in camel case. (camelcase)
(#249) Line 249 exceeds the maximum line length of 132. (max-len)
(#254) Identifier 'opt_returnValue' is not in camel case. (camelcase)
(#255) Identifier 'opt_returnValue' is not in camel case. (camelcase)
(#259) A constructor name should not start with a lowercase letter. (new-cap)
(#283) Empty block statement. (no-empty)
(#284) Statement inside of curly braces should be on next line. (brace-style)
(#284) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#291) Expected space(s) after "catch". (keyword-spacing)
(#291) Empty block statement. (no-empty)
(#315) Expected { after 'if' condition. (curly)
(#326) Unexpected console statement. (no-console)
(#332) A constructor name should not start with a lowercase letter. (new-cap)
(#414) Expected to return a value at the end of function. (consistent-return)
(#430) A constructor name should not start with a lowercase letter. (new-cap)
(#442) Statement inside of curly braces should be on next line. (brace-style)
(#442) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#445) Statement inside of curly braces should be on next line. (brace-style)
(#445) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#447) Unexpected console statement. (no-console)
(#450) Expected to return a value at the end of function. (consistent-return)
(#450) Expected to return a value at the end of function. (array-callback-return)
(#482) Statement inside of curly braces should be on next line. (brace-style)
(#482) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#499) Statement inside of curly braces should be on next line. (brace-style)
(#499) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#500) Statement inside of curly braces should be on next line. (brace-style)
(#500) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#504) Statement inside of curly braces should be on next line. (brace-style)
(#504) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#511) Expected to return a value at the end of function. (consistent-return)
(#511) Expected to return a value at the end of function. (array-callback-return)
(#520) ["forceRegisterDialog"] is better written in dot notation. (dot-notation)
(#521) ["registerDialog"] is better written in dot notation. (dot-notation)
(#525) Statement inside of curly braces should be on next line. (brace-style)
(#525) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#526) 'module' is not defined. (no-undef)
(#526) ["exports"] is better written in dot notation. (dot-notation)
(#528) 'module' is not defined. (no-undef)
(#528) ["exports"] is better written in dot notation. (dot-notation)
(#530) Comments should not begin with a lowercase character (capitalized-comments)
(#531) ["dialogPolyfill"] is better written in dot notation. (dot-notation)
mod/citizencam/amd/src/material.js
(#2) Unnecessary semicolon. (no-extra-semi)
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#4) Comments should not begin with a lowercase character (capitalized-comments)
(#11) Line 11 exceeds the maximum line length of 132. (max-len)
(#11) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) This line has 296 statements. Maximum allowed is 2. (max-statements-per-line)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected space(s) before "if". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "var". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'upgradeDom'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) 't' is defined but never used. (no-unused-vars)
(#11) Unexpected empty method 'upgradeDom'. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeElement'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) 't' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Unexpected empty method 'upgradeElement'. (no-empty-function)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeElements'. (key-spacing)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Unexpected empty method 'upgradeElements'. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeAllRegistered'. (key-spacing)
(#11) Unexpected empty method 'upgradeAllRegistered'. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'registerUpgradedCallback'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) 't' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Unexpected empty method 'registerUpgradedCallback'. (no-empty-function)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'register'. (key-spacing)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Unexpected empty method 'register'. (no-empty-function)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'downgradeElements'. (key-spacing)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Unexpected empty method 'downgradeElements'. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Wrap an immediate function invocation in parentheses. (wrap-iife)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) before "if". (keyword-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "return". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'bubbles'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cancelable'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) before "for". (keyword-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) before "for". (keyword-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Expected space(s) before "for". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'classConstructor'. (key-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'className'. (key-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'callbacks'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "function". (keyword-spacing)
(#11) Missing JSDoc comment. (require-jsdoc)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected space(s) before "for". (keyword-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "var". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Missing space before value for key 'upgradeDom'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeElement'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeElements'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'upgradeAllRegistered'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'registerUpgradedCallback'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'register'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'downgradeElements'. (key-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected empty function. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected empty function. (no-empty-function)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "return". (keyword-spacing)
(#11) Missing '()' invoking a constructor. (new-parens)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected space(s) before "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "var". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'RIPPLE_EFFECT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'TINY_TIMEOUT'. (key-spacing)
(#11) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'INPUT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BOX_OUTLINE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'FOCUS_HELPER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'TICK_OUTLINE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_EFFECT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CENTER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_FOCUSED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_DISABLED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_CHECKED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#11) Missing space before value for key 'TINY_TIMEOUT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'INPUT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'JS_RIPPLE_EFFECT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CENTER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_FOCUSED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_DISABLED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_CHECKED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#11) Missing space before value for key 'TRANSITION_DURATION_SECONDS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#11) Missing space before value for key 'TRANSITION_DURATION_FRACTION'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'CLOSE_TIMEOUT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'ENTER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ESCAPE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'SPACE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'UP_ARROW'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'DOWN_ARROW'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'OUTLINE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ITEM'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ITEM_RIPPLE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_EFFECT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_VISIBLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_ANIMATING'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BOTTOM_LEFT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BOTTOM_RIGHT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'TOP_LEFT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'TOP_RIGHT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'UNALIGNED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) before "for". (keyword-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) 'a' used outside of binding context. (block-scoped-var)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) 'a' used outside of binding context. (block-scoped-var)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) 'a' used outside of binding context. (block-scoped-var)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'a' used outside of binding context. (block-scoped-var)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected space(s) before "else". (keyword-spacing)
(#11) Expected { after 'else'. (curly)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Do not nest ternary expressions. (no-nested-ternary)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected { after 'for' condition. (curly)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'INDETERMINATE_CLASS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#11) Missing space before value for key 'TINY_TIMEOUT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'IS_FOCUSED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_DISABLED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_CHECKED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'JS_RADIO'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RADIO_BTN'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RADIO_OUTER_CIRCLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RADIO_INNER_CIRCLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_EFFECT'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE_CENTER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'RIPPLE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "for". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected 'this'. (no-invalid-this)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'IE_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'SLIDER_CONTAINER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BACKGROUND_FLEX'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BACKGROUND_LOWER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'BACKGROUND_UPPER'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_LOWEST_VALUE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) 'e' is defined but never used. (no-unused-vars)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'target'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'buttons'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'clientX'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'clientY'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing semicolon. (semi)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Expected space(s) before "else". (keyword-spacing)
(#11) Expected space(s) after "else". (keyword-spacing)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Expected space(s) before "this". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Requires a space before '}'. (block-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'constructor'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'classAsString'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'cssClass'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'widget'. (key-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Requires a space after '{'. (block-spacing)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected { after 'if' condition. (curly)
(#11) Expected space(s) after "if". (keyword-spacing)
(#11) Expected space(s) before "throw". (keyword-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) A space is required after ','. (comma-spacing)
(#11) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#11) Missing semicolon. (semi)
(#11) Requires a space before '}'. (block-spacing)
(#11) Missing whitespace after semicolon. (semi-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Unexpected use of comma operator. (no-sequences)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'ANIMATION_LENGTH'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before value for key 'SNACKBAR'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'MESSAGE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ACTION'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Missing space before value for key 'ACTIVE'. (key-spacing)
(#11) A space is required after ','. (comma-spacing)
(#11) Infix operators must be spaced. (space-infix-ops)
(#11) Missing space before opening brace. (space-before-blocks)
(#11) Statement inside of curly braces should be on next line. (brace-style)
(#11) Requires a space after '{'. (block-spacing)
(#11) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#11) A space is required after ','. (comma-spacing)
(#11) Unexpected use of comma operator. (no-sequences)
(#12) Line 12 exceeds the maximum line length of 132. (max-len)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "throw". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) This line has 212 statements. Maximum allowed is 2. (max-statements-per-line)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "throw". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "throw". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widget'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'MDL_SPINNER_LAYER_COUNT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'MDL_SPINNER_LAYER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_SPINNER_CIRCLE_CLIPPER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_SPINNER_CIRCLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_SPINNER_GAP_PATCH'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_SPINNER_LEFT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_SPINNER_RIGHT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widget'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A leading decimal point can be confused with a dot. (no-floating-decimal)
(#12) Missing space before value for key 'TINY_TIMEOUT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'INPUT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TRACK'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'THUMB'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'FOCUS_HELPER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_EFFECT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_CENTER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_FOCUSED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_DISABLED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_CHECKED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widget'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'TAB_CLASS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'PANEL_CLASS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ACTIVE_CLASS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'UPGRADED_CLASS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_JS_RIPPLE_EFFECT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_RIPPLE_CONTAINER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_RIPPLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MDL_JS_RIPPLE_EFFECT_IGNORE_EVENTS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) before "new". (keyword-spacing)
(#12) A constructor name should not start with a lowercase letter. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'NO_MAX_ROWS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MAX_ROWS_ATTRIBUTE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'LABEL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'INPUT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_DIRTY'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_FOCUSED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_DISABLED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_INVALID'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HAS_PLACEHOLDER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) 'e' is defined but never used. (no-unused-vars)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Redundant Boolean call. (no-extra-boolean-cast)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widget'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'IS_ACTIVE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'BOTTOM'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'LEFT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIGHT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TOP'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'MAX_WIDTH'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_SCROLL_PIXELS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RESIZE_TIMEOUT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'MENU_ICON'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'CHEVRON_LEFT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'CHEVRON_RIGHT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'ENTER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ESCAPE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SPACE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'STANDARD'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SEAMED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'WATERFALL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SCROLL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'CONTAINER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HEADER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'DRAWER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'CONTENT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'DRAWER_BTN'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ICON'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'JS_RIPPLE_EFFECT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_CONTAINER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_IGNORE_EVENTS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HEADER_SEAMED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HEADER_WATERFALL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HEADER_SCROLL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'FIXED_HEADER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'OBFUSCATOR'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_BAR'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_CONTAINER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_BAR_BUTTON'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_BAR_LEFT_BUTTON'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_BAR_RIGHT_BUTTON'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'TAB_MANUAL_SWITCH'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'PANEL'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HAS_DRAWER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HAS_TABS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'HAS_SCROLLING_HEADER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'CASTING_SHADOW'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_COMPACT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_SMALL_SCREEN'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_DRAWER_OPEN'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_ACTIVE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_ANIMATING'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ON_LARGE_SCREEN'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'ON_SMALL_SCREEN'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) before "new". (keyword-spacing)
(#12) A constructor name should not start with a lowercase letter. (new-cap)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected 'this'. (no-invalid-this)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'DATA_TABLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SELECTABLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'SELECT_ELEMENT'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_SELECTED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_UPGRADED'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Do not nest ternary expressions. (no-nested-ternary)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) before "for". (keyword-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'else'. (curly)
(#12) Expected { after 'for' condition. (curly)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Return statement should not contain assignment. (no-return-assign)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "for". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Blocks are nested too deeply (5). (max-depth)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'INITIAL_SCALE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'INITIAL_SIZE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'INITIAL_OPACITY'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'FINAL_OPACITY'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'FINAL_SCALE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before value for key 'RIPPLE_CENTER'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE_EFFECT_IGNORE_EVENTS'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'RIPPLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_ANIMATING'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'IS_VISIBLE'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected space(s) before "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected space(s) before "return". (keyword-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected { after 'if' condition. (curly)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected space(s) after "else". (keyword-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Expected space(s) before "this". (keyword-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space after '{'. (block-spacing)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected space(s) after "if". (keyword-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) A space is required after ','. (comma-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) 'n' is assigned a value but never used. (no-unused-vars)
(#12) A space is required after ','. (comma-spacing)
(#12) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing whitespace after semicolon. (semi-spacing)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Unexpected use of comma operator. (no-sequences)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Missing space before opening brace. (space-before-blocks)
(#12) Requires a space after '{'. (block-spacing)
(#12) Statement inside of curly braces should be on next line. (brace-style)
(#12) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Infix operators must be spaced. (space-infix-ops)
(#12) Requires a space before '}'. (block-spacing)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Missing semicolon. (semi)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#12) Requires a space before '}'. (block-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'constructor'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'classAsString'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'cssClass'. (key-spacing)
(#12) A space is required after ','. (comma-spacing)
(#12) Missing space before value for key 'widget'. (key-spacing)
(#12) Requires a space before '}'. (block-spacing)
(#12) Missing semicolon. (semi)
(#12) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#13) Expected space or tab after '//' in comment. (spaced-comment)
mod/citizencam/amd/src/mod_form.js
(#2) ',' should be placed last. (comma-style)
(#3) ',' should be placed last. (comma-style)
(#4) ',' should be placed last. (comma-style)
(#5) ',' should be placed last. (comma-style)
(#18) Identifier 'short_hash_id' is not in camel case. (camelcase)
(#30) Identifier 'citizencam_choose_record' is not in camel case. (camelcase)
(#32) Comments should not begin with a lowercase character (capitalized-comments)
(#34) Identifier 'short_hash_id' is not in camel case. (camelcase)
(#41) Identifier 'record_data' is not in camel case. (camelcase)
(#43) Identifier 'record_data' is not in camel case. (camelcase)
(#45) Identifier 'record_data' is not in camel case. (camelcase)
(#46) Identifier 'record_data' is not in camel case. (camelcase)
(#50) Implicit global variable, assign as global property instead. (no-implicit-globals)
(#50) 'i' is not defined. (no-undef)
(#50) Infix operators must be spaced. (space-infix-ops)
(#50) 'i' is not defined. (no-undef)
(#50) Identifier 'record_data' is not in camel case. (camelcase)
(#50) 'i' is not defined. (no-undef)
(#51) Identifier 'record_data' is not in camel case. (camelcase)
(#51) 'i' is not defined. (no-undef)
(#52) Trailing spaces not allowed. (no-trailing-spaces)
(#58) Infix operators must be spaced. (space-infix-ops)
(#58) Infix operators must be spaced. (space-infix-ops)
(#65) Trailing spaces not allowed. (no-trailing-spaces)
(#66) Identifier 'template_html' is not in camel case. (camelcase)
(#68) Identifier 'template_html' is not in camel case. (camelcase)
(#69) Line 69 exceeds the maximum line length of 132. (max-len)
(#72) Identifier 'template_html' is not in camel case. (camelcase)
(#72) Identifier 'template_html' is not in camel case. (camelcase)
(#73) Expected { after 'if' condition. (curly)
(#73) Identifier 'template_html' is not in camel case. (camelcase)
(#73) Identifier 'template_html' is not in camel case. (camelcase)
(#73) Identifier 'template_html' is not in camel case. (camelcase)
(#74) Expected { after 'else'. (curly)
(#74) Identifier 'template_html' is not in camel case. (camelcase)
(#76) Unexpected console statement. (no-console)
(#88) Unexpected space after unary operator '!'. (space-unary-ops)
(#92) Trailing spaces not allowed. (no-trailing-spaces)
(#103) Identifier 'citizencam_validate_record' is not in camel case. (camelcase)
(#103) Identifier 'short_hash_id' is not in camel case. (camelcase)
(#112) Identifier 'citizencam_highlight' is not in camel case. (camelcase)
(#112) Identifier 'short_hash_id' is not in camel case. (camelcase)
(#113) Infix operators must be spaced. (space-infix-ops)
(#113) Identifier 'short_hash_id' is not in camel case. (camelcase)
(#113) Infix operators must be spaced. (space-infix-ops)
(#116) Identifier 'citizencam_format_time' is not in camel case. (camelcase)
(#116) Identifier 'total_seconds' is not in camel case. (camelcase)
(#117) Identifier 'total_seconds' is not in camel case. (camelcase)
(#118) Identifier 'total_seconds' is not in camel case. (camelcase)
(#120) Identifier 'total_seconds' is not in camel case. (camelcase)
(#122) Identifier 'total_seconds' is not in camel case. (camelcase)
(#124) Identifier 'total_seconds' is not in camel case. (camelcase)
(#124) Infix operators must be spaced. (space-infix-ops)
mod/citizencam/amd/src/moment-with-locales.js
(#1) Unnecessary semicolon. (no-extra-semi)
(#1) Unexpected space before function parentheses. (space-before-function-paren)
(#2) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#2) Do not nest ternary expressions. (no-nested-ternary)
(#2) 'module' is not defined. (no-undef)
(#4) Missing semicolon. (semi)
(#5) Unexpected space before function parentheses. (space-before-function-paren)
(#5) Statement inside of curly braces should be on next line. (brace-style)
(#9) Missing JSDoc comment. (require-jsdoc)
(#9) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Missing JSDoc comment. (require-jsdoc)
(#15) Unexpected space before function parentheses. (space-before-function-paren)
(#19) Missing JSDoc comment. (require-jsdoc)
(#23) Missing JSDoc comment. (require-jsdoc)
(#26) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#29) Missing JSDoc comment. (require-jsdoc)
(#32) Comments should not begin with a lowercase character (capitalized-comments)
(#38) Missing JSDoc comment. (require-jsdoc)
(#42) Missing JSDoc comment. (require-jsdoc)
(#46) Missing JSDoc comment. (require-jsdoc)
(#50) Missing JSDoc comment. (require-jsdoc)
(#51) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#58) Missing JSDoc comment. (require-jsdoc)
(#62) Missing JSDoc comment. (require-jsdoc)
(#80) Missing JSDoc comment. (require-jsdoc)
(#80) Unexpected space before function parentheses. (space-before-function-paren)
(#84) Missing JSDoc comment. (require-jsdoc)
(#87) Extra space after key 'empty'. (key-spacing)
(#88) Extra space after key 'unusedTokens'. (key-spacing)
(#89) Extra space after key 'unusedInput'. (key-spacing)
(#90) Extra space after key 'overflow'. (key-spacing)
(#91) Extra space after key 'charsLeftOver'. (key-spacing)
(#92) Extra space after key 'nullInput'. (key-spacing)
(#93) Extra space after key 'invalidMonth'. (key-spacing)
(#94) Extra space after key 'invalidFormat'. (key-spacing)
(#95) Extra space after key 'userInvalidated'. (key-spacing)
(#96) Extra space after key 'iso'. (key-spacing)
(#97) Extra space after key 'parsedDateParts'. (key-spacing)
(#98) Extra space after key 'meridiem'. (key-spacing)
(#99) Extra space after key 'rfc2822'. (key-spacing)
(#100) Extra space after key 'weekdayMismatch'. (key-spacing)
(#104) Missing JSDoc comment. (require-jsdoc)
(#105) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#115) Unexpected space before function parentheses. (space-before-function-paren)
(#116) Unexpected 'this'. (no-invalid-this)
(#117) Unexpected use of '>>>'. (no-bitwise)
(#120) Unexpected 'this'. (no-invalid-this)
(#131) Missing JSDoc comment. (require-jsdoc)
(#132) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#134) Unexpected space before function parentheses. (space-before-function-paren)
(#135) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#154) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#156) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#164) Missing JSDoc comment. (require-jsdoc)
(#164) Unexpected space before function parentheses. (space-before-function-paren)
(#166) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#168) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#180) Missing JSDoc comment. (require-jsdoc)
(#230) Missing JSDoc comment. (require-jsdoc)
(#232) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#245) Missing JSDoc comment. (require-jsdoc)
(#245) Unexpected space before function parentheses. (space-before-function-paren)
(#246) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#246) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#249) Missing JSDoc comment. (require-jsdoc)
(#249) Unexpected space before function parentheses. (space-before-function-paren)
(#258) Missing JSDoc comment. (require-jsdoc)
(#269) Comments should not begin with a lowercase character (capitalized-comments)
(#270) Missing JSDoc comment. (require-jsdoc)
(#284) Missing JSDoc comment. (require-jsdoc)
(#286) Multiple spaces found before ''undefined''. (no-multi-spaces)
(#286) Unexpected console statement. (no-console)
(#287) Unexpected console statement. (no-console)
(#291) Missing JSDoc comment. (require-jsdoc)
(#294) Unexpected space before function parentheses. (space-before-function-paren)
(#295) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#317) Unexpected 'this'. (no-invalid-this)
(#323) Missing JSDoc comment. (require-jsdoc)
(#324) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#336) Missing JSDoc comment. (require-jsdoc)
(#340) Missing JSDoc comment. (require-jsdoc)
(#340) Unexpected space before function parentheses. (space-before-function-paren)
(#345) Unexpected 'this'. (no-invalid-this)
(#347) Unexpected 'this'. (no-invalid-this)
(#350) Unexpected 'this'. (no-invalid-this)
(#354) Unexpected 'this'. (no-invalid-this)
(#355) Unexpected 'this'. (no-invalid-this)
(#355) Unexpected 'this'. (no-invalid-this)
(#359) Missing JSDoc comment. (require-jsdoc)
(#360) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#367) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#378) Comments should not begin with a lowercase character (capitalized-comments)
(#385) Missing JSDoc comment. (require-jsdoc)
(#386) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#396) Unexpected space before function parentheses. (space-before-function-paren)
(#397) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#410) Extra space after key 'sameDay'. (key-spacing)
(#411) Extra space after key 'nextDay'. (key-spacing)
(#412) Extra space after key 'nextWeek'. (key-spacing)
(#413) Extra space after key 'lastDay'. (key-spacing)
(#414) Extra space after key 'lastWeek'. (key-spacing)
(#415) Extra space after key 'sameElse'. (key-spacing)
(#418) Missing JSDoc comment. (require-jsdoc)
(#418) Unexpected space before function parentheses. (space-before-function-paren)
(#419) Unexpected 'this'. (no-invalid-this)
(#419) Unexpected 'this'. (no-invalid-this)
(#419) ["sameElse"] is better written in dot notation. (dot-notation)
(#424) Extra space after key 'LTS'. (key-spacing)
(#425) Extra space after key 'LT'. (key-spacing)
(#426) Extra space after key 'L'. (key-spacing)
(#427) Extra space after key 'LL'. (key-spacing)
(#428) Extra space after key 'LLL'. (key-spacing)
(#429) Extra space after key 'LLLL'. (key-spacing)
(#432) Missing JSDoc comment. (require-jsdoc)
(#432) Unexpected space before function parentheses. (space-before-function-paren)
(#433) Unexpected 'this'. (no-invalid-this)
(#434) Unexpected 'this'. (no-invalid-this)
(#440) Unexpected 'this'. (no-invalid-this)
(#440) Unexpected space before function parentheses. (space-before-function-paren)
(#444) Unexpected 'this'. (no-invalid-this)
(#449) Missing JSDoc comment. (require-jsdoc)
(#449) Unexpected space before function parentheses. (space-before-function-paren)
(#450) Unexpected 'this'. (no-invalid-this)
(#456) Missing JSDoc comment. (require-jsdoc)
(#456) Unexpected space before function parentheses. (space-before-function-paren)
(#457) Unexpected 'this'. (no-invalid-this)
(#461) Extra space after key 'future'. (key-spacing)
(#462) Extra space after key 'past'. (key-spacing)
(#463) Extra space after key 's'. (key-spacing)
(#464) Extra space after key 'ss'. (key-spacing)
(#465) Extra space after key 'm'. (key-spacing)
(#466) Extra space after key 'mm'. (key-spacing)
(#467) Extra space after key 'h'. (key-spacing)
(#468) Extra space after key 'hh'. (key-spacing)
(#469) Extra space after key 'd'. (key-spacing)
(#470) Extra space after key 'dd'. (key-spacing)
(#471) Extra space after key 'M'. (key-spacing)
(#472) Extra space after key 'MM'. (key-spacing)
(#473) Extra space after key 'y'. (key-spacing)
(#474) Extra space after key 'yy'. (key-spacing)
(#477) Missing JSDoc comment. (require-jsdoc)
(#477) Unexpected space before function parentheses. (space-before-function-paren)
(#478) Unexpected 'this'. (no-invalid-this)
(#484) Missing JSDoc comment. (require-jsdoc)
(#484) Unexpected space before function parentheses. (space-before-function-paren)
(#485) Unexpected 'this'. (no-invalid-this)
(#491) Missing JSDoc comment. (require-jsdoc)
(#491) Unexpected space before function parentheses. (space-before-function-paren)
(#496) Missing JSDoc comment. (require-jsdoc)
(#500) Missing JSDoc comment. (require-jsdoc)
(#519) Missing JSDoc comment. (require-jsdoc)
(#523) Missing JSDoc comment. (require-jsdoc)
(#528) Unexpected space before function parentheses. (space-before-function-paren)
(#534) Missing JSDoc comment. (require-jsdoc)
(#534) Unexpected space before function parentheses. (space-before-function-paren)
(#535) Unexpected space before function parentheses. (space-before-function-paren)
(#536) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#537) Unexpected 'this'. (no-invalid-this)
(#538) Unexpected 'this'. (no-invalid-this)
(#539) Unexpected 'this'. (no-invalid-this)
(#541) Unexpected 'this'. (no-invalid-this)
(#546) Missing JSDoc comment. (require-jsdoc)
(#546) Unexpected space before function parentheses. (space-before-function-paren)
(#551) Missing JSDoc comment. (require-jsdoc)
(#551) Unexpected space before function parentheses. (space-before-function-paren)
(#559) Missing JSDoc comment. (require-jsdoc)
(#559) Unexpected space before function parentheses. (space-before-function-paren)
(#561) Unexpected 'this'. (no-invalid-this)
(#562) Unexpected 'this'. (no-invalid-this)
(#564) Unexpected 'this'. (no-invalid-this)
(#568) Missing JSDoc comment. (require-jsdoc)
(#568) Unexpected space before function parentheses. (space-before-function-paren)
(#573) Unexpected 'this'. (no-invalid-this)
(#577) Unexpected 'this'. (no-invalid-this)
(#578) Unexpected 'this'. (no-invalid-this)
(#581) Unexpected 'this'. (no-invalid-this)
(#584) Missing JSDoc comment. (require-jsdoc)
(#588) Do not nest ternary expressions. (no-nested-ternary)
(#592) Line 592 exceeds the maximum line length of 132. (max-len)
(#592) Unnecessary escape character: \[. (no-useless-escape)
(#594) Unnecessary escape character: \[. (no-useless-escape)
(#600) Comments should not begin with a lowercase character (capitalized-comments)
(#604) Missing JSDoc comment. (require-jsdoc)
(#604) Unexpected space before function parentheses. (space-before-function-paren)
(#607) Unexpected space before function parentheses. (space-before-function-paren)
(#608) Unexpected 'this'. (no-invalid-this)
(#615) Unexpected space before function parentheses. (space-before-function-paren)
(#620) Unexpected space before function parentheses. (space-before-function-paren)
(#626) Missing JSDoc comment. (require-jsdoc)
(#633) Missing JSDoc comment. (require-jsdoc)
(#634) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#644) Unexpected space before function parentheses. (space-before-function-paren)
(#645) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#653) Comments should not begin with a lowercase character (capitalized-comments)
(#654) Missing JSDoc comment. (require-jsdoc)
(#665) Missing JSDoc comment. (require-jsdoc)
(#668) Missing JSDoc comment. (require-jsdoc)
(#682) Multiple spaces found before '='. (no-multi-spaces)
(#682) Multiple spaces found before '// 0 - 9'. (no-multi-spaces)
(#683) Multiple spaces found before '='. (no-multi-spaces)
(#683) Multiple spaces found before '// 00 - 9...'. (no-multi-spaces)
(#684) Multiple spaces found before '='. (no-multi-spaces)
(#684) Multiple spaces found before '// 000 - 9...'. (no-multi-spaces)
(#685) Multiple spaces found before '='. (no-multi-spaces)
(#685) Multiple spaces found before '// 0000 - 9...'. (no-multi-spaces)
(#686) Multiple spaces found before '='. (no-multi-spaces)
(#686) Multiple spaces found before '// -999999 - 9...'. (no-multi-spaces)
(#687) Multiple spaces found before '='. (no-multi-spaces)
(#687) Multiple spaces found before '// 0 - 9...'. (no-multi-spaces)
(#688) Multiple spaces found before '='. (no-multi-spaces)
(#688) Multiple spaces found before '// 999 - 9...'. (no-multi-spaces)
(#689) Multiple spaces found before '='. (no-multi-spaces)
(#690) Multiple spaces found before '='. (no-multi-spaces)
(#690) Multiple spaces found before '// 0 - 9...'. (no-multi-spaces)
(#691) Multiple spaces found before '='. (no-multi-spaces)
(#691) Multiple spaces found before '// 0 - 9...'. (no-multi-spaces)
(#692) Multiple spaces found before '='. (no-multi-spaces)
(#692) Multiple spaces found before '// -999999 - 9...'. (no-multi-spaces)
(#694) Multiple spaces found before '='. (no-multi-spaces)
(#694) Multiple spaces found before '// 0 - i...'. (no-multi-spaces)
(#695) Multiple spaces found before '='. (no-multi-spaces)
(#695) Multiple spaces found before '// -inf - i...'. (no-multi-spaces)
(#697) Multiple spaces found before '='. (no-multi-spaces)
(#704) Unnecessary escape character: \/. (no-useless-escape)
(#709) Missing JSDoc comment. (require-jsdoc)
(#709) Unexpected space before function parentheses. (space-before-function-paren)
(#710) Unexpected space before function parentheses. (space-before-function-paren)
(#710) 'localeData' is defined but never used. (no-unused-vars)
(#715) Missing JSDoc comment. (require-jsdoc)
(#715) Unexpected space before function parentheses. (space-before-function-paren)
(#724) Missing JSDoc comment. (require-jsdoc)
(#725) Unnecessary escape character: \[. (no-useless-escape)
(#725) Unexpected space before function parentheses. (space-before-function-paren)
(#730) Missing JSDoc comment. (require-jsdoc)
(#731) Unnecessary escape character: \/. (no-useless-escape)
(#736) Missing JSDoc comment. (require-jsdoc)
(#736) Unexpected space before function parentheses. (space-before-function-paren)
(#737) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#742) Unexpected space before function parentheses. (space-before-function-paren)
(#751) Missing JSDoc comment. (require-jsdoc)
(#751) Unexpected space before function parentheses. (space-before-function-paren)
(#752) Unexpected space before function parentheses. (space-before-function-paren)
(#758) Missing JSDoc comment. (require-jsdoc)
(#759) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#779) Unexpected space before function parentheses. (space-before-function-paren)
(#782) Unexpected 'this'. (no-invalid-this)
(#783) Unexpected 'this'. (no-invalid-this)
(#793) Missing JSDoc comment. (require-jsdoc)
(#799) Unexpected space before function parentheses. (space-before-function-paren)
(#800) Unexpected 'this'. (no-invalid-this)
(#803) Unexpected space before function parentheses. (space-before-function-paren)
(#804) Unexpected 'this'. (no-invalid-this)
(#804) Unexpected 'this'. (no-invalid-this)
(#807) Unexpected space before function parentheses. (space-before-function-paren)
(#808) Unexpected 'this'. (no-invalid-this)
(#808) Unexpected 'this'. (no-invalid-this)
(#821) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#822) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#823) Multiple spaces found before 'function'. (no-multi-spaces)
(#823) Unexpected space before function parentheses. (space-before-function-paren)
(#826) Unexpected space before function parentheses. (space-before-function-paren)
(#830) Unexpected space before function parentheses. (space-before-function-paren)
(#834) Unexpected space before function parentheses. (space-before-function-paren)
(#836) Comments should not begin with a lowercase character (capitalized-comments)
(#837) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#846) Unnecessary escape character: \[. (no-useless-escape)
(#848) Missing JSDoc comment. (require-jsdoc)
(#848) Unexpected space before function parentheses. (space-before-function-paren)
(#850) Unexpected 'this'. (no-invalid-this)
(#850) Unexpected 'this'. (no-invalid-this)
(#851) Unexpected 'this'. (no-invalid-this)
(#851) ["standalone"] is better written in dot notation. (dot-notation)
(#853) Unexpected 'this'. (no-invalid-this)
(#853) Unexpected 'this'. (no-invalid-this)
(#854) Unexpected 'this'. (no-invalid-this)
(#854) Unexpected 'this'. (no-invalid-this)
(#858) Missing JSDoc comment. (require-jsdoc)
(#858) Unexpected space before function parentheses. (space-before-function-paren)
(#860) Unexpected 'this'. (no-invalid-this)
(#860) Unexpected 'this'. (no-invalid-this)
(#861) Unexpected 'this'. (no-invalid-this)
(#861) ["standalone"] is better written in dot notation. (dot-notation)
(#863) Unexpected 'this'. (no-invalid-this)
(#863) Unexpected 'this'. (no-invalid-this)
(#864) Unexpected 'this'. (no-invalid-this)
(#867) Missing JSDoc comment. (require-jsdoc)
(#868) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#869) Unexpected 'this'. (no-invalid-this)
(#870) Comments should not begin with a lowercase character (capitalized-comments)
(#871) Unexpected 'this'. (no-invalid-this)
(#872) Unexpected 'this'. (no-invalid-this)
(#873) Unexpected 'this'. (no-invalid-this)
(#876) Unexpected 'this'. (no-invalid-this)
(#876) Unexpected 'this'. (no-invalid-this)
(#877) Unexpected 'this'. (no-invalid-this)
(#877) Unexpected 'this'. (no-invalid-this)
(#883) Unexpected 'this'. (no-invalid-this)
(#886) Unexpected 'this'. (no-invalid-this)
(#891) Unexpected 'this'. (no-invalid-this)
(#895) Unexpected 'this'. (no-invalid-this)
(#898) Unexpected 'this'. (no-invalid-this)
(#902) Unexpected 'this'. (no-invalid-this)
(#908) Missing JSDoc comment. (require-jsdoc)
(#908) Expected to return a value at the end of function 'localeMonthsParse'. (consistent-return)
(#908) Unexpected space before function parentheses. (space-before-function-paren)
(#911) Unexpected 'this'. (no-invalid-this)
(#912) Unexpected 'this'. (no-invalid-this)
(#915) Unexpected 'this'. (no-invalid-this)
(#916) Unexpected 'this'. (no-invalid-this)
(#917) Unexpected 'this'. (no-invalid-this)
(#918) Unexpected 'this'. (no-invalid-this)
(#925) Comments should not begin with a lowercase character (capitalized-comments)
(#927) Unexpected 'this'. (no-invalid-this)
(#928) Unexpected 'this'. (no-invalid-this)
(#928) Unexpected 'this'. (no-invalid-this)
(#929) Unexpected 'this'. (no-invalid-this)
(#929) Unexpected 'this'. (no-invalid-this)
(#931) Unexpected 'this'. (no-invalid-this)
(#932) Unexpected 'this'. (no-invalid-this)
(#932) Unexpected 'this'. (no-invalid-this)
(#933) Unexpected 'this'. (no-invalid-this)
(#935) Comments should not begin with a lowercase character (capitalized-comments)
(#936) Unexpected 'this'. (no-invalid-this)
(#938) Unexpected 'this'. (no-invalid-this)
(#940) Unexpected 'this'. (no-invalid-this)
(#948) Missing JSDoc comment. (require-jsdoc)
(#948) Unexpected space before function parentheses. (space-before-function-paren)
(#973) Missing JSDoc comment. (require-jsdoc)
(#973) Unexpected space before function parentheses. (space-before-function-paren)
(#974) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#975) Unexpected 'this'. (no-invalid-this)
(#976) Unexpected 'this'. (no-invalid-this)
(#977) Unexpected 'this'. (no-invalid-this)
(#979) Unexpected 'this'. (no-invalid-this)
(#983) Missing JSDoc comment. (require-jsdoc)
(#983) Unexpected space before function parentheses. (space-before-function-paren)
(#984) Unexpected 'this'. (no-invalid-this)
(#984) Unexpected 'this'. (no-invalid-this)
(#988) Missing JSDoc comment. (require-jsdoc)
(#988) Unexpected space before function parentheses. (space-before-function-paren)
(#989) Unexpected 'this'. (no-invalid-this)
(#990) Unexpected 'this'. (no-invalid-this)
(#991) Unexpected 'this'. (no-invalid-this)
(#994) Unexpected 'this'. (no-invalid-this)
(#996) Unexpected 'this'. (no-invalid-this)
(#999) Unexpected 'this'. (no-invalid-this)
(#1000) Unexpected 'this'. (no-invalid-this)
(#1002) Unexpected 'this'. (no-invalid-this)
(#1003) Unexpected 'this'. (no-invalid-this)
(#1003) Unexpected 'this'. (no-invalid-this)
(#1008) Missing JSDoc comment. (require-jsdoc)
(#1008) Unexpected space before function parentheses. (space-before-function-paren)
(#1009) Unexpected 'this'. (no-invalid-this)
(#1010) Unexpected 'this'. (no-invalid-this)
(#1011) Unexpected 'this'. (no-invalid-this)
(#1014) Unexpected 'this'. (no-invalid-this)
(#1016) Unexpected 'this'. (no-invalid-this)
(#1019) Unexpected 'this'. (no-invalid-this)
(#1020) Unexpected 'this'. (no-invalid-this)
(#1022) Unexpected 'this'. (no-invalid-this)
(#1023) Unexpected 'this'. (no-invalid-this)
(#1023) Unexpected 'this'. (no-invalid-this)
(#1027) Missing JSDoc comment. (require-jsdoc)
(#1027) Unexpected space before function parentheses. (space-before-function-paren)
(#1028) Missing JSDoc comment. (require-jsdoc)
(#1032) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1032) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1035) Comments should not begin with a lowercase character (capitalized-comments)
(#1037) Unexpected 'this'. (no-invalid-this)
(#1038) Unexpected 'this'. (no-invalid-this)
(#1039) Unexpected 'this'. (no-invalid-this)
(#1040) Unexpected 'this'. (no-invalid-this)
(#1055) Unexpected 'this'. (no-invalid-this)
(#1056) Unexpected 'this'. (no-invalid-this)
(#1056) Unexpected 'this'. (no-invalid-this)
(#1057) Unexpected 'this'. (no-invalid-this)
(#1058) Unexpected 'this'. (no-invalid-this)
(#1063) Unexpected space before function parentheses. (space-before-function-paren)
(#1064) Unexpected 'this'. (no-invalid-this)
(#1068) Unexpected space before function parentheses. (space-before-function-paren)
(#1069) Unexpected 'this'. (no-invalid-this)
(#1072) Multiple spaces found before '4'. (no-multi-spaces)
(#1072) Multiple spaces found before '0'. (no-multi-spaces)
(#1073) Multiple spaces found before '5'. (no-multi-spaces)
(#1073) Multiple spaces found before '0'. (no-multi-spaces)
(#1086) Multiple spaces found before 'matchSigned'. (no-multi-spaces)
(#1087) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1088) Multiple spaces found before 'match1to4'. (no-multi-spaces)
(#1089) Multiple spaces found before 'match1to6'. (no-multi-spaces)
(#1093) Unexpected space before function parentheses. (space-before-function-paren)
(#1096) Unexpected space before function parentheses. (space-before-function-paren)
(#1099) Unexpected space before function parentheses. (space-before-function-paren)
(#1105) Missing JSDoc comment. (require-jsdoc)
(#1109) Missing JSDoc comment. (require-jsdoc)
(#1115) Unexpected space before function parentheses. (space-before-function-paren)
(#1123) Missing JSDoc comment. (require-jsdoc)
(#1123) Unexpected space before function parentheses. (space-before-function-paren)
(#1124) Unexpected 'this'. (no-invalid-this)
(#1127) Missing JSDoc comment. (require-jsdoc)
(#1127) Unexpected space before function parentheses. (space-before-function-paren)
(#1128) Comments should not begin with a lowercase character (capitalized-comments)
(#1132) Comments should not begin with a lowercase character (capitalized-comments)
(#1139) Missing JSDoc comment. (require-jsdoc)
(#1139) Unexpected space before function parentheses. (space-before-function-paren)
(#1142) Comments should not begin with a lowercase character (capitalized-comments)
(#1149) Comments should not begin with a lowercase character (capitalized-comments)
(#1150) Missing JSDoc comment. (require-jsdoc)
(#1151) Comments should not begin with a lowercase character (capitalized-comments)
(#1153) Comments should not begin with a lowercase character (capitalized-comments)
(#1160) Missing JSDoc comment. (require-jsdoc)
(#1183) Missing JSDoc comment. (require-jsdoc)
(#1205) Missing JSDoc comment. (require-jsdoc)
(#1228) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1230) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1233) Unexpected space before function parentheses. (space-before-function-paren)
(#1241) Missing JSDoc comment. (require-jsdoc)
(#1241) Unexpected space before function parentheses. (space-before-function-paren)
(#1242) Unexpected 'this'. (no-invalid-this)
(#1242) Unexpected 'this'. (no-invalid-this)
(#1246) Extra space after key 'dow'. (key-spacing)
(#1247) Extra space after key 'doy'. (key-spacing)
(#1247) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#1250) Missing JSDoc comment. (require-jsdoc)
(#1250) Unexpected space before function parentheses. (space-before-function-paren)
(#1251) Unexpected 'this'. (no-invalid-this)
(#1254) Missing JSDoc comment. (require-jsdoc)
(#1254) Unexpected space before function parentheses. (space-before-function-paren)
(#1255) Unexpected 'this'. (no-invalid-this)
(#1260) Missing JSDoc comment. (require-jsdoc)
(#1260) Unexpected space before function parentheses. (space-before-function-paren)
(#1261) Unexpected 'this'. (no-invalid-this)
(#1261) Unexpected 'this'. (no-invalid-this)
(#1262) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1262) Unexpected 'this'. (no-invalid-this)
(#1265) Missing JSDoc comment. (require-jsdoc)
(#1265) Unexpected space before function parentheses. (space-before-function-paren)
(#1266) Unexpected 'this'. (no-invalid-this)
(#1267) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1267) Unexpected 'this'. (no-invalid-this)
(#1274) Unexpected space before function parentheses. (space-before-function-paren)
(#1275) Unexpected 'this'. (no-invalid-this)
(#1275) Unexpected 'this'. (no-invalid-this)
(#1278) Unexpected space before function parentheses. (space-before-function-paren)
(#1279) Unexpected 'this'. (no-invalid-this)
(#1279) Unexpected 'this'. (no-invalid-this)
(#1282) Unexpected space before function parentheses. (space-before-function-paren)
(#1283) Unexpected 'this'. (no-invalid-this)
(#1283) Unexpected 'this'. (no-invalid-this)
(#1302) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1303) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1304) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1305) Multiple spaces found before 'function'. (no-multi-spaces)
(#1305) Unexpected space before function parentheses. (space-before-function-paren)
(#1308) Multiple spaces found before 'function'. (no-multi-spaces)
(#1308) Unexpected space before function parentheses. (space-before-function-paren)
(#1311) Multiple spaces found before 'function'. (no-multi-spaces)
(#1311) Unexpected space before function parentheses. (space-before-function-paren)
(#1315) Unexpected space before function parentheses. (space-before-function-paren)
(#1317) Comments should not begin with a lowercase character (capitalized-comments)
(#1318) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1325) Unexpected space before function parentheses. (space-before-function-paren)
(#1331) Missing JSDoc comment. (require-jsdoc)
(#1348) Missing JSDoc comment. (require-jsdoc)
(#1358) Missing JSDoc comment. (require-jsdoc)
(#1358) Unexpected space before function parentheses. (space-before-function-paren)
(#1360) Unexpected 'this'. (no-invalid-this)
(#1360) Unexpected 'this'. (no-invalid-this)
(#1361) Unexpected 'this'. (no-invalid-this)
(#1361) ["standalone"] is better written in dot notation. (dot-notation)
(#1363) Unexpected 'this'. (no-invalid-this)
(#1363) Unexpected 'this'. (no-invalid-this)
(#1364) Unexpected 'this'. (no-invalid-this)
(#1364) Unexpected 'this'. (no-invalid-this)
(#1368) Missing JSDoc comment. (require-jsdoc)
(#1368) Unexpected space before function parentheses. (space-before-function-paren)
(#1369) Unexpected 'this'. (no-invalid-this)
(#1369) Unexpected 'this'. (no-invalid-this)
(#1373) Missing JSDoc comment. (require-jsdoc)
(#1373) Unexpected space before function parentheses. (space-before-function-paren)
(#1374) Unexpected 'this'. (no-invalid-this)
(#1374) Unexpected 'this'. (no-invalid-this)
(#1377) Missing JSDoc comment. (require-jsdoc)
(#1378) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1379) Unexpected 'this'. (no-invalid-this)
(#1380) Unexpected 'this'. (no-invalid-this)
(#1381) Unexpected 'this'. (no-invalid-this)
(#1382) Unexpected 'this'. (no-invalid-this)
(#1386) Unexpected 'this'. (no-invalid-this)
(#1386) Unexpected 'this'. (no-invalid-this)
(#1387) Unexpected 'this'. (no-invalid-this)
(#1387) Unexpected 'this'. (no-invalid-this)
(#1388) Unexpected 'this'. (no-invalid-this)
(#1388) Unexpected 'this'. (no-invalid-this)
(#1394) Unexpected 'this'. (no-invalid-this)
(#1397) Unexpected 'this'. (no-invalid-this)
(#1400) Unexpected 'this'. (no-invalid-this)
(#1405) Unexpected 'this'. (no-invalid-this)
(#1409) Unexpected 'this'. (no-invalid-this)
(#1413) Unexpected 'this'. (no-invalid-this)
(#1416) Unexpected 'this'. (no-invalid-this)
(#1420) Unexpected 'this'. (no-invalid-this)
(#1424) Unexpected 'this'. (no-invalid-this)
(#1427) Unexpected 'this'. (no-invalid-this)
(#1431) Unexpected 'this'. (no-invalid-this)
(#1435) Unexpected 'this'. (no-invalid-this)
(#1441) Missing JSDoc comment. (require-jsdoc)
(#1441) Expected to return a value at the end of function 'localeWeekdaysParse'. (consistent-return)
(#1441) Unexpected space before function parentheses. (space-before-function-paren)
(#1444) Unexpected 'this'. (no-invalid-this)
(#1445) Unexpected 'this'. (no-invalid-this)
(#1448) Unexpected 'this'. (no-invalid-this)
(#1449) Unexpected 'this'. (no-invalid-this)
(#1450) Unexpected 'this'. (no-invalid-this)
(#1451) Unexpected 'this'. (no-invalid-this)
(#1452) Unexpected 'this'. (no-invalid-this)
(#1456) Comments should not begin with a lowercase character (capitalized-comments)
(#1459) Unexpected 'this'. (no-invalid-this)
(#1460) Unexpected 'this'. (no-invalid-this)
(#1460) Unexpected 'this'. (no-invalid-this)
(#1460) Unnecessary escape character: \.. (no-useless-escape)
(#1461) Unexpected 'this'. (no-invalid-this)
(#1461) Unexpected 'this'. (no-invalid-this)
(#1461) Unnecessary escape character: \.. (no-useless-escape)
(#1462) Unexpected 'this'. (no-invalid-this)
(#1462) Unexpected 'this'. (no-invalid-this)
(#1462) Unnecessary escape character: \.. (no-useless-escape)
(#1464) Unexpected 'this'. (no-invalid-this)
(#1465) Unexpected 'this'. (no-invalid-this)
(#1465) Unexpected 'this'. (no-invalid-this)
(#1465) Unexpected 'this'. (no-invalid-this)
(#1466) Unexpected 'this'. (no-invalid-this)
(#1468) Comments should not begin with a lowercase character (capitalized-comments)
(#1469) Unexpected 'this'. (no-invalid-this)
(#1471) Unexpected 'this'. (no-invalid-this)
(#1473) Unexpected 'this'. (no-invalid-this)
(#1475) Unexpected 'this'. (no-invalid-this)
(#1483) Missing JSDoc comment. (require-jsdoc)
(#1483) Unexpected space before function parentheses. (space-before-function-paren)
(#1484) Unexpected 'this'. (no-invalid-this)
(#1485) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1485) Unexpected 'this'. (no-invalid-this)
(#1487) Unexpected 'this'. (no-invalid-this)
(#1487) Unexpected 'this'. (no-invalid-this)
(#1487) Unexpected 'this'. (no-invalid-this)
(#1488) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1489) Unexpected 'this'. (no-invalid-this)
(#1490) Unexpected 'this'. (no-invalid-this)
(#1496) Missing JSDoc comment. (require-jsdoc)
(#1496) Unexpected space before function parentheses. (space-before-function-paren)
(#1497) Unexpected 'this'. (no-invalid-this)
(#1498) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1498) Unexpected 'this'. (no-invalid-this)
(#1500) Unexpected 'this'. (no-invalid-this)
(#1500) Unexpected 'this'. (no-invalid-this)
(#1501) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1501) Unexpected 'this'. (no-invalid-this)
(#1504) Missing JSDoc comment. (require-jsdoc)
(#1504) Unexpected space before function parentheses. (space-before-function-paren)
(#1505) Unexpected 'this'. (no-invalid-this)
(#1506) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1506) Unexpected 'this'. (no-invalid-this)
(#1509) Comments should not begin with a lowercase character (capitalized-comments)
(#1513) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1514) Unexpected 'this'. (no-invalid-this)
(#1515) Unexpected 'this'. (no-invalid-this)
(#1515) Unexpected 'this'. (no-invalid-this)
(#1517) Unexpected 'this'. (no-invalid-this)
(#1522) Missing JSDoc comment. (require-jsdoc)
(#1522) Unexpected space before function parentheses. (space-before-function-paren)
(#1523) Unexpected 'this'. (no-invalid-this)
(#1524) Unexpected 'this'. (no-invalid-this)
(#1525) Unexpected 'this'. (no-invalid-this)
(#1528) Unexpected 'this'. (no-invalid-this)
(#1530) Unexpected 'this'. (no-invalid-this)
(#1533) Unexpected 'this'. (no-invalid-this)
(#1534) Unexpected 'this'. (no-invalid-this)
(#1536) Unexpected 'this'. (no-invalid-this)
(#1537) Unexpected 'this'. (no-invalid-this)
(#1537) Unexpected 'this'. (no-invalid-this)
(#1542) Missing JSDoc comment. (require-jsdoc)
(#1542) Unexpected space before function parentheses. (space-before-function-paren)
(#1543) Unexpected 'this'. (no-invalid-this)
(#1544) Unexpected 'this'. (no-invalid-this)
(#1545) Unexpected 'this'. (no-invalid-this)
(#1548) Unexpected 'this'. (no-invalid-this)
(#1550) Unexpected 'this'. (no-invalid-this)
(#1553) Unexpected 'this'. (no-invalid-this)
(#1554) Unexpected 'this'. (no-invalid-this)
(#1556) Unexpected 'this'. (no-invalid-this)
(#1557) Unexpected 'this'. (no-invalid-this)
(#1557) Unexpected 'this'. (no-invalid-this)
(#1562) Missing JSDoc comment. (require-jsdoc)
(#1562) Unexpected space before function parentheses. (space-before-function-paren)
(#1563) Unexpected 'this'. (no-invalid-this)
(#1564) Unexpected 'this'. (no-invalid-this)
(#1565) Unexpected 'this'. (no-invalid-this)
(#1568) Unexpected 'this'. (no-invalid-this)
(#1570) Unexpected 'this'. (no-invalid-this)
(#1573) Unexpected 'this'. (no-invalid-this)
(#1574) Unexpected 'this'. (no-invalid-this)
(#1576) Unexpected 'this'. (no-invalid-this)
(#1577) Unexpected 'this'. (no-invalid-this)
(#1577) Unexpected 'this'. (no-invalid-this)
(#1582) Missing JSDoc comment. (require-jsdoc)
(#1582) Unexpected space before function parentheses. (space-before-function-paren)
(#1583) Missing JSDoc comment. (require-jsdoc)
(#1587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1587) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1590) Comments should not begin with a lowercase character (capitalized-comments)
(#1592) Unexpected 'this'. (no-invalid-this)
(#1593) Unexpected 'this'. (no-invalid-this)
(#1594) Unexpected 'this'. (no-invalid-this)
(#1614) Unexpected 'this'. (no-invalid-this)
(#1615) Unexpected 'this'. (no-invalid-this)
(#1615) Unexpected 'this'. (no-invalid-this)
(#1616) Unexpected 'this'. (no-invalid-this)
(#1616) Unexpected 'this'. (no-invalid-this)
(#1618) Unexpected 'this'. (no-invalid-this)
(#1619) Unexpected 'this'. (no-invalid-this)
(#1620) Unexpected 'this'. (no-invalid-this)
(#1625) Missing JSDoc comment. (require-jsdoc)
(#1626) Unexpected 'this'. (no-invalid-this)
(#1629) Missing JSDoc comment. (require-jsdoc)
(#1630) Unexpected 'this'. (no-invalid-this)
(#1637) Unexpected space before function parentheses. (space-before-function-paren)
(#1638) Unexpected 'this'. (no-invalid-this)
(#1638) Unexpected 'this'. (no-invalid-this)
(#1641) Unexpected space before function parentheses. (space-before-function-paren)
(#1642) Unexpected 'this'. (no-invalid-this)
(#1642) Unexpected 'this'. (no-invalid-this)
(#1643) Unexpected 'this'. (no-invalid-this)
(#1646) Unexpected space before function parentheses. (space-before-function-paren)
(#1647) Unexpected 'this'. (no-invalid-this)
(#1647) Unexpected 'this'. (no-invalid-this)
(#1650) Unexpected space before function parentheses. (space-before-function-paren)
(#1651) Unexpected 'this'. (no-invalid-this)
(#1651) Unexpected 'this'. (no-invalid-this)
(#1652) Unexpected 'this'. (no-invalid-this)
(#1655) Missing JSDoc comment. (require-jsdoc)
(#1655) Unexpected space before function parentheses. (space-before-function-paren)
(#1656) Unexpected space before function parentheses. (space-before-function-paren)
(#1657) Unexpected 'this'. (no-invalid-this)
(#1657) Unexpected 'this'. (no-invalid-this)
(#1657) Unexpected 'this'. (no-invalid-this)
(#1673) Missing JSDoc comment. (require-jsdoc)
(#1673) Unexpected space before function parentheses. (space-before-function-paren)
(#1677) Multiple spaces found before 'matchMeridiem'. (no-multi-spaces)
(#1678) Multiple spaces found before 'matchMeridiem'. (no-multi-spaces)
(#1679) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1680) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1681) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#1692) Unexpected space before function parentheses. (space-before-function-paren)
(#1692) 'config' is defined but never used. (no-unused-vars)
(#1696) Unexpected space before function parentheses. (space-before-function-paren)
(#1700) Unexpected space before function parentheses. (space-before-function-paren)
(#1704) Unexpected space before function parentheses. (space-before-function-paren)
(#1710) Unexpected space before function parentheses. (space-before-function-paren)
(#1718) Unexpected space before function parentheses. (space-before-function-paren)
(#1718) 'config' is defined but never used. (no-unused-vars)
(#1723) Unexpected space before function parentheses. (space-before-function-paren)
(#1723) 'config' is defined but never used. (no-unused-vars)
(#1733) Missing JSDoc comment. (require-jsdoc)
(#1733) Unexpected space before function parentheses. (space-before-function-paren)
(#1740) Missing JSDoc comment. (require-jsdoc)
(#1740) Unexpected space before function parentheses. (space-before-function-paren)
(#1757) Comments should not begin with a lowercase character (capitalized-comments)
(#1781) Comments should not begin with a lowercase character (capitalized-comments)
(#1786) Missing JSDoc comment. (require-jsdoc)
(#1790) Comments should not begin with a lowercase character (capitalized-comments)
(#1793) Missing JSDoc comment. (require-jsdoc)
(#1794) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1807) Comments should not begin with a lowercase character (capitalized-comments)
(#1807) Expected space or tab after '//' in comment. (spaced-comment)
(#1817) Missing JSDoc comment. (require-jsdoc)
(#1821) 'module' is not defined. (no-undef)
(#1821) 'module' is not defined. (no-undef)
(#1825) Comments should not begin with a lowercase character (capitalized-comments)
(#1828) Empty block statement. (no-empty)
(#1836) Missing JSDoc comment. (require-jsdoc)
(#1836) Unexpected space before function parentheses. (space-before-function-paren)
(#1841) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#1847) Comments should not begin with a lowercase character (capitalized-comments)
(#1855) Missing JSDoc comment. (require-jsdoc)
(#1855) Unexpected space before function parentheses. (space-before-function-paren)
(#1859) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1866) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1867) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1883) Unexpected space before function parentheses. (space-before-function-paren)
(#1888) Comments should not begin with a lowercase character (capitalized-comments)
(#1896) Comments should not begin with a lowercase character (capitalized-comments)
(#1902) Missing JSDoc comment. (require-jsdoc)
(#1903) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1904) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#1906) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1914) Comments should not begin with a lowercase character (capitalized-comments)
(#1917) Comments should not begin with a lowercase character (capitalized-comments)
(#1918) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1919) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1921) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#1929) Comments should not begin with a lowercase character (capitalized-comments)
(#1930) Missing JSDoc comment. (require-jsdoc)
(#1930) Unexpected space before function parentheses. (space-before-function-paren)
(#1942) Comments should not begin with a lowercase character (capitalized-comments)
(#1942) Expected space or tab after '//' in comment. (spaced-comment)
(#1953) Missing JSDoc comment. (require-jsdoc)
(#1957) Missing JSDoc comment. (require-jsdoc)
(#1957) Function 'checkOverflow' has a complexity of 21. (complexity)
(#1957) Unexpected space before function parentheses. (space-before-function-paren)
(#1963) Do not nest ternary expressions. (no-nested-ternary)
(#1963) Multiple spaces found before '<'. (no-multi-spaces)
(#1963) Multiple spaces found before '>'. (no-multi-spaces)
(#1963) Multiple spaces found before '?'. (no-multi-spaces)
(#1964) Do not nest ternary expressions. (no-nested-ternary)
(#1964) Multiple spaces found before '<'. (no-multi-spaces)
(#1964) Multiple spaces found before '>'. (no-multi-spaces)
(#1965) Line 1965 exceeds the maximum line length of 132. (max-len)
(#1965) Do not nest ternary expressions. (no-nested-ternary)
(#1965) Multiple spaces found before '<'. (no-multi-spaces)
(#1965) Multiple spaces found before '>'. (no-multi-spaces)
(#1966) Do not nest ternary expressions. (no-nested-ternary)
(#1966) Multiple spaces found before '<'. (no-multi-spaces)
(#1966) Multiple spaces found before '>'. (no-multi-spaces)
(#1966) Multiple spaces found before '?'. (no-multi-spaces)
(#1967) Do not nest ternary expressions. (no-nested-ternary)
(#1967) Multiple spaces found before '<'. (no-multi-spaces)
(#1967) Multiple spaces found before '>'. (no-multi-spaces)
(#1967) Multiple spaces found before '?'. (no-multi-spaces)
(#1987) Comments should not begin with a lowercase character (capitalized-comments)
(#1989) Line 1989 exceeds the maximum line length of 132. (max-len)
(#1989) Unnecessary escape character: \+. (no-useless-escape)
(#1989) Unnecessary escape character: \-. (no-useless-escape)
(#1990) Line 1990 exceeds the maximum line length of 132. (max-len)
(#1990) Unnecessary escape character: \+. (no-useless-escape)
(#1990) Unnecessary escape character: \-. (no-useless-escape)
(#2009) Comments should not begin with a lowercase character (capitalized-comments)
(#2022) Unnecessary escape character: \-. (no-useless-escape)
(#2024) Comments should not begin with a lowercase character (capitalized-comments)
(#2025) Missing JSDoc comment. (require-jsdoc)
(#2041) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2048) Comments should not begin with a lowercase character (capitalized-comments)
(#2053) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2058) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2078) Line 2078 exceeds the maximum line length of 132. (max-len)
(#2078) Unnecessary escape character: \:. (no-useless-escape)
(#2080) Comments should not begin with a lowercase character (capitalized-comments)
(#2081) Missing JSDoc comment. (require-jsdoc)
(#2099) Unnecessary escape character: \). (no-useless-escape)
(#2110) Comments should not begin with a lowercase character (capitalized-comments)
(#2112) A space is required after ','. (comma-spacing)
(#2112) A space is required after ','. (comma-spacing)
(#2112) A space is required after ','. (comma-spacing)
(#2112) A space is required after ','. (comma-spacing)
(#2112) A space is required after ','. (comma-spacing)
(#2112) A space is required after ','. (comma-spacing)
(#2114) A space is required after ','. (comma-spacing)
(#2122) Comments should not begin with a lowercase character (capitalized-comments)
(#2148) Comments should not begin with a lowercase character (capitalized-comments)
(#2149) Missing JSDoc comment. (require-jsdoc)
(#2180) Unexpected space before function parentheses. (space-before-function-paren)
(#2186) Missing JSDoc comment. (require-jsdoc)
(#2187) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2190) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2196) Missing JSDoc comment. (require-jsdoc)
(#2197) Comments should not begin with a lowercase character (capitalized-comments)
(#2205) Comments should not begin with a lowercase character (capitalized-comments)
(#2209) Missing JSDoc comment. (require-jsdoc)
(#2209) Unexpected space before function parentheses. (space-before-function-paren)
(#2210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2210) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#2218) Expected space or tab after '//' in comment. (spaced-comment)
(#2218) Comments should not begin with a lowercase character (capitalized-comments)
(#2219) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2219) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2223) Expected space or tab after '//' in comment. (spaced-comment)
(#2223) Comments should not begin with a lowercase character (capitalized-comments)
(#2224) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2241) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2247) Do not nest ternary expressions. (no-nested-ternary)
(#2247) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2262) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2271) Missing JSDoc comment. (require-jsdoc)
(#2275) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2275) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2275) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2300) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2301) Comments should not begin with a lowercase character (capitalized-comments)
(#2306) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2307) Comments should not begin with a lowercase character (capitalized-comments)
(#2313) Comments should not begin with a lowercase character (capitalized-comments)
(#2319) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2328) Comments should not begin with a lowercase character (capitalized-comments)
(#2329) Unexpected space before function parentheses. (space-before-function-paren)
(#2329) Unexpected empty function. (no-empty-function)
(#2331) Comments should not begin with a lowercase character (capitalized-comments)
(#2332) Unexpected space before function parentheses. (space-before-function-paren)
(#2332) Unexpected empty function. (no-empty-function)
(#2334) Comments should not begin with a lowercase character (capitalized-comments)
(#2335) Missing JSDoc comment. (require-jsdoc)
(#2359) Comments should not begin with a lowercase character (capitalized-comments)
(#2369) Comments should not begin with a lowercase character (capitalized-comments)
(#2373) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2378) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2384) Comments should not begin with a lowercase character (capitalized-comments)
(#2390) Comments should not begin with a lowercase character (capitalized-comments)
(#2399) Comments should not begin with a lowercase character (capitalized-comments)
(#2407) Missing JSDoc comment. (require-jsdoc)
(#2407) Unexpected space before function parentheses. (space-before-function-paren)
(#2410) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2411) Comments should not begin with a lowercase character (capitalized-comments)
(#2414) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2416) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2427) Comments should not begin with a lowercase character (capitalized-comments)
(#2432) Comments should not begin with a lowercase character (capitalized-comments)
(#2433) Missing JSDoc comment. (require-jsdoc)
(#2450) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2460) Comments should not begin with a lowercase character (capitalized-comments)
(#2463) Expected space or tab after '//' in comment. (spaced-comment)
(#2463) Comments should not begin with a lowercase character (capitalized-comments)
(#2468) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2477) Missing JSDoc comment. (require-jsdoc)
(#2483) Unexpected space before function parentheses. (space-before-function-paren)
(#2490) Missing JSDoc comment. (require-jsdoc)
(#2490) Unexpected space before function parentheses. (space-before-function-paren)
(#2501) Missing JSDoc comment. (require-jsdoc)
(#2501) Unexpected space before function parentheses. (space-before-function-paren)
(#2523) Multiple spaces found before 'else'. (no-multi-spaces)
(#2534) Missing JSDoc comment. (require-jsdoc)
(#2543) Unexpected space before function parentheses. (space-before-function-paren)
(#2550) Comments should not begin with a lowercase character (capitalized-comments)
(#2557) Missing JSDoc comment. (require-jsdoc)
(#2557) Unexpected space before function parentheses. (space-before-function-paren)
(#2569) Comments should not begin with a lowercase character (capitalized-comments)
(#2581) Missing JSDoc comment. (require-jsdoc)
(#2581) Unexpected space before function parentheses. (space-before-function-paren)
(#2587) Unexpected space before function parentheses. (space-before-function-paren)
(#2589) Unexpected 'this'. (no-invalid-this)
(#2590) Unexpected 'this'. (no-invalid-this)
(#2590) Unexpected 'this'. (no-invalid-this)
(#2599) Unexpected space before function parentheses. (space-before-function-paren)
(#2601) Unexpected 'this'. (no-invalid-this)
(#2602) Unexpected 'this'. (no-invalid-this)
(#2602) Unexpected 'this'. (no-invalid-this)
(#2614) Missing JSDoc comment. (require-jsdoc)
(#2632) Missing JSDoc comment. (require-jsdoc)
(#2632) Unexpected space before function parentheses. (space-before-function-paren)
(#2638) Missing JSDoc comment. (require-jsdoc)
(#2638) Unexpected space before function parentheses. (space-before-function-paren)
(#2644) Unexpected space before function parentheses. (space-before-function-paren)
(#2650) Missing JSDoc comment. (require-jsdoc)
(#2652) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2661) Comments should not begin with a lowercase character (capitalized-comments)
(#2672) Missing JSDoc comment. (require-jsdoc)
(#2673) Unexpected 'this'. (no-invalid-this)
(#2676) Missing JSDoc comment. (require-jsdoc)
(#2680) Missing JSDoc comment. (require-jsdoc)
(#2680) Unexpected space before function parentheses. (space-before-function-paren)
(#2694) Comments should not begin with a lowercase character (capitalized-comments)
(#2698) Line 2698 exceeds the maximum line length of 132. (max-len)
(#2698) Comments should not begin with a lowercase character (capitalized-comments)
(#2698) Expected space or tab after '//' in comment. (spaced-comment)
(#2717) Missing JSDoc comment. (require-jsdoc)
(#2717) Unexpected space before function parentheses. (space-before-function-paren)
(#2721) Missing JSDoc comment. (require-jsdoc)
(#2721) Unexpected space before function parentheses. (space-before-function-paren)
(#2731) Missing JSDoc comment. (require-jsdoc)
(#2731) Unexpected space before function parentheses. (space-before-function-paren)
(#2732) Unexpected space before function parentheses. (space-before-function-paren)
(#2733) Unexpected 'this'. (no-invalid-this)
(#2739) Unexpected use of '~'. (no-bitwise)
(#2739) Unexpected use of '~'. (no-bitwise)
(#2739) Unexpected use of '~'. (no-bitwise)
(#2739) Unexpected use of '~'. (no-bitwise)
(#2748) Multiple spaces found before 'matchShortOffset'. (no-multi-spaces)
(#2750) Unexpected space before function parentheses. (space-before-function-paren)
(#2760) Unnecessary escape character: \+. (no-useless-escape)
(#2760) Unnecessary escape character: \-. (no-useless-escape)
(#2762) Missing JSDoc comment. (require-jsdoc)
(#2769) Multiple spaces found before '='. (no-multi-spaces)
(#2770) Multiple spaces found before '='. (no-multi-spaces)
(#2773) Do not nest ternary expressions. (no-nested-ternary)
(#2779) Missing JSDoc comment. (require-jsdoc)
(#2793) Missing JSDoc comment. (require-jsdoc)
(#2793) Unexpected space before function parentheses. (space-before-function-paren)
(#2803) Unexpected space before function parentheses. (space-before-function-paren)
(#2803) Unexpected empty function. (no-empty-function)
(#2817) Missing JSDoc comment. (require-jsdoc)
(#2817) Unexpected space before function parentheses. (space-before-function-paren)
(#2818) Unexpected 'this'. (no-invalid-this)
(#2820) Unexpected 'this'. (no-invalid-this)
(#2821) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2821) Unexpected 'this'. (no-invalid-this)
(#2823) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2827) Unexpected 'this'. (no-invalid-this)
(#2832) Unexpected 'this'. (no-invalid-this)
(#2833) Unexpected 'this'. (no-invalid-this)
(#2835) Unexpected 'this'. (no-invalid-this)
(#2836) Unexpected 'this'. (no-invalid-this)
(#2837) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2838) Unexpected 'this'. (no-invalid-this)
(#2841) Unexpected 'this'. (no-invalid-this)
(#2842) Unexpected 'this'. (no-invalid-this)
(#2843) Unexpected 'this'. (no-invalid-this)
(#2844) Unexpected 'this'. (no-invalid-this)
(#2845) Unexpected 'this'. (no-invalid-this)
(#2846) Unexpected 'this'. (no-invalid-this)
(#2849) Unexpected 'this'. (no-invalid-this)
(#2851) Unexpected 'this'. (no-invalid-this)
(#2851) Unexpected 'this'. (no-invalid-this)
(#2855) Missing JSDoc comment. (require-jsdoc)
(#2855) Unexpected space before function parentheses. (space-before-function-paren)
(#2856) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2861) Unexpected 'this'. (no-invalid-this)
(#2863) Unexpected 'this'. (no-invalid-this)
(#2865) Unexpected 'this'. (no-invalid-this)
(#2869) Missing JSDoc comment. (require-jsdoc)
(#2869) Unexpected space before function parentheses. (space-before-function-paren)
(#2870) Unexpected 'this'. (no-invalid-this)
(#2873) Missing JSDoc comment. (require-jsdoc)
(#2873) Unexpected space before function parentheses. (space-before-function-paren)
(#2874) Unexpected 'this'. (no-invalid-this)
(#2875) Unexpected 'this'. (no-invalid-this)
(#2876) Unexpected 'this'. (no-invalid-this)
(#2879) Unexpected 'this'. (no-invalid-this)
(#2879) Unexpected 'this'. (no-invalid-this)
(#2882) Unexpected 'this'. (no-invalid-this)
(#2885) Missing JSDoc comment. (require-jsdoc)
(#2885) Unexpected space before function parentheses. (space-before-function-paren)
(#2886) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2886) Unexpected 'this'. (no-invalid-this)
(#2887) Unexpected 'this'. (no-invalid-this)
(#2887) Unexpected 'this'. (no-invalid-this)
(#2888) Unexpected 'this'. (no-invalid-this)
(#2889) Unexpected 'this'. (no-invalid-this)
(#2890) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2891) Unexpected 'this'. (no-invalid-this)
(#2892) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#2894) Unexpected 'this'. (no-invalid-this)
(#2897) Unexpected 'this'. (no-invalid-this)
(#2900) Missing JSDoc comment. (require-jsdoc)
(#2900) Unexpected space before function parentheses. (space-before-function-paren)
(#2901) Unexpected 'this'. (no-invalid-this)
(#2906) Unexpected 'this'. (no-invalid-this)
(#2909) Missing JSDoc comment. (require-jsdoc)
(#2909) Unexpected space before function parentheses. (space-before-function-paren)
(#2911) Unexpected 'this'. (no-invalid-this)
(#2911) Unexpected 'this'. (no-invalid-this)
(#2912) Unexpected 'this'. (no-invalid-this)
(#2912) Unexpected 'this'. (no-invalid-this)
(#2916) Missing JSDoc comment. (require-jsdoc)
(#2916) Unexpected space before function parentheses. (space-before-function-paren)
(#2917) Unexpected 'this'. (no-invalid-this)
(#2918) Unexpected 'this'. (no-invalid-this)
(#2923) Unexpected 'this'. (no-invalid-this)
(#2928) Unexpected 'this'. (no-invalid-this)
(#2928) Unexpected 'this'. (no-invalid-this)
(#2931) Unexpected 'this'. (no-invalid-this)
(#2934) Unexpected 'this'. (no-invalid-this)
(#2937) Missing JSDoc comment. (require-jsdoc)
(#2937) Unexpected space before function parentheses. (space-before-function-paren)
(#2938) Unexpected 'this'. (no-invalid-this)
(#2938) Unexpected 'this'. (no-invalid-this)
(#2941) Missing JSDoc comment. (require-jsdoc)
(#2941) Unexpected space before function parentheses. (space-before-function-paren)
(#2942) Unexpected 'this'. (no-invalid-this)
(#2942) Unexpected 'this'. (no-invalid-this)
(#2945) Missing JSDoc comment. (require-jsdoc)
(#2945) Unexpected space before function parentheses. (space-before-function-paren)
(#2946) Unexpected 'this'. (no-invalid-this)
(#2946) Unexpected 'this'. (no-invalid-this)
(#2946) Unexpected 'this'. (no-invalid-this)
(#2950) Unnecessary escape character: \-. (no-useless-escape)
(#2950) Unnecessary escape character: \:. (no-useless-escape)
(#2950) Unnecessary escape character: \:. (no-useless-escape)
(#2952) Comments should not begin with a lowercase character (capitalized-comments)
(#2955) Line 2955 exceeds the maximum line length of 132. (max-len)
(#2957) Missing JSDoc comment. (require-jsdoc)
(#2957) Unexpected space before function parentheses. (space-before-function-paren)
(#2959) Comments should not begin with a lowercase character (capitalized-comments)
(#2967) Extra space after key 'ms'. (key-spacing)
(#2968) Extra space after key 'd'. (key-spacing)
(#2969) Extra space after key 'M'. (key-spacing)
(#2978) Redundant double negation. (no-extra-boolean-cast)
(#2981) Extra space after key 'y'. (key-spacing)
(#2982) Extra space after key 'd'. (key-spacing)
(#2982) Multiple spaces found before '*'. (no-multi-spaces)
(#2983) Extra space after key 'h'. (key-spacing)
(#2983) Multiple spaces found before '*'. (no-multi-spaces)
(#2984) Extra space after key 'm'. (key-spacing)
(#2984) Multiple spaces found before '*'. (no-multi-spaces)
(#2985) Extra space after key 's'. (key-spacing)
(#2985) Multiple spaces found before '*'. (no-multi-spaces)
(#2986) Extra space after key 'ms'. (key-spacing)
(#2986) Comments should not begin with a lowercase character (capitalized-comments)
(#2988) Redundant double negation. (no-extra-boolean-cast)
(#2991) Extra space after key 'y'. (key-spacing)
(#2992) Extra space after key 'M'. (key-spacing)
(#2993) Extra space after key 'w'. (key-spacing)
(#2994) Extra space after key 'd'. (key-spacing)
(#2995) Extra space after key 'h'. (key-spacing)
(#2996) Extra space after key 'm'. (key-spacing)
(#2997) Extra space after key 's'. (key-spacing)
(#2999) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#2999) Requires a space after '{'. (block-spacing)
(#2999) Comments should not begin with a lowercase character (capitalized-comments)
(#3021) Missing JSDoc comment. (require-jsdoc)
(#3021) Unexpected space before function parentheses. (space-before-function-paren)
(#3026) Comments should not begin with a lowercase character (capitalized-comments)
(#3030) Missing JSDoc comment. (require-jsdoc)
(#3044) Missing JSDoc comment. (require-jsdoc)
(#3063) Missing JSDoc comment. (require-jsdoc)
(#3064) Unexpected space before function parentheses. (space-before-function-paren)
(#3066) Comments should not begin with a lowercase character (capitalized-comments)
(#3066) Expected space or tab after '//' in comment. (spaced-comment)
(#3068) Line 3068 exceeds the maximum line length of 132. (max-len)
(#3068) Multiple spaces found before '+'. (no-multi-spaces)
(#3070) This line has 3 statements. Maximum allowed is 2. (max-statements-per-line)
(#3075) Unexpected 'this'. (no-invalid-this)
(#3076) Unexpected 'this'. (no-invalid-this)
(#3080) Missing JSDoc comment. (require-jsdoc)
(#3080) Unexpected space before function parentheses. (space-before-function-paren)
(#3090) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3106) Multiple spaces found before '='. (no-multi-spaces)
(#3109) Missing JSDoc comment. (require-jsdoc)
(#3111) Do not nest ternary expressions. (no-nested-ternary)
(#3112) Do not nest ternary expressions. (no-nested-ternary)
(#3113) Do not nest ternary expressions. (no-nested-ternary)
(#3114) Do not nest ternary expressions. (no-nested-ternary)
(#3115) Do not nest ternary expressions. (no-nested-ternary)
(#3119) Missing JSDoc comment. (require-jsdoc)
(#3119) Unexpected space before function parentheses. (space-before-function-paren)
(#3123) Unexpected 'this'. (no-invalid-this)
(#3124) Unexpected 'this'. (no-invalid-this)
(#3126) Unexpected 'this'. (no-invalid-this)
(#3128) Unexpected 'this'. (no-invalid-this)
(#3128) Unexpected 'this'. (no-invalid-this)
(#3128) Unexpected 'this'. (no-invalid-this)
(#3131) Missing JSDoc comment. (require-jsdoc)
(#3131) Unexpected space before function parentheses. (space-before-function-paren)
(#3132) Unexpected 'this'. (no-invalid-this)
(#3135) Missing JSDoc comment. (require-jsdoc)
(#3135) Unexpected space before function parentheses. (space-before-function-paren)
(#3137) Unexpected 'this'. (no-invalid-this)
(#3142) Unexpected 'this'. (no-invalid-this)
(#3144) Unexpected 'this'. (no-invalid-this)
(#3148) Missing JSDoc comment. (require-jsdoc)
(#3148) Unexpected space before function parentheses. (space-before-function-paren)
(#3150) Unexpected 'this'. (no-invalid-this)
(#3155) Unexpected 'this'. (no-invalid-this)
(#3157) Unexpected 'this'. (no-invalid-this)
(#3161) Missing JSDoc comment. (require-jsdoc)
(#3161) Unexpected space before function parentheses. (space-before-function-paren)
(#3163) Unexpected 'this'. (no-invalid-this)
(#3163) Unexpected 'this'. (no-invalid-this)
(#3164) Unexpected 'this'. (no-invalid-this)
(#3164) Unexpected 'this'. (no-invalid-this)
(#3167) Missing JSDoc comment. (require-jsdoc)
(#3167) Unexpected space before function parentheses. (space-before-function-paren)
(#3170) Unexpected 'this'. (no-invalid-this)
(#3175) Unexpected 'this'. (no-invalid-this)
(#3178) Unexpected 'this'. (no-invalid-this)
(#3178) Unexpected 'this'. (no-invalid-this)
(#3182) Missing JSDoc comment. (require-jsdoc)
(#3182) Unexpected space before function parentheses. (space-before-function-paren)
(#3183) Unexpected 'this'. (no-invalid-this)
(#3183) Unexpected 'this'. (no-invalid-this)
(#3183) A space is required after ','. (comma-spacing)
(#3186) Missing JSDoc comment. (require-jsdoc)
(#3186) Unexpected space before function parentheses. (space-before-function-paren)
(#3187) Unexpected 'this'. (no-invalid-this)
(#3187) Unexpected 'this'. (no-invalid-this)
(#3187) A space is required after ','. (comma-spacing)
(#3190) Missing JSDoc comment. (require-jsdoc)
(#3190) Unexpected space before function parentheses. (space-before-function-paren)
(#3195) Unexpected 'this'. (no-invalid-this)
(#3199) Unexpected 'this'. (no-invalid-this)
(#3205) Unexpected 'this'. (no-invalid-this)
(#3210) Unexpected 'this'. (no-invalid-this)
(#3217) Unexpected 'this'. (no-invalid-this)
(#3218) Do not nest ternary expressions. (no-nested-ternary)
(#3219) Do not nest ternary expressions. (no-nested-ternary)
(#3220) Do not nest ternary expressions. (no-nested-ternary)
(#3221) Do not nest ternary expressions. (no-nested-ternary)
(#3228) Missing JSDoc comment. (require-jsdoc)
(#3228) Unexpected space before function parentheses. (space-before-function-paren)
(#3229) Comments should not begin with a lowercase character (capitalized-comments)
(#3231) Comments should not begin with a lowercase character (capitalized-comments)
(#3237) Comments should not begin with a lowercase character (capitalized-comments)
(#3241) Comments should not begin with a lowercase character (capitalized-comments)
(#3245) Comments should not begin with a lowercase character (capitalized-comments)
(#3245) Expected space or tab after '//' in comment. (spaced-comment)
(#3252) Missing JSDoc comment. (require-jsdoc)
(#3252) Unexpected space before function parentheses. (space-before-function-paren)
(#3253) Unexpected 'this'. (no-invalid-this)
(#3256) Missing JSDoc comment. (require-jsdoc)
(#3257) Unexpected 'this'. (no-invalid-this)
(#3260) Unexpected 'this'. (no-invalid-this)
(#3265) Comments should not begin with a lowercase character (capitalized-comments)
(#3266) Unexpected 'this'. (no-invalid-this)
(#3271) Missing JSDoc @returns for function. (valid-jsdoc)
(#3277) Unexpected space before function parentheses. (space-before-function-paren)
(#3278) Unexpected 'this'. (no-invalid-this)
(#3279) Unexpected 'this'. (no-invalid-this)
(#3283) Unexpected 'this'. (no-invalid-this)
(#3284) Unexpected 'this'. (no-invalid-this)
(#3288) Unexpected 'this'. (no-invalid-this)
(#3288) Unexpected 'this'. (no-invalid-this)
(#3292) Unexpected 'this'. (no-invalid-this)
(#3295) Missing JSDoc comment. (require-jsdoc)
(#3295) Unexpected space before function parentheses. (space-before-function-paren)
(#3297) Unexpected 'this'. (no-invalid-this)
(#3299) Unexpected 'this'. (no-invalid-this)
(#3300) Unexpected 'this'. (no-invalid-this)
(#3303) Missing JSDoc comment. (require-jsdoc)
(#3303) Unexpected space before function parentheses. (space-before-function-paren)
(#3304) Unexpected 'this'. (no-invalid-this)
(#3307) Unexpected 'this'. (no-invalid-this)
(#3307) Unexpected 'this'. (no-invalid-this)
(#3309) Unexpected 'this'. (no-invalid-this)
(#3313) Missing JSDoc comment. (require-jsdoc)
(#3313) Unexpected space before function parentheses. (space-before-function-paren)
(#3314) Unexpected 'this'. (no-invalid-this)
(#3317) Missing JSDoc comment. (require-jsdoc)
(#3317) Unexpected space before function parentheses. (space-before-function-paren)
(#3318) Unexpected 'this'. (no-invalid-this)
(#3321) Unexpected 'this'. (no-invalid-this)
(#3321) Unexpected 'this'. (no-invalid-this)
(#3323) Unexpected 'this'. (no-invalid-this)
(#3327) Missing JSDoc comment. (require-jsdoc)
(#3327) Unexpected space before function parentheses. (space-before-function-paren)
(#3328) Unexpected 'this'. (no-invalid-this)
(#3334) Missing JSDoc comment. (require-jsdoc)
(#3334) Unexpected space before function parentheses. (space-before-function-paren)
(#3338) Unexpected 'this'. (no-invalid-this)
(#3341) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3342) Unexpected 'this'. (no-invalid-this)
(#3344) Unexpected 'this'. (no-invalid-this)
(#3349) Line 3349 exceeds the maximum line length of 132. (max-len)
(#3350) Unexpected space before function parentheses. (space-before-function-paren)
(#3352) Unexpected 'this'. (no-invalid-this)
(#3354) Unexpected 'this'. (no-invalid-this)
(#3359) Missing JSDoc comment. (require-jsdoc)
(#3359) Unexpected space before function parentheses. (space-before-function-paren)
(#3360) Unexpected 'this'. (no-invalid-this)
(#3363) Missing JSDoc comment. (require-jsdoc)
(#3363) Unexpected space before function parentheses. (space-before-function-paren)
(#3365) Comments should not begin with a lowercase character (capitalized-comments)
(#3369) Unexpected 'this'. (no-invalid-this)
(#3370) Comments should not begin with a lowercase character (capitalized-comments)
(#3373) Unexpected 'this'. (no-invalid-this)
(#3374) Comments should not begin with a lowercase character (capitalized-comments)
(#3379) Unexpected 'this'. (no-invalid-this)
(#3380) Comments should not begin with a lowercase character (capitalized-comments)
(#3382) Unexpected 'this'. (no-invalid-this)
(#3383) Comments should not begin with a lowercase character (capitalized-comments)
(#3385) Unexpected 'this'. (no-invalid-this)
(#3386) Comments should not begin with a lowercase character (capitalized-comments)
(#3388) Unexpected 'this'. (no-invalid-this)
(#3391) Comments should not begin with a lowercase character (capitalized-comments)
(#3393) Unexpected 'this'. (no-invalid-this)
(#3396) Unexpected 'this'. (no-invalid-this)
(#3399) Comments should not begin with a lowercase character (capitalized-comments)
(#3401) Unexpected 'this'. (no-invalid-this)
(#3401) Unexpected 'this'. (no-invalid-this)
(#3404) Unexpected 'this'. (no-invalid-this)
(#3407) Missing JSDoc comment. (require-jsdoc)
(#3407) Unexpected space before function parentheses. (space-before-function-paren)
(#3410) Unexpected 'this'. (no-invalid-this)
(#3418) Unexpected 'this'. (no-invalid-this)
(#3421) Missing JSDoc comment. (require-jsdoc)
(#3421) Unexpected space before function parentheses. (space-before-function-paren)
(#3422) Unexpected 'this'. (no-invalid-this)
(#3422) Unexpected 'this'. (no-invalid-this)
(#3425) Missing JSDoc comment. (require-jsdoc)
(#3425) Unexpected space before function parentheses. (space-before-function-paren)
(#3426) Unexpected 'this'. (no-invalid-this)
(#3429) Missing JSDoc comment. (require-jsdoc)
(#3429) Unexpected space before function parentheses. (space-before-function-paren)
(#3430) Unexpected 'this'. (no-invalid-this)
(#3433) Missing JSDoc comment. (require-jsdoc)
(#3433) Unexpected space before function parentheses. (space-before-function-paren)
(#3434) Unexpected 'this'. (no-invalid-this)
(#3438) Missing JSDoc comment. (require-jsdoc)
(#3438) Unexpected space before function parentheses. (space-before-function-paren)
(#3439) Unexpected 'this'. (no-invalid-this)
(#3451) Missing JSDoc comment. (require-jsdoc)
(#3451) Unexpected space before function parentheses. (space-before-function-paren)
(#3452) Comments should not begin with a lowercase character (capitalized-comments)
(#3453) Unexpected 'this'. (no-invalid-this)
(#3453) Unexpected 'this'. (no-invalid-this)
(#3456) Missing JSDoc comment. (require-jsdoc)
(#3456) Unexpected space before function parentheses. (space-before-function-paren)
(#3457) Unexpected 'this'. (no-invalid-this)
(#3460) Missing JSDoc comment. (require-jsdoc)
(#3460) Unexpected space before function parentheses. (space-before-function-paren)
(#3461) Unexpected 'this'. (no-invalid-this)
(#3464) Missing JSDoc comment. (require-jsdoc)
(#3464) Unexpected space before function parentheses. (space-before-function-paren)
(#3465) Unexpected 'this'. (no-invalid-this)
(#3468) Missing JSDoc comment. (require-jsdoc)
(#3470) Unexpected 'this'. (no-invalid-this)
(#3471) Unexpected 'this'. (no-invalid-this)
(#3472) Unexpected 'this'. (no-invalid-this)
(#3473) Unexpected 'this'. (no-invalid-this)
(#3474) Unexpected 'this'. (no-invalid-this)
(#3480) Unexpected space before function parentheses. (space-before-function-paren)
(#3481) Unexpected 'this'. (no-invalid-this)
(#3484) Unexpected space before function parentheses. (space-before-function-paren)
(#3485) Unexpected 'this'. (no-invalid-this)
(#3488) Missing JSDoc comment. (require-jsdoc)
(#3488) Unexpected space before function parentheses. (space-before-function-paren)
(#3492) Multiple spaces found before ''weekYear''. (no-multi-spaces)
(#3493) Multiple spaces found before ''weekYear''. (no-multi-spaces)
(#3494) Multiple spaces found before ''isoWeekYear''. (no-multi-spaces)
(#3510) Multiple spaces found before 'matchSigned'. (no-multi-spaces)
(#3511) Multiple spaces found before 'matchSigned'. (no-multi-spaces)
(#3512) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#3513) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#3514) Multiple spaces found before 'match1to4'. (no-multi-spaces)
(#3515) Multiple spaces found before 'match1to4'. (no-multi-spaces)
(#3516) Multiple spaces found before 'match1to6'. (no-multi-spaces)
(#3517) Multiple spaces found before 'match1to6'. (no-multi-spaces)
(#3519) Unexpected space before function parentheses. (space-before-function-paren)
(#3523) Unexpected space before function parentheses. (space-before-function-paren)
(#3529) Missing JSDoc comment. (require-jsdoc)
(#3529) Unexpected space before function parentheses. (space-before-function-paren)
(#3530) Unexpected 'this'. (no-invalid-this)
(#3532) Unexpected 'this'. (no-invalid-this)
(#3533) Unexpected 'this'. (no-invalid-this)
(#3534) Unexpected 'this'. (no-invalid-this)
(#3535) Unexpected 'this'. (no-invalid-this)
(#3538) Missing JSDoc comment. (require-jsdoc)
(#3538) Unexpected space before function parentheses. (space-before-function-paren)
(#3539) Unexpected 'this'. (no-invalid-this)
(#3540) Unexpected 'this'. (no-invalid-this)
(#3540) Unexpected 'this'. (no-invalid-this)
(#3543) Missing JSDoc comment. (require-jsdoc)
(#3543) Unexpected space before function parentheses. (space-before-function-paren)
(#3544) Unexpected 'this'. (no-invalid-this)
(#3547) Missing JSDoc comment. (require-jsdoc)
(#3547) Unexpected space before function parentheses. (space-before-function-paren)
(#3548) Unexpected 'this'. (no-invalid-this)
(#3549) Unexpected 'this'. (no-invalid-this)
(#3552) Missing JSDoc comment. (require-jsdoc)
(#3554) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3555) Unexpected 'this'. (no-invalid-this)
(#3561) Unexpected 'this'. (no-invalid-this)
(#3565) Missing JSDoc comment. (require-jsdoc)
(#3569) Unexpected 'this'. (no-invalid-this)
(#3570) Unexpected 'this'. (no-invalid-this)
(#3571) Unexpected 'this'. (no-invalid-this)
(#3572) Unexpected 'this'. (no-invalid-this)
(#3590) Unexpected space before function parentheses. (space-before-function-paren)
(#3596) Missing JSDoc comment. (require-jsdoc)
(#3596) Unexpected space before function parentheses. (space-before-function-paren)
(#3597) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3597) Unexpected 'this'. (no-invalid-this)
(#3597) Unexpected 'this'. (no-invalid-this)
(#3597) Unexpected 'this'. (no-invalid-this)
(#3613) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#3615) Unexpected space before function parentheses. (space-before-function-paren)
(#3623) Unexpected space before function parentheses. (space-before-function-paren)
(#3644) Multiple spaces found before 'match1to3'. (no-multi-spaces)
(#3646) Unexpected space before function parentheses. (space-before-function-paren)
(#3654) Missing JSDoc comment. (require-jsdoc)
(#3654) Unexpected space before function parentheses. (space-before-function-paren)
(#3655) Unexpected 'this'. (no-invalid-this)
(#3655) Unexpected 'this'. (no-invalid-this)
(#3656) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3656) Unexpected 'this'. (no-invalid-this)
(#3673) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#3695) Multiple spaces found before 'match1to2'. (no-multi-spaces)
(#3705) Unexpected space before function parentheses. (space-before-function-paren)
(#3706) Unexpected use of '~'. (no-bitwise)
(#3706) Unexpected use of '~'. (no-bitwise)
(#3706) Unexpected 'this'. (no-invalid-this)
(#3709) Unexpected space before function parentheses. (space-before-function-paren)
(#3710) Unexpected use of '~'. (no-bitwise)
(#3710) Unexpected use of '~'. (no-bitwise)
(#3710) Unexpected 'this'. (no-invalid-this)
(#3714) Unexpected space before function parentheses. (space-before-function-paren)
(#3715) Unexpected 'this'. (no-invalid-this)
(#3717) Unexpected space before function parentheses. (space-before-function-paren)
(#3718) Unexpected 'this'. (no-invalid-this)
(#3720) Unexpected space before function parentheses. (space-before-function-paren)
(#3721) Unexpected 'this'. (no-invalid-this)
(#3723) Unexpected space before function parentheses. (space-before-function-paren)
(#3724) Unexpected 'this'. (no-invalid-this)
(#3726) Unexpected space before function parentheses. (space-before-function-paren)
(#3727) Unexpected 'this'. (no-invalid-this)
(#3729) Unexpected space before function parentheses. (space-before-function-paren)
(#3730) Unexpected 'this'. (no-invalid-this)
(#3744) Multiple spaces found before 'match1to3'. (no-multi-spaces)
(#3745) Multiple spaces found before 'match1to3'. (no-multi-spaces)
(#3746) Multiple spaces found before 'match1to3'. (no-multi-spaces)
(#3753) Missing JSDoc comment. (require-jsdoc)
(#3766) Multiple spaces found before '0'. (no-multi-spaces)
(#3771) Missing JSDoc comment. (require-jsdoc)
(#3771) Unexpected space before function parentheses. (space-before-function-paren)
(#3772) Unexpected 'this'. (no-invalid-this)
(#3775) Missing JSDoc comment. (require-jsdoc)
(#3775) Unexpected space before function parentheses. (space-before-function-paren)
(#3776) Unexpected 'this'. (no-invalid-this)
(#3781) Multiple spaces found before '='. (no-multi-spaces)
(#3782) Multiple spaces found before '='. (no-multi-spaces)
(#3783) Multiple spaces found before '='. (no-multi-spaces)
(#3784) Multiple spaces found before '='. (no-multi-spaces)
(#3785) Multiple spaces found before '='. (no-multi-spaces)
(#3786) Multiple spaces found before '='. (no-multi-spaces)
(#3787) Multiple spaces found before '='. (no-multi-spaces)
(#3788) Multiple spaces found before '='. (no-multi-spaces)
(#3789) Multiple spaces found before '='. (no-multi-spaces)
(#3790) Multiple spaces found before '='. (no-multi-spaces)
(#3791) Multiple spaces found before '='. (no-multi-spaces)
(#3792) Multiple spaces found before '='. (no-multi-spaces)
(#3793) Multiple spaces found before '='. (no-multi-spaces)
(#3794) Multiple spaces found before '='. (no-multi-spaces)
(#3795) Multiple spaces found before '='. (no-multi-spaces)
(#3796) Multiple spaces found before '='. (no-multi-spaces)
(#3797) Multiple spaces found before '='. (no-multi-spaces)
(#3798) Multiple spaces found before '='. (no-multi-spaces)
(#3799) Multiple spaces found before '='. (no-multi-spaces)
(#3800) Multiple spaces found before '='. (no-multi-spaces)
(#3801) Multiple spaces found before '='. (no-multi-spaces)
(#3802) Multiple spaces found before '='. (no-multi-spaces)
(#3803) Multiple spaces found before '='. (no-multi-spaces)
(#3804) Multiple spaces found before '='. (no-multi-spaces)
(#3805) Multiple spaces found before '='. (no-multi-spaces)
(#3806) Multiple spaces found before '='. (no-multi-spaces)
(#3807) Multiple spaces found before '='. (no-multi-spaces)
(#3808) Multiple spaces found before '='. (no-multi-spaces)
(#3809) Multiple spaces found before '='. (no-multi-spaces)
(#3810) Multiple spaces found before '='. (no-multi-spaces)
(#3811) Multiple spaces found before '='. (no-multi-spaces)
(#3812) Multiple spaces found before '='. (no-multi-spaces)
(#3813) Multiple spaces found before '='. (no-multi-spaces)
(#3814) Multiple spaces found before '='. (no-multi-spaces)
(#3815) Multiple spaces found before '='. (no-multi-spaces)
(#3816) Multiple spaces found before '='. (no-multi-spaces)
(#3817) Multiple spaces found before '='. (no-multi-spaces)
(#3818) Multiple spaces found before '='. (no-multi-spaces)
(#3821) Multiple spaces found before '='. (no-multi-spaces)
(#3825) Multiple spaces found before '='. (no-multi-spaces)
(#3832) Multiple spaces found before '='. (no-multi-spaces)
(#3836) Multiple spaces found before '='. (no-multi-spaces)
(#3836) Multiple spaces found before '='. (no-multi-spaces)
(#3837) Multiple spaces found before '='. (no-multi-spaces)
(#3837) Multiple spaces found before '='. (no-multi-spaces)
(#3838) Multiple spaces found before '='. (no-multi-spaces)
(#3842) Multiple spaces found before '='. (no-multi-spaces)
(#3843) Multiple spaces found before '='. (no-multi-spaces)
(#3843) Multiple spaces found before '='. (no-multi-spaces)
(#3844) Multiple spaces found before '='. (no-multi-spaces)
(#3846) Multiple spaces found before '='. (no-multi-spaces)
(#3861) Multiple spaces found before '='. (no-multi-spaces)
(#3862) Multiple spaces found before '='. (no-multi-spaces)
(#3863) Multiple spaces found before '='. (no-multi-spaces)
(#3864) Multiple spaces found before '='. (no-multi-spaces)
(#3866) Multiple spaces found before '='. (no-multi-spaces)
(#3867) Multiple spaces found before '='. (no-multi-spaces)
(#3868) Multiple spaces found before '='. (no-multi-spaces)
(#3869) Multiple spaces found before '='. (no-multi-spaces)
(#3870) Multiple spaces found before '='. (no-multi-spaces)
(#3877) Multiple spaces found before '='. (no-multi-spaces)
(#3879) Multiple spaces found before '='. (no-multi-spaces)
(#3880) Line 3880 exceeds the maximum line length of 132. (max-len)
(#3880) Multiple spaces found before '='. (no-multi-spaces)
(#3881) Line 3881 exceeds the maximum line length of 132. (max-len)
(#3883) Missing JSDoc comment. (require-jsdoc)
(#3883) Unexpected space before function parentheses. (space-before-function-paren)
(#3887) Missing JSDoc comment. (require-jsdoc)
(#3887) Unexpected space before function parentheses. (space-before-function-paren)
(#3891) Missing JSDoc comment. (require-jsdoc)
(#3891) Unexpected space before function parentheses. (space-before-function-paren)
(#3897) Multiple spaces found before '='. (no-multi-spaces)
(#3898) Multiple spaces found before '='. (no-multi-spaces)
(#3899) Multiple spaces found before '='. (no-multi-spaces)
(#3900) Multiple spaces found before '='. (no-multi-spaces)
(#3901) Multiple spaces found before '='. (no-multi-spaces)
(#3902) Multiple spaces found before '='. (no-multi-spaces)
(#3903) Multiple spaces found before '='. (no-multi-spaces)
(#3904) Multiple spaces found before '='. (no-multi-spaces)
(#3905) Multiple spaces found before '='. (no-multi-spaces)
(#3908) Multiple spaces found before '='. (no-multi-spaces)
(#3908) Multiple spaces found before 'localeMonths'. (no-multi-spaces)
(#3909) Multiple spaces found before '='. (no-multi-spaces)
(#3909) Multiple spaces found before 'localeMonthsShort'. (no-multi-spaces)
(#3910) Multiple spaces found before '='. (no-multi-spaces)
(#3910) Multiple spaces found before 'localeMonthsParse'. (no-multi-spaces)
(#3911) Multiple spaces found before '='. (no-multi-spaces)
(#3912) Multiple spaces found before '='. (no-multi-spaces)
(#3920) Multiple spaces found before '='. (no-multi-spaces)
(#3920) Multiple spaces found before 'localeWeekdays'. (no-multi-spaces)
(#3921) Multiple spaces found before '='. (no-multi-spaces)
(#3921) Multiple spaces found before 'localeWeekdaysMin'. (no-multi-spaces)
(#3922) Multiple spaces found before '='. (no-multi-spaces)
(#3922) Multiple spaces found before 'localeWeekdaysShort'. (no-multi-spaces)
(#3923) Multiple spaces found before '='. (no-multi-spaces)
(#3923) Multiple spaces found before 'localeWeekdaysParse'. (no-multi-spaces)
(#3925) Multiple spaces found before '='. (no-multi-spaces)
(#3925) Multiple spaces found before 'weekdaysRegex'. (no-multi-spaces)
(#3926) Multiple spaces found before '='. (no-multi-spaces)
(#3926) Multiple spaces found before 'weekdaysShortRegex'. (no-multi-spaces)
(#3927) Multiple spaces found before '='. (no-multi-spaces)
(#3927) Multiple spaces found before 'weekdaysMinRegex'. (no-multi-spaces)
(#3933) Missing JSDoc comment. (require-jsdoc)
(#3933) Unexpected space before function parentheses. (space-before-function-paren)
(#3939) Missing JSDoc comment. (require-jsdoc)
(#3939) Unexpected space before function parentheses. (space-before-function-paren)
(#3947) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#3967) Missing JSDoc comment. (require-jsdoc)
(#3967) Unexpected space before function parentheses. (space-before-function-paren)
(#3991) Use ‘===’ to compare with ‘null’. (no-eq-null)
(#4003) Missing JSDoc comment. (require-jsdoc)
(#4003) Unexpected space before function parentheses. (space-before-function-paren)
(#4007) Missing JSDoc comment. (require-jsdoc)
(#4007) Unexpected space before function parentheses. (space-before-function-paren)
(#4011) Missing JSDoc comment. (require-jsdoc)
(#4011) Unexpected space before function parentheses. (space-before-function-paren)
(#4015) Missing JSDoc comment. (require-jsdoc)
(#4015) Unexpected space before function parentheses. (space-before-function-paren)
(#4019) Missing JSDoc comment. (require-jsdoc)
(#4019) Unexpected space before function parentheses. (space-before-function-paren)
(#4025) Extra space after key 'ordinal'. (key-spacing)
(#4025) Unexpected space before function parentheses. (space-before-function-paren)
(#4027) Do not nest ternary expressions. (no-nested-ternary)
(#4028) Do not nest ternary expressions. (no-nested-ternary)
(#4029) Do not nest ternary expressions. (no-nested-ternary)
(#4041) Missing JSDoc comment. (require-jsdoc)
(#4041) Unexpected space before function parentheses. (space-before-function-paren)
(#4042) Multiple spaces found before '='. (no-multi-spaces)
(#4042) Unexpected 'this'. (no-invalid-this)
(#4044) Unexpected 'this'. (no-invalid-this)
(#4044) Unexpected 'this'. (no-invalid-this)
(#4045) Unexpected 'this'. (no-invalid-this)
(#4045) Multiple spaces found before '='. (no-multi-spaces)
(#4045) Unexpected 'this'. (no-invalid-this)
(#4046) Unexpected 'this'. (no-invalid-this)
(#4046) Multiple spaces found before '='. (no-multi-spaces)
(#4046) Unexpected 'this'. (no-invalid-this)
(#4048) Multiple spaces found before '='. (no-multi-spaces)
(#4049) Multiple spaces found before '='. (no-multi-spaces)
(#4050) Multiple spaces found before '='. (no-multi-spaces)
(#4051) Multiple spaces found before '='. (no-multi-spaces)
(#4052) Multiple spaces found before '='. (no-multi-spaces)
(#4053) Multiple spaces found before '='. (no-multi-spaces)
(#4055) Unexpected 'this'. (no-invalid-this)
(#4058) Missing JSDoc comment. (require-jsdoc)
(#4058) Unexpected space before function parentheses. (space-before-function-paren)
(#4062) Multiple spaces found before '+='. (no-multi-spaces)
(#4063) Multiple spaces found before '+='. (no-multi-spaces)
(#4068) Comments should not begin with a lowercase character (capitalized-comments)
(#4069) Missing JSDoc comment. (require-jsdoc)
(#4069) Unexpected space before function parentheses. (space-before-function-paren)
(#4070) Unexpected 'this'. (no-invalid-this)
(#4073) Comments should not begin with a lowercase character (capitalized-comments)
(#4074) Missing JSDoc comment. (require-jsdoc)
(#4074) Unexpected space before function parentheses. (space-before-function-paren)
(#4075) Unexpected 'this'. (no-invalid-this)
(#4078) Missing JSDoc comment. (require-jsdoc)
(#4078) Unexpected space before function parentheses. (space-before-function-paren)
(#4086) Missing JSDoc comment. (require-jsdoc)
(#4086) Unexpected space before function parentheses. (space-before-function-paren)
(#4087) Unexpected 'this'. (no-invalid-this)
(#4088) Multiple spaces found before '='. (no-multi-spaces)
(#4088) Unexpected 'this'. (no-invalid-this)
(#4089) Multiple spaces found before '='. (no-multi-spaces)
(#4089) Unexpected 'this'. (no-invalid-this)
(#4090) Multiple spaces found before '='. (no-multi-spaces)
(#4090) Unexpected 'this'. (no-invalid-this)
(#4093) Comments should not begin with a lowercase character (capitalized-comments)
(#4106) Multiple spaces found before '='. (no-multi-spaces)
(#4107) Multiple spaces found before '='. (no-multi-spaces)
(#4109) Multiple spaces found before '='. (no-multi-spaces)
(#4110) Multiple spaces found before '='. (no-multi-spaces)
(#4112) Multiple spaces found before '='. (no-multi-spaces)
(#4113) Multiple spaces found before '='. (no-multi-spaces)
(#4117) Comments should not begin with a lowercase character (capitalized-comments)
(#4126) Multiple spaces found before '='. (no-multi-spaces)
(#4128) Multiple spaces found before '='. (no-multi-spaces)
(#4130) Unexpected 'this'. (no-invalid-this)
(#4133) Missing JSDoc comment. (require-jsdoc)
(#4133) Unexpected space before function parentheses. (space-before-function-paren)
(#4139) Missing JSDoc comment. (require-jsdoc)
(#4139) Unexpected space before function parentheses. (space-before-function-paren)
(#4140) Comments should not begin with a lowercase character (capitalized-comments)
(#4144) Missing JSDoc comment. (require-jsdoc)
(#4144) Unexpected space before function parentheses. (space-before-function-paren)
(#4145) Unexpected 'this'. (no-invalid-this)
(#4150) Unexpected 'this'. (no-invalid-this)
(#4155) Multiple spaces found before '='. (no-multi-spaces)
(#4155) Unexpected 'this'. (no-invalid-this)
(#4155) Multiple spaces found before '+'. (no-multi-spaces)
(#4156) Unexpected 'this'. (no-invalid-this)
(#4159) Comments should not begin with a lowercase character (capitalized-comments)
(#4160) Unexpected 'this'. (no-invalid-this)
(#4160) Unexpected 'this'. (no-invalid-this)
(#4162) Multiple spaces found before ':'. (no-multi-spaces)
(#4162) Multiple spaces found before '+'. (no-multi-spaces)
(#4163) Multiple spaces found before ':'. (no-multi-spaces)
(#4163) Multiple spaces found before '+'. (no-multi-spaces)
(#4164) Multiple spaces found before ':'. (no-multi-spaces)
(#4164) Multiple spaces found before '+'. (no-multi-spaces)
(#4165) Multiple spaces found before '+'. (no-multi-spaces)
(#4175) Missing JSDoc comment. (require-jsdoc)
(#4175) Unexpected space before function parentheses. (space-before-function-paren)
(#4176) Unexpected 'this'. (no-invalid-this)
(#4180) Unexpected 'this'. (no-invalid-this)
(#4181) Unexpected 'this'. (no-invalid-this)
(#4182) Unexpected 'this'. (no-invalid-this)
(#4183) Unexpected 'this'. (no-invalid-this)
(#4187) Missing JSDoc comment. (require-jsdoc)
(#4187) Unexpected space before function parentheses. (space-before-function-paren)
(#4188) Unexpected space before function parentheses. (space-before-function-paren)
(#4189) Unexpected 'this'. (no-invalid-this)
(#4194) Multiple spaces found before '='. (no-multi-spaces)
(#4195) Multiple spaces found before '='. (no-multi-spaces)
(#4196) Multiple spaces found before '='. (no-multi-spaces)
(#4197) Multiple spaces found before '='. (no-multi-spaces)
(#4198) Multiple spaces found before '='. (no-multi-spaces)
(#4199) Multiple spaces found before '='. (no-multi-spaces)
(#4200) Multiple spaces found before '='. (no-multi-spaces)
(#4202) Missing JSDoc comment. (require-jsdoc)
(#4202) Unexpected space before function parentheses. (space-before-function-paren)
(#4204) Unexpected 'this'. (no-invalid-this)
(#4204) Unexpected 'this'. (no-invalid-this)
(#4207) Missing JSDoc comment. (require-jsdoc)
(#4208) Unexpected space before function parentheses. (space-before-function-paren)
(#4209) Unexpected 'this'. (no-invalid-this)
(#4209) Unexpected 'this'. (no-invalid-this)
(#4214) Multiple spaces found before '='. (no-multi-spaces)
(#4215) Multiple spaces found before '='. (no-multi-spaces)
(#4216) Multiple spaces found before '='. (no-multi-spaces)
(#4217) Multiple spaces found before '='. (no-multi-spaces)
(#4218) Multiple spaces found before '='. (no-multi-spaces)
(#4219) Multiple spaces found before '='. (no-multi-spaces)
(#4221) Missing JSDoc comment. (require-jsdoc)
(#4221) Unexpected space before function parentheses. (space-before-function-paren)
(#4222) Unexpected 'this'. (no-invalid-this)
(#4227) Comments should not begin with a lowercase character (capitalized-comments)
(#4227) Multiple spaces found before '// a few secon...'. (no-multi-spaces)
(#4228) Extra space after key 's'. (key-spacing)
(#4228) Multiple spaces found before '// seconds to ...'. (no-multi-spaces)
(#4228) Comments should not begin with a lowercase character (capitalized-comments)
(#4229) Extra space after key 'm'. (key-spacing)
(#4229) Multiple spaces found before '// minutes to ...'. (no-multi-spaces)
(#4229) Comments should not begin with a lowercase character (capitalized-comments)
(#4230) Extra space after key 'h'. (key-spacing)
(#4230) Comments should not begin with a lowercase character (capitalized-comments)
(#4230) Multiple spaces found before '// hours to da...'. (no-multi-spaces)
(#4231) Extra space after key 'd'. (key-spacing)
(#4231) Multiple spaces found before '// days to mon...'. (no-multi-spaces)
(#4231) Comments should not begin with a lowercase character (capitalized-comments)
(#4232) Extra space after key 'M'. (key-spacing)
(#4232) Comments should not begin with a lowercase character (capitalized-comments)
(#4232) Multiple spaces found before '// months to y...'. (no-multi-spaces)
(#4235) Comments should not begin with a lowercase character (capitalized-comments)
(#4236) Missing JSDoc comment. (require-jsdoc)
(#4240) Missing JSDoc comment. (require-jsdoc)
(#4240) Unexpected space before function parentheses. (space-before-function-paren)
(#4242) Multiple spaces found before '='. (no-multi-spaces)
(#4243) Multiple spaces found before '='. (no-multi-spaces)
(#4244) Multiple spaces found before '='. (no-multi-spaces)
(#4245) Multiple spaces found before '='. (no-multi-spaces)
(#4246) Multiple spaces found before '='. (no-multi-spaces)
(#4247) Multiple spaces found before '='. (no-multi-spaces)
(#4249) Multiple spaces found before '||'. (no-multi-spaces)
(#4250) Multiple spaces found before '&&'. (no-multi-spaces)
(#4251) Multiple spaces found before '&&'. (no-multi-spaces)
(#4251) Multiple spaces found before '||'. (no-multi-spaces)
(#4252) Multiple spaces found before '&&'. (no-multi-spaces)
(#4253) Multiple spaces found before '<='. (no-multi-spaces)
(#4253) Multiple spaces found before '&&'. (no-multi-spaces)
(#4253) Multiple spaces found before '||'. (no-multi-spaces)
(#4254) Multiple spaces found before '<'. (no-multi-spaces)
(#4254) Multiple spaces found before '&&'. (no-multi-spaces)
(#4254) Multiple spaces found before '||'. (no-multi-spaces)
(#4255) Multiple spaces found before '<='. (no-multi-spaces)
(#4255) Multiple spaces found before '&&'. (no-multi-spaces)
(#4255) Multiple spaces found before '||'. (no-multi-spaces)
(#4256) Multiple spaces found before '<'. (no-multi-spaces)
(#4256) Multiple spaces found before '&&'. (no-multi-spaces)
(#4256) Multiple spaces found before '||'. (no-multi-spaces)
(#4257) Multiple spaces found before '<='. (no-multi-spaces)
(#4257) Multiple spaces found before '&&'. (no-multi-spaces)
(#4257) Multiple spaces found before '||'. (no-multi-spaces)
(#4258) Multiple spaces found before '<'. (no-multi-spaces)
(#4258) Multiple spaces found before '&&'. (no-multi-spaces)
(#4258) Multiple spaces found before '||'. (no-multi-spaces)
(#4259) Multiple spaces found before '<='. (no-multi-spaces)
(#4259) Multiple spaces found before '&&'. (no-multi-spaces)
(#4259) Multiple spaces found before '||'. (no-multi-spaces)
(#4268) Missing JSDoc comment. (require-jsdoc)
(#4268) Unexpected space before function parentheses. (space-before-function-paren)
(#4272) Unary word operator 'typeof' must be followed by whitespace. (space-unary-ops)
(#4280) Missing JSDoc comment. (require-jsdoc)
(#4280) Unexpected space before function parentheses. (space-before-function-paren)
(#4294) Missing JSDoc comment. (require-jsdoc)
(#4294) Unexpected space before function parentheses. (space-before-function-paren)
(#4295) Unexpected 'this'. (no-invalid-this)
(#4296) Unexpected 'this'. (no-invalid-this)
(#4299) Unexpected 'this'. (no-invalid-this)
(#4300) Unexpected 'this'. (no-invalid-this)
(#4303) Unexpected 'this'. (no-invalid-this)
(#4311) Missing JSDoc comment. (require-jsdoc)
(#4312) Comments should not begin with a lowercase character (capitalized-comments)
(#4319) Unexpected 'this'. (no-invalid-this)
(#4320) Unexpected 'this'. (no-invalid-this)
(#4323) Unexpected 'this'. (no-invalid-this)
(#4324) Multiple spaces found before '='. (no-multi-spaces)
(#4324) Unexpected 'this'. (no-invalid-this)
(#4325) Multiple spaces found before '='. (no-multi-spaces)
(#4325) Unexpected 'this'. (no-invalid-this)
(#4329) Multiple spaces found before '='. (no-multi-spaces)
(#4330) Multiple spaces found before '='. (no-multi-spaces)
(#4335) Multiple spaces found before '='. (no-multi-spaces)
(#4339) Comments should not begin with a lowercase character (capitalized-comments)
(#4346) Unexpected 'this'. (no-invalid-this)
(#4349) Comments should not begin with a lowercase character (capitalized-comments)
(#4367) Multiple spaces found before '='. (no-multi-spaces)
(#4368) Multiple spaces found before '='. (no-multi-spaces)
(#4369) Multiple spaces found before '='. (no-multi-spaces)
(#4370) Multiple spaces found before '='. (no-multi-spaces)
(#4371) Multiple spaces found before '='. (no-multi-spaces)
(#4373) Multiple spaces found before '='. (no-multi-spaces)
(#4374) Multiple spaces found before '='. (no-multi-spaces)
(#4375) Multiple spaces found before '='. (no-multi-spaces)
(#4376) Multiple spaces found before '='. (no-multi-spaces)
(#4377) Multiple spaces found before '='. (no-multi-spaces)
(#4378) Multiple spaces found before '='. (no-multi-spaces)
(#4379) Multiple spaces found before '='. (no-multi-spaces)
(#4380) Multiple spaces found before '='. (no-multi-spaces)
(#4381) Multiple spaces found before '='. (no-multi-spaces)
(#4382) Multiple spaces found before '='. (no-multi-spaces)
(#4383) Multiple spaces found before '='. (no-multi-spaces)
(#4384) Multiple spaces found before '='. (no-multi-spaces)
(#4385) Multiple spaces found before '='. (no-multi-spaces)
(#4386) Multiple spaces found before '='. (no-multi-spaces)
(#4387) Multiple spaces found before '='. (no-multi-spaces)
(#4388) Multiple spaces found before '='. (no-multi-spaces)
(#4389) Multiple spaces found before '='. (no-multi-spaces)
(#4390) Multiple spaces found before '='. (no-multi-spaces)
(#4391) Multiple spaces found before '='. (no-multi-spaces)
(#4392) Multiple spaces found before '='. (no-multi-spaces)
(#4393) Multiple spaces found before '='. (no-multi-spaces)
(#4394) Multiple spaces found before '='. (no-multi-spaces)
(#4395) Multiple spaces found before '='. (no-multi-spaces)
(#4396) Multiple spaces found before '='. (no-multi-spaces)
(#4399) Line 4399 exceeds the maximum line length of 132. (max-len)
(#4413) Unexpected space before function parentheses. (space-before-function-paren)
(#4416) Unexpected space before function parentheses. (space-before-function-paren)
(#4422) Expected space or tab after '//' in comment. (spaced-comment)
(#4423) Expected space or tab after '//' in comment. (spaced-comment)
(#4424) Expected space or tab after '//' in comment. (spaced-comment)
(#4425) Expected space or tab after '//' in comment. (spaced-comment)
(#4426) Expected space or tab after '//' in comment. (spaced-comment)
(#4432) Multiple spaces found before '='. (no-multi-spaces)
(#4433) Multiple spaces found before '='. (no-multi-spaces)
(#4434) Multiple spaces found before '='. (no-multi-spaces)
(#4435) Multiple spaces found before '='. (no-multi-spaces)
(#4436) Multiple spaces found before '='. (no-multi-spaces)
(#4437) Multiple spaces found before '='. (no-multi-spaces)
(#4438) Multiple spaces found before '='. (no-multi-spaces)
(#4439) Multiple spaces found before '='. (no-multi-spaces)
(#4440) Multiple spaces found before '='. (no-multi-spaces)
(#4441) Multiple spaces found before '='. (no-multi-spaces)
(#4442) Multiple spaces found before '='. (no-multi-spaces)
(#4443) Multiple spaces found before '='. (no-multi-spaces)
(#4444) Multiple spaces found before '='. (no-multi-spaces)
(#4445) Multiple spaces found before '='. (no-multi-spaces)
(#4446) Multiple spaces found before '='. (no-multi-spaces)
(#4447) Multiple spaces found before '='. (no-multi-spaces)
(#4448) Multiple spaces found before '='. (no-multi-spaces)
(#4449) Multiple spaces found before '='. (no-multi-spaces)
(#4450) Multiple spaces found before '='. (no-multi-spaces)
(#4451) Multiple spaces found before '='. (no-multi-spaces)
(#4452) Multiple spaces found before '='. (no-multi-spaces)
(#4453) Multiple spaces found before '='. (no-multi-spaces)
(#4454) Multiple spaces found before '='. (no-multi-spaces)
(#4457) Multiple spaces found before '='. (no-multi-spaces)
(#4458) Multiple spaces found before '='. (no-multi-spaces)
(#4460) Expected space or tab after '//' in comment. (spaced-comment)
(#4461) Expected space or tab after '//' in comment. (spaced-comment)
(#4462) Expected space or tab after '//' in comment. (spaced-comment)
(#4465) Extra space after key 'months'. (key-spacing)
(#4466) Extra space after key 'monthsShort'. (key-spacing)
(#4467) Extra space after key 'weekdays'. (key-spacing)
(#4468) Extra space after key 'weekdaysShort'. (key-spacing)
(#4469) Extra space after key 'weekdaysMin'. (key-spacing)
(#4471) Extra space after key 'isPM'. (key-spacing)
(#4471) Unexpected space before function parentheses. (space-before-function-paren)
(#4474) Extra space after key 'meridiem'. (key-spacing)
(#4474) Unexpected space before function parentheses. (space-before-function-paren)
(#4481) Extra space after key 'longDateFormat'. (key-spacing)
(#4482) Extra space after key 'LT'. (key-spacing)
(#4483) Extra space after key 'LTS'. (key-spacing)
(#4484) Extra space after key 'L'. (key-spacing)
(#4485) Extra space after key 'LL'. (key-spacing)
(#4486) Extra space after key 'LLL'. (key-spacing)
(#4487) Extra space after key 'LLLL'. (key-spacing)
(#4489) Extra space after key 'calendar'. (key-spacing)
(#4490) Extra space after key 'sameDay'. (key-spacing)
(#4491) Extra space after key 'nextDay'. (key-spacing)
(#4492) Extra space after key 'nextWeek'. (key-spacing)
(#4493) Extra space after key 'lastDay'. (key-spacing)
(#4494) Extra space after key 'lastWeek'. (key-spacing)
(#4495) Extra space after key 'sameElse'. (key-spacing)
(#4497) Extra space after key 'relativeTime'. (key-spacing)
(#4498) Extra space after key 'future'. (key-spacing)
(#4499) Extra space after key 'past'. (key-spacing)
(#4500) Extra space after key 's'. (key-spacing)
(#4501) Extra space after key 'm'. (key-spacing)
(#4502) Extra space after key 'mm'. (key-spacing)
(#4503) Extra space after key 'h'. (key-spacing)
(#4504) Extra space after key 'hh'. (key-spacing)
(#4505) Extra space after key 'd'. (key-spacing)
(#4506) Extra space after key 'dd'. (key-spacing)
(#4507) Extra space after key 'M'. (key-spacing)
(#4508) Extra space after key 'MM'. (key-spacing)
(#4509) Extra space after key 'y'. (key-spacing)
(#4510) Extra space after key 'yy'. (key-spacing)
(#4513) Extra space after key 'ordinal'. (key-spacing)
(#4513) Unexpected space before function parentheses. (space-before-function-paren)
(#4514) Line 4514 exceeds the maximum line length of 132. (max-len)
(#4516) Extra space after key 'week'. (key-spacing)
(#4517) Extra space after key 'dow'. (key-spacing)
(#4518) Extra space after key 'doy'. (key-spacing)
(#4518) Multiple spaces found before '// Die week wa...'. (no-multi-spaces)
(#4522) Expected space or tab after '//' in comment. (spaced-comment)
(#4523) Expected space or tab after '//' in comment. (spaced-comment)
(#4524) Expected space or tab after '//' in comment. (spaced-comment)
(#4527) Extra space after key 'months'. (key-spacing)
(#4528) Extra space after key 'monthsShort'. (key-spacing)
(#4529) Extra space after key 'weekdays'. (key-spacing)
(#4530) Extra space after key 'weekdaysShort'. (key-spacing)
(#4531) Extra space after key 'weekdaysMin'. (key-spacing)
(#4532) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4533) Extra space after key 'longDateFormat'. (key-spacing)
(#4534) Extra space after key 'LT'. (key-spacing)
(#4535) Extra space after key 'LTS'. (key-spacing)
(#4536) Extra space after key 'L'. (key-spacing)
(#4537) Extra space after key 'LL'. (key-spacing)
(#4538) Extra space after key 'LLL'. (key-spacing)
(#4539) Extra space after key 'LLLL'. (key-spacing)
(#4541) Extra space after key 'calendar'. (key-spacing)
(#4549) Extra space after key 'relativeTime'. (key-spacing)
(#4550) Extra space after key 'future'. (key-spacing)
(#4551) Extra space after key 'past'. (key-spacing)
(#4552) Extra space after key 's'. (key-spacing)
(#4553) Extra space after key 'm'. (key-spacing)
(#4554) Extra space after key 'mm'. (key-spacing)
(#4555) Extra space after key 'h'. (key-spacing)
(#4556) Extra space after key 'hh'. (key-spacing)
(#4557) Extra space after key 'd'. (key-spacing)
(#4558) Extra space after key 'dd'. (key-spacing)
(#4559) Extra space after key 'M'. (key-spacing)
(#4560) Extra space after key 'MM'. (key-spacing)
(#4561) Extra space after key 'y'. (key-spacing)
(#4562) Extra space after key 'yy'. (key-spacing)
(#4564) Extra space after key 'week'. (key-spacing)
(#4565) Extra space after key 'dow'. (key-spacing)
(#4566) Extra space after key 'doy'. (key-spacing)
(#4566) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#4570) Expected space or tab after '//' in comment. (spaced-comment)
(#4571) Expected space or tab after '//' in comment. (spaced-comment)
(#4572) Expected space or tab after '//' in comment. (spaced-comment)
(#4575) Extra space after key 'months'. (key-spacing)
(#4576) Extra space after key 'monthsShort'. (key-spacing)
(#4577) Extra space after key 'weekdays'. (key-spacing)
(#4578) Extra space after key 'weekdaysShort'. (key-spacing)
(#4579) Extra space after key 'weekdaysMin'. (key-spacing)
(#4580) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4581) Extra space after key 'longDateFormat'. (key-spacing)
(#4582) Extra space after key 'LT'. (key-spacing)
(#4583) Extra space after key 'LTS'. (key-spacing)
(#4584) Extra space after key 'L'. (key-spacing)
(#4585) Extra space after key 'LL'. (key-spacing)
(#4586) Extra space after key 'LLL'. (key-spacing)
(#4587) Extra space after key 'LLLL'. (key-spacing)
(#4589) Extra space after key 'calendar'. (key-spacing)
(#4597) Extra space after key 'relativeTime'. (key-spacing)
(#4598) Extra space after key 'future'. (key-spacing)
(#4599) Extra space after key 'past'. (key-spacing)
(#4600) Extra space after key 's'. (key-spacing)
(#4601) Extra space after key 'm'. (key-spacing)
(#4602) Extra space after key 'mm'. (key-spacing)
(#4603) Extra space after key 'h'. (key-spacing)
(#4604) Extra space after key 'hh'. (key-spacing)
(#4605) Extra space after key 'd'. (key-spacing)
(#4606) Extra space after key 'dd'. (key-spacing)
(#4607) Extra space after key 'M'. (key-spacing)
(#4608) Extra space after key 'MM'. (key-spacing)
(#4609) Extra space after key 'y'. (key-spacing)
(#4610) Extra space after key 'yy'. (key-spacing)
(#4612) Extra space after key 'week'. (key-spacing)
(#4613) Extra space after key 'dow'. (key-spacing)
(#4614) Extra space after key 'doy'. (key-spacing)
(#4614) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#4618) Expected space or tab after '//' in comment. (spaced-comment)
(#4619) Expected space or tab after '//' in comment. (spaced-comment)
(#4620) Expected space or tab after '//' in comment. (spaced-comment)
(#4634) Unexpected space before function parentheses. (space-before-function-paren)
(#4635) Do not nest ternary expressions. (no-nested-ternary)
(#4635) Do not nest ternary expressions. (no-nested-ternary)
(#4635) Do not nest ternary expressions. (no-nested-ternary)
(#4635) Do not nest ternary expressions. (no-nested-ternary)
(#4638) Extra space after key 's'. (key-spacing)
(#4639) Extra space after key 'm'. (key-spacing)
(#4640) Extra space after key 'h'. (key-spacing)
(#4641) Extra space after key 'd'. (key-spacing)
(#4642) Extra space after key 'M'. (key-spacing)
(#4643) Extra space after key 'y'. (key-spacing)
(#4645) Unexpected space before function parentheses. (space-before-function-paren)
(#4646) Unexpected space before function parentheses. (space-before-function-paren)
(#4646) 'isFuture' is defined but never used. (no-unused-vars)
(#4671) Extra space after key 'months'. (key-spacing)
(#4672) Extra space after key 'monthsShort'. (key-spacing)
(#4673) Extra space after key 'weekdays'. (key-spacing)
(#4674) Extra space after key 'weekdaysShort'. (key-spacing)
(#4675) Extra space after key 'weekdaysMin'. (key-spacing)
(#4676) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4677) Extra space after key 'longDateFormat'. (key-spacing)
(#4678) Extra space after key 'LT'. (key-spacing)
(#4679) Extra space after key 'LTS'. (key-spacing)
(#4680) Extra space after key 'L'. (key-spacing)
(#4681) Extra space after key 'LL'. (key-spacing)
(#4682) Extra space after key 'LLL'. (key-spacing)
(#4683) Extra space after key 'LLLL'. (key-spacing)
(#4686) Extra space after key 'isPM'. (key-spacing)
(#4686) Unexpected space before function parentheses. (space-before-function-paren)
(#4689) Extra space after key 'meridiem'. (key-spacing)
(#4689) Unexpected space before function parentheses. (space-before-function-paren)
(#4689) 'isLower' is defined but never used. (no-unused-vars)
(#4696) Extra space after key 'calendar'. (key-spacing)
(#4704) Extra space after key 'relativeTime'. (key-spacing)
(#4705) Extra space after key 'future'. (key-spacing)
(#4706) Extra space after key 'past'. (key-spacing)
(#4707) Extra space after key 's'. (key-spacing)
(#4708) Extra space after key 'm'. (key-spacing)
(#4709) Extra space after key 'mm'. (key-spacing)
(#4710) Extra space after key 'h'. (key-spacing)
(#4711) Extra space after key 'hh'. (key-spacing)
(#4712) Extra space after key 'd'. (key-spacing)
(#4713) Extra space after key 'dd'. (key-spacing)
(#4714) Extra space after key 'M'. (key-spacing)
(#4715) Extra space after key 'MM'. (key-spacing)
(#4716) Extra space after key 'y'. (key-spacing)
(#4717) Extra space after key 'yy'. (key-spacing)
(#4719) Unexpected space before function parentheses. (space-before-function-paren)
(#4722) Unexpected space before function parentheses. (space-before-function-paren)
(#4723) Unexpected space before function parentheses. (space-before-function-paren)
(#4727) Extra space after key 'week'. (key-spacing)
(#4728) Extra space after key 'dow'. (key-spacing)
(#4729) Extra space after key 'doy'. (key-spacing)
(#4729) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#4733) Expected space or tab after '//' in comment. (spaced-comment)
(#4734) Expected space or tab after '//' in comment. (spaced-comment)
(#4735) Expected space or tab after '//' in comment. (spaced-comment)
(#4736) Expected space or tab after '//' in comment. (spaced-comment)
(#4739) Extra space after key 'months'. (key-spacing)
(#4740) Extra space after key 'monthsShort'. (key-spacing)
(#4741) Extra space after key 'weekdays'. (key-spacing)
(#4742) Extra space after key 'weekdaysShort'. (key-spacing)
(#4743) Extra space after key 'weekdaysMin'. (key-spacing)
(#4744) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4745) Extra space after key 'longDateFormat'. (key-spacing)
(#4746) Extra space after key 'LT'. (key-spacing)
(#4747) Extra space after key 'LTS'. (key-spacing)
(#4748) Extra space after key 'L'. (key-spacing)
(#4749) Extra space after key 'LL'. (key-spacing)
(#4750) Extra space after key 'LLL'. (key-spacing)
(#4751) Extra space after key 'LLLL'. (key-spacing)
(#4753) Extra space after key 'calendar'. (key-spacing)
(#4761) Extra space after key 'relativeTime'. (key-spacing)
(#4762) Extra space after key 'future'. (key-spacing)
(#4763) Extra space after key 'past'. (key-spacing)
(#4764) Extra space after key 's'. (key-spacing)
(#4765) Extra space after key 'm'. (key-spacing)
(#4766) Extra space after key 'mm'. (key-spacing)
(#4767) Extra space after key 'h'. (key-spacing)
(#4768) Extra space after key 'hh'. (key-spacing)
(#4769) Extra space after key 'd'. (key-spacing)
(#4770) Extra space after key 'dd'. (key-spacing)
(#4771) Extra space after key 'M'. (key-spacing)
(#4772) Extra space after key 'MM'. (key-spacing)
(#4773) Extra space after key 'y'. (key-spacing)
(#4774) Extra space after key 'yy'. (key-spacing)
(#4776) Extra space after key 'week'. (key-spacing)
(#4777) Extra space after key 'dow'. (key-spacing)
(#4778) Extra space after key 'doy'. (key-spacing)
(#4778) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#4782) Expected space or tab after '//' in comment. (spaced-comment)
(#4783) Expected space or tab after '//' in comment. (spaced-comment)
(#4784) Expected space or tab after '//' in comment. (spaced-comment)
(#4812) Extra space after key 'months'. (key-spacing)
(#4813) Extra space after key 'monthsShort'. (key-spacing)
(#4814) Extra space after key 'weekdays'. (key-spacing)
(#4815) Extra space after key 'weekdaysShort'. (key-spacing)
(#4816) Extra space after key 'weekdaysMin'. (key-spacing)
(#4817) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4818) Extra space after key 'longDateFormat'. (key-spacing)
(#4819) Extra space after key 'LT'. (key-spacing)
(#4820) Extra space after key 'LTS'. (key-spacing)
(#4821) Extra space after key 'L'. (key-spacing)
(#4822) Extra space after key 'LL'. (key-spacing)
(#4823) Extra space after key 'LLL'. (key-spacing)
(#4824) Extra space after key 'LLLL'. (key-spacing)
(#4827) Extra space after key 'isPM'. (key-spacing)
(#4827) Unexpected space before function parentheses. (space-before-function-paren)
(#4830) Extra space after key 'meridiem'. (key-spacing)
(#4830) Unexpected space before function parentheses. (space-before-function-paren)
(#4830) 'isLower' is defined but never used. (no-unused-vars)
(#4837) Extra space after key 'calendar'. (key-spacing)
(#4845) Extra space after key 'relativeTime'. (key-spacing)
(#4846) Extra space after key 'future'. (key-spacing)
(#4847) Extra space after key 'past'. (key-spacing)
(#4848) Extra space after key 's'. (key-spacing)
(#4849) Extra space after key 'm'. (key-spacing)
(#4850) Extra space after key 'mm'. (key-spacing)
(#4851) Extra space after key 'h'. (key-spacing)
(#4852) Extra space after key 'hh'. (key-spacing)
(#4853) Extra space after key 'd'. (key-spacing)
(#4854) Extra space after key 'dd'. (key-spacing)
(#4855) Extra space after key 'M'. (key-spacing)
(#4856) Extra space after key 'MM'. (key-spacing)
(#4857) Extra space after key 'y'. (key-spacing)
(#4858) Extra space after key 'yy'. (key-spacing)
(#4860) Unexpected space before function parentheses. (space-before-function-paren)
(#4861) Unexpected space before function parentheses. (space-before-function-paren)
(#4865) Unexpected space before function parentheses. (space-before-function-paren)
(#4866) Unexpected space before function parentheses. (space-before-function-paren)
(#4870) Extra space after key 'week'. (key-spacing)
(#4871) Extra space after key 'dow'. (key-spacing)
(#4872) Extra space after key 'doy'. (key-spacing)
(#4872) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#4876) Expected space or tab after '//' in comment. (spaced-comment)
(#4877) Expected space or tab after '//' in comment. (spaced-comment)
(#4878) Expected space or tab after '//' in comment. (spaced-comment)
(#4886) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4924) Expected space or tab after '//' in comment. (spaced-comment)
(#4925) Expected space or tab after '//' in comment. (spaced-comment)
(#4926) Expected space or tab after '//' in comment. (spaced-comment)
(#4927) Expected space or tab after '//' in comment. (spaced-comment)
(#4928) Expected space or tab after '//' in comment. (spaced-comment)
(#4954) Unexpected space before function parentheses. (space-before-function-paren)
(#4955) Do not nest ternary expressions. (no-nested-ternary)
(#4955) Do not nest ternary expressions. (no-nested-ternary)
(#4955) Do not nest ternary expressions. (no-nested-ternary)
(#4955) Do not nest ternary expressions. (no-nested-ternary)
(#4958) Extra space after key 's'. (key-spacing)
(#4959) Extra space after key 'm'. (key-spacing)
(#4960) Extra space after key 'h'. (key-spacing)
(#4961) Extra space after key 'd'. (key-spacing)
(#4962) Extra space after key 'M'. (key-spacing)
(#4963) Extra space after key 'y'. (key-spacing)
(#4965) Unexpected space before function parentheses. (space-before-function-paren)
(#4966) Unexpected space before function parentheses. (space-before-function-paren)
(#4966) 'isFuture' is defined but never used. (no-unused-vars)
(#4991) Extra space after key 'months'. (key-spacing)
(#4992) Extra space after key 'monthsShort'. (key-spacing)
(#4993) Extra space after key 'weekdays'. (key-spacing)
(#4994) Extra space after key 'weekdaysShort'. (key-spacing)
(#4995) Extra space after key 'weekdaysMin'. (key-spacing)
(#4996) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#4997) Extra space after key 'longDateFormat'. (key-spacing)
(#4998) Extra space after key 'LT'. (key-spacing)
(#4999) Extra space after key 'LTS'. (key-spacing)
(#5000) Extra space after key 'L'. (key-spacing)
(#5001) Extra space after key 'LL'. (key-spacing)
(#5002) Extra space after key 'LLL'. (key-spacing)
(#5003) Extra space after key 'LLLL'. (key-spacing)
(#5006) Extra space after key 'isPM'. (key-spacing)
(#5006) Unexpected space before function parentheses. (space-before-function-paren)
(#5009) Extra space after key 'meridiem'. (key-spacing)
(#5009) Unexpected space before function parentheses. (space-before-function-paren)
(#5009) 'isLower' is defined but never used. (no-unused-vars)
(#5016) Extra space after key 'calendar'. (key-spacing)
(#5024) Extra space after key 'relativeTime'. (key-spacing)
(#5025) Extra space after key 'future'. (key-spacing)
(#5026) Extra space after key 'past'. (key-spacing)
(#5027) Extra space after key 's'. (key-spacing)
(#5028) Extra space after key 'm'. (key-spacing)
(#5029) Extra space after key 'mm'. (key-spacing)
(#5030) Extra space after key 'h'. (key-spacing)
(#5031) Extra space after key 'hh'. (key-spacing)
(#5032) Extra space after key 'd'. (key-spacing)
(#5033) Extra space after key 'dd'. (key-spacing)
(#5034) Extra space after key 'M'. (key-spacing)
(#5035) Extra space after key 'MM'. (key-spacing)
(#5036) Extra space after key 'y'. (key-spacing)
(#5037) Extra space after key 'yy'. (key-spacing)
(#5039) Unexpected space before function parentheses. (space-before-function-paren)
(#5040) Unexpected space before function parentheses. (space-before-function-paren)
(#5044) Unexpected space before function parentheses. (space-before-function-paren)
(#5045) Unexpected space before function parentheses. (space-before-function-paren)
(#5049) Extra space after key 'week'. (key-spacing)
(#5050) Extra space after key 'dow'. (key-spacing)
(#5051) Extra space after key 'doy'. (key-spacing)
(#5051) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5055) Expected space or tab after '//' in comment. (spaced-comment)
(#5056) Expected space or tab after '//' in comment. (spaced-comment)
(#5057) Expected space or tab after '//' in comment. (spaced-comment)
(#5060) Unquoted number literal '1' used as key. (quote-props)
(#5061) Unquoted number literal '5' used as key. (quote-props)
(#5062) Unquoted number literal '8' used as key. (quote-props)
(#5063) Unquoted number literal '70' used as key. (quote-props)
(#5064) Unquoted number literal '80' used as key. (quote-props)
(#5065) Unquoted number literal '2' used as key. (quote-props)
(#5066) Unquoted number literal '7' used as key. (quote-props)
(#5067) Unquoted number literal '20' used as key. (quote-props)
(#5068) Unquoted number literal '50' used as key. (quote-props)
(#5069) Unquoted number literal '3' used as key. (quote-props)
(#5070) Unquoted number literal '4' used as key. (quote-props)
(#5071) Unquoted number literal '100' used as key. (quote-props)
(#5072) Unquoted number literal '6' used as key. (quote-props)
(#5073) Unquoted number literal '9' used as key. (quote-props)
(#5074) Unquoted number literal '10' used as key. (quote-props)
(#5075) Unquoted number literal '30' used as key. (quote-props)
(#5076) Unquoted number literal '60' used as key. (quote-props)
(#5077) Unquoted number literal '90' used as key. (quote-props)
(#5081) Extra space after key 'months'. (key-spacing)
(#5082) Extra space after key 'monthsShort'. (key-spacing)
(#5083) Extra space after key 'weekdays'. (key-spacing)
(#5084) Extra space after key 'weekdaysShort'. (key-spacing)
(#5085) Extra space after key 'weekdaysMin'. (key-spacing)
(#5086) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#5087) Extra space after key 'longDateFormat'. (key-spacing)
(#5088) Extra space after key 'LT'. (key-spacing)
(#5089) Extra space after key 'LTS'. (key-spacing)
(#5090) Extra space after key 'L'. (key-spacing)
(#5091) Extra space after key 'LL'. (key-spacing)
(#5092) Extra space after key 'LLL'. (key-spacing)
(#5093) Extra space after key 'LLLL'. (key-spacing)
(#5095) Extra space after key 'calendar'. (key-spacing)
(#5096) Extra space after key 'sameDay'. (key-spacing)
(#5097) Extra space after key 'nextDay'. (key-spacing)
(#5098) Extra space after key 'nextWeek'. (key-spacing)
(#5099) Extra space after key 'lastDay'. (key-spacing)
(#5100) Extra space after key 'lastWeek'. (key-spacing)
(#5101) Extra space after key 'sameElse'. (key-spacing)
(#5103) Extra space after key 'relativeTime'. (key-spacing)
(#5104) Extra space after key 'future'. (key-spacing)
(#5105) Extra space after key 'past'. (key-spacing)
(#5106) Extra space after key 's'. (key-spacing)
(#5107) Extra space after key 'm'. (key-spacing)
(#5108) Extra space after key 'mm'. (key-spacing)
(#5109) Extra space after key 'h'. (key-spacing)
(#5110) Extra space after key 'hh'. (key-spacing)
(#5111) Extra space after key 'd'. (key-spacing)
(#5112) Extra space after key 'dd'. (key-spacing)
(#5113) Extra space after key 'M'. (key-spacing)
(#5114) Extra space after key 'MM'. (key-spacing)
(#5115) Extra space after key 'y'. (key-spacing)
(#5116) Extra space after key 'yy'. (key-spacing)
(#5119) Extra space after key 'isPM'. (key-spacing)
(#5119) Unexpected space before function parentheses. (space-before-function-paren)
(#5122) Extra space after key 'meridiem'. (key-spacing)
(#5122) Unexpected space before function parentheses. (space-before-function-paren)
(#5122) 'isLower' is defined but never used. (no-unused-vars)
(#5134) Extra space after key 'ordinal'. (key-spacing)
(#5134) Unexpected space before function parentheses. (space-before-function-paren)
(#5135) Comments should not begin with a lowercase character (capitalized-comments)
(#5135) Multiple spaces found before '// special cas...'. (no-multi-spaces)
(#5143) Extra space after key 'week'. (key-spacing)
(#5144) Extra space after key 'dow'. (key-spacing)
(#5145) Extra space after key 'doy'. (key-spacing)
(#5145) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5149) Expected space or tab after '//' in comment. (spaced-comment)
(#5150) Expected space or tab after '//' in comment. (spaced-comment)
(#5151) Expected space or tab after '//' in comment. (spaced-comment)
(#5152) Expected space or tab after '//' in comment. (spaced-comment)
(#5153) Expected space or tab after '//' in comment. (spaced-comment)
(#5155) Missing JSDoc comment. (require-jsdoc)
(#5157) Line 5157 exceeds the maximum line length of 132. (max-len)
(#5157) Do not nest ternary expressions. (no-nested-ternary)
(#5159) Missing JSDoc comment. (require-jsdoc)
(#5169) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5172) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#5179) Extra space after key 'months'. (key-spacing)
(#5183) Extra space after key 'monthsShort'. (key-spacing)
(#5184) Extra space after key 'weekdays'. (key-spacing)
(#5189) Extra space after key 'weekdaysShort'. (key-spacing)
(#5190) Extra space after key 'weekdaysMin'. (key-spacing)
(#5191) Extra space after key 'longDateFormat'. (key-spacing)
(#5192) Extra space after key 'LT'. (key-spacing)
(#5193) Extra space after key 'LTS'. (key-spacing)
(#5194) Extra space after key 'L'. (key-spacing)
(#5195) Extra space after key 'LL'. (key-spacing)
(#5196) Extra space after key 'LLL'. (key-spacing)
(#5197) Extra space after key 'LLLL'. (key-spacing)
(#5199) Extra space after key 'calendar'. (key-spacing)
(#5203) Unexpected space before function parentheses. (space-before-function-paren)
(#5206) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#5206) Unexpected space before function parentheses. (space-before-function-paren)
(#5221) Extra space after key 'relativeTime'. (key-spacing)
(#5222) Extra space after key 'future'. (key-spacing)
(#5223) Extra space after key 'past'. (key-spacing)
(#5224) Extra space after key 's'. (key-spacing)
(#5225) Extra space after key 'm'. (key-spacing)
(#5226) Extra space after key 'mm'. (key-spacing)
(#5227) Extra space after key 'h'. (key-spacing)
(#5228) Extra space after key 'hh'. (key-spacing)
(#5229) Extra space after key 'd'. (key-spacing)
(#5230) Extra space after key 'dd'. (key-spacing)
(#5231) Extra space after key 'M'. (key-spacing)
(#5232) Extra space after key 'MM'. (key-spacing)
(#5233) Extra space after key 'y'. (key-spacing)
(#5234) Extra space after key 'yy'. (key-spacing)
(#5237) Extra space after key 'isPM'. (key-spacing)
(#5237) Unexpected space before function parentheses. (space-before-function-paren)
(#5240) Extra space after key 'meridiem'. (key-spacing)
(#5240) Unexpected space before function parentheses. (space-before-function-paren)
(#5240) 'isLower' is defined but never used. (no-unused-vars)
(#5252) Unexpected space before function parentheses. (space-before-function-paren)
(#5259) Line 5259 exceeds the maximum line length of 132. (max-len)
(#5266) Extra space after key 'week'. (key-spacing)
(#5267) Extra space after key 'dow'. (key-spacing)
(#5268) Extra space after key 'doy'. (key-spacing)
(#5268) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5272) Expected space or tab after '//' in comment. (spaced-comment)
(#5273) Expected space or tab after '//' in comment. (spaced-comment)
(#5274) Expected space or tab after '//' in comment. (spaced-comment)
(#5277) Extra space after key 'months'. (key-spacing)
(#5278) Extra space after key 'monthsShort'. (key-spacing)
(#5279) Extra space after key 'weekdays'. (key-spacing)
(#5280) Extra space after key 'weekdaysShort'. (key-spacing)
(#5281) Extra space after key 'weekdaysMin'. (key-spacing)
(#5282) Extra space after key 'longDateFormat'. (key-spacing)
(#5283) Extra space after key 'LT'. (key-spacing)
(#5284) Extra space after key 'LTS'. (key-spacing)
(#5285) Extra space after key 'L'. (key-spacing)
(#5286) Extra space after key 'LL'. (key-spacing)
(#5287) Extra space after key 'LLL'. (key-spacing)
(#5288) Extra space after key 'LLLL'. (key-spacing)
(#5290) Extra space after key 'calendar'. (key-spacing)
(#5291) Extra space after key 'sameDay'. (key-spacing)
(#5292) Extra space after key 'nextDay'. (key-spacing)
(#5293) Extra space after key 'nextWeek'. (key-spacing)
(#5294) Extra space after key 'lastDay'. (key-spacing)
(#5295) Extra space after key 'lastWeek'. (key-spacing)
(#5295) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#5295) Unexpected space before function parentheses. (space-before-function-paren)
(#5308) Extra space after key 'sameElse'. (key-spacing)
(#5310) Extra space after key 'relativeTime'. (key-spacing)
(#5311) Extra space after key 'future'. (key-spacing)
(#5312) Extra space after key 'past'. (key-spacing)
(#5313) Extra space after key 's'. (key-spacing)
(#5314) Extra space after key 'm'. (key-spacing)
(#5315) Extra space after key 'mm'. (key-spacing)
(#5316) Extra space after key 'h'. (key-spacing)
(#5317) Extra space after key 'hh'. (key-spacing)
(#5318) Extra space after key 'd'. (key-spacing)
(#5319) Extra space after key 'dd'. (key-spacing)
(#5320) Extra space after key 'M'. (key-spacing)
(#5321) Extra space after key 'MM'. (key-spacing)
(#5322) Extra space after key 'y'. (key-spacing)
(#5323) Extra space after key 'yy'. (key-spacing)
(#5326) Extra space after key 'ordinal'. (key-spacing)
(#5326) Unexpected space before function parentheses. (space-before-function-paren)
(#5345) Extra space after key 'week'. (key-spacing)
(#5346) Extra space after key 'dow'. (key-spacing)
(#5347) Extra space after key 'doy'. (key-spacing)
(#5347) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5351) Expected space or tab after '//' in comment. (spaced-comment)
(#5352) Expected space or tab after '//' in comment. (spaced-comment)
(#5353) Expected space or tab after '//' in comment. (spaced-comment)
(#5381) Extra space after key 'months'. (key-spacing)
(#5382) Extra space after key 'monthsShort'. (key-spacing)
(#5383) Extra space after key 'weekdays'. (key-spacing)
(#5384) Extra space after key 'weekdaysShort'. (key-spacing)
(#5385) Extra space after key 'weekdaysMin'. (key-spacing)
(#5386) Extra space after key 'longDateFormat'. (key-spacing)
(#5387) Extra space after key 'LT'. (key-spacing)
(#5388) Extra space after key 'LTS'. (key-spacing)
(#5389) Extra space after key 'L'. (key-spacing)
(#5390) Extra space after key 'LL'. (key-spacing)
(#5391) Extra space after key 'LLL'. (key-spacing)
(#5392) Extra space after key 'LLLL'. (key-spacing)
(#5394) Extra space after key 'calendar'. (key-spacing)
(#5395) Extra space after key 'sameDay'. (key-spacing)
(#5396) Extra space after key 'nextDay'. (key-spacing)
(#5397) Extra space after key 'nextWeek'. (key-spacing)
(#5398) Extra space after key 'lastDay'. (key-spacing)
(#5399) Extra space after key 'lastWeek'. (key-spacing)
(#5400) Extra space after key 'sameElse'. (key-spacing)
(#5402) Extra space after key 'relativeTime'. (key-spacing)
(#5403) Extra space after key 'future'. (key-spacing)
(#5404) Extra space after key 'past'. (key-spacing)
(#5405) Extra space after key 's'. (key-spacing)
(#5406) Extra space after key 'm'. (key-spacing)
(#5407) Extra space after key 'mm'. (key-spacing)
(#5408) Extra space after key 'h'. (key-spacing)
(#5409) Extra space after key 'hh'. (key-spacing)
(#5410) Extra space after key 'd'. (key-spacing)
(#5411) Extra space after key 'dd'. (key-spacing)
(#5412) Extra space after key 'M'. (key-spacing)
(#5413) Extra space after key 'MM'. (key-spacing)
(#5414) Extra space after key 'y'. (key-spacing)
(#5415) Extra space after key 'yy'. (key-spacing)
(#5417) Unexpected space before function parentheses. (space-before-function-paren)
(#5418) Unexpected space before function parentheses. (space-before-function-paren)
(#5422) Unexpected space before function parentheses. (space-before-function-paren)
(#5423) Unexpected space before function parentheses. (space-before-function-paren)
(#5428) Extra space after key 'meridiemHour'. (key-spacing)
(#5428) Unexpected space before function parentheses. (space-before-function-paren)
(#5440) Extra space after key 'meridiem'. (key-spacing)
(#5440) Unexpected space before function parentheses. (space-before-function-paren)
(#5440) 'isLower' is defined but never used. (no-unused-vars)
(#5453) Extra space after key 'week'. (key-spacing)
(#5454) Extra space after key 'dow'. (key-spacing)
(#5455) Extra space after key 'doy'. (key-spacing)
(#5455) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5459) Expected space or tab after '//' in comment. (spaced-comment)
(#5460) Expected space or tab after '//' in comment. (spaced-comment)
(#5461) Expected space or tab after '//' in comment. (spaced-comment)
(#5489) Line 5489 exceeds the maximum line length of 132. (max-len)
(#5489) Extra space after key 'months'. (key-spacing)
(#5490) Line 5490 exceeds the maximum line length of 132. (max-len)
(#5490) Extra space after key 'monthsShort'. (key-spacing)
(#5491) Extra space after key 'weekdays'. (key-spacing)
(#5492) Extra space after key 'weekdaysShort'. (key-spacing)
(#5493) Extra space after key 'weekdaysMin'. (key-spacing)
(#5494) Extra space after key 'longDateFormat'. (key-spacing)
(#5495) Extra space after key 'LT'. (key-spacing)
(#5496) Extra space after key 'LTS'. (key-spacing)
(#5497) Extra space after key 'L'. (key-spacing)
(#5498) Extra space after key 'LL'. (key-spacing)
(#5499) Extra space after key 'LLL'. (key-spacing)
(#5500) Extra space after key 'LLLL'. (key-spacing)
(#5502) Extra space after key 'calendar'. (key-spacing)
(#5503) Extra space after key 'sameDay'. (key-spacing)
(#5504) Extra space after key 'nextDay'. (key-spacing)
(#5505) Extra space after key 'nextWeek'. (key-spacing)
(#5506) Extra space after key 'lastDay'. (key-spacing)
(#5507) Extra space after key 'lastWeek'. (key-spacing)
(#5508) Extra space after key 'sameElse'. (key-spacing)
(#5510) Extra space after key 'relativeTime'. (key-spacing)
(#5511) Extra space after key 'future'. (key-spacing)
(#5512) Extra space after key 'past'. (key-spacing)
(#5513) Extra space after key 's'. (key-spacing)
(#5514) Extra space after key 'm'. (key-spacing)
(#5515) Extra space after key 'mm'. (key-spacing)
(#5516) Extra space after key 'h'. (key-spacing)
(#5517) Extra space after key 'hh'. (key-spacing)
(#5518) Extra space after key 'd'. (key-spacing)
(#5519) Extra space after key 'dd'. (key-spacing)
(#5520) Extra space after key 'M'. (key-spacing)
(#5521) Extra space after key 'MM'. (key-spacing)
(#5522) Extra space after key 'y'. (key-spacing)
(#5523) Extra space after key 'yy'. (key-spacing)
(#5525) Unexpected space before function parentheses. (space-before-function-paren)
(#5526) Unexpected space before function parentheses. (space-before-function-paren)
(#5530) Unexpected space before function parentheses. (space-before-function-paren)
(#5531) Unexpected space before function parentheses. (space-before-function-paren)
(#5536) Extra space after key 'meridiemHour'. (key-spacing)
(#5536) Unexpected space before function parentheses. (space-before-function-paren)
(#5548) Extra space after key 'meridiem'. (key-spacing)
(#5548) Unexpected space before function parentheses. (space-before-function-paren)
(#5548) 'isLower' is defined but never used. (no-unused-vars)
(#5561) Extra space after key 'week'. (key-spacing)
(#5562) Extra space after key 'dow'. (key-spacing)
(#5563) Extra space after key 'doy'. (key-spacing)
(#5563) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5567) Expected space or tab after '//' in comment. (spaced-comment)
(#5568) Expected space or tab after '//' in comment. (spaced-comment)
(#5569) Expected space or tab after '//' in comment. (spaced-comment)
(#5571) Missing JSDoc comment. (require-jsdoc)
(#5579) Missing JSDoc comment. (require-jsdoc)
(#5591) Missing JSDoc comment. (require-jsdoc)
(#5597) Missing JSDoc comment. (require-jsdoc)
(#5603) Missing JSDoc comment. (require-jsdoc)
(#5616) Extra space after key 'months'. (key-spacing)
(#5617) Extra space after key 'monthsShort'. (key-spacing)
(#5618) Extra space after key 'weekdays'. (key-spacing)
(#5619) Extra space after key 'weekdaysShort'. (key-spacing)
(#5620) Extra space after key 'weekdaysMin'. (key-spacing)
(#5621) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#5622) Extra space after key 'longDateFormat'. (key-spacing)
(#5623) Extra space after key 'LT'. (key-spacing)
(#5624) Extra space after key 'LTS'. (key-spacing)
(#5625) Extra space after key 'L'. (key-spacing)
(#5626) Extra space after key 'LL'. (key-spacing)
(#5627) Extra space after key 'LLL'. (key-spacing)
(#5628) Extra space after key 'LLLL'. (key-spacing)
(#5630) Extra space after key 'calendar'. (key-spacing)
(#5631) Extra space after key 'sameDay'. (key-spacing)
(#5632) Extra space after key 'nextDay'. (key-spacing)
(#5633) Extra space after key 'nextWeek'. (key-spacing)
(#5634) Extra space after key 'lastDay'. (key-spacing)
(#5635) Extra space after key 'lastWeek'. (key-spacing)
(#5636) Extra space after key 'sameElse'. (key-spacing)
(#5638) Extra space after key 'relativeTime'. (key-spacing)
(#5639) Extra space after key 'future'. (key-spacing)
(#5640) Extra space after key 'past'. (key-spacing)
(#5641) Extra space after key 's'. (key-spacing)
(#5642) Extra space after key 'm'. (key-spacing)
(#5643) Extra space after key 'mm'. (key-spacing)
(#5644) Extra space after key 'h'. (key-spacing)
(#5645) Extra space after key 'hh'. (key-spacing)
(#5646) Extra space after key 'd'. (key-spacing)
(#5647) Extra space after key 'dd'. (key-spacing)
(#5648) Extra space after key 'M'. (key-spacing)
(#5649) Extra space after key 'MM'. (key-spacing)
(#5650) Extra space after key 'y'. (key-spacing)
(#5651) Extra space after key 'yy'. (key-spacing)
(#5654) Extra space after key 'ordinal'. (key-spacing)
(#5654) Unexpected space before function parentheses. (space-before-function-paren)
(#5658) Extra space after key 'week'. (key-spacing)
(#5659) Extra space after key 'dow'. (key-spacing)
(#5660) Extra space after key 'doy'. (key-spacing)
(#5660) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5664) Expected space or tab after '//' in comment. (spaced-comment)
(#5665) Expected space or tab after '//' in comment. (spaced-comment)
(#5666) Expected space or tab after '//' in comment. (spaced-comment)
(#5667) Expected space or tab after '//' in comment. (spaced-comment)
(#5669) Function 'translate' has a complexity of 27. (complexity)
(#5669) Missing JSDoc comment. (require-jsdoc)
(#5669) Expected to return a value at the end of function 'translate'. (consistent-return)
(#5723) Extra space after key 'months'. (key-spacing)
(#5724) Extra space after key 'monthsShort'. (key-spacing)
(#5726) Extra space after key 'weekdays'. (key-spacing)
(#5727) Extra space after key 'weekdaysShort'. (key-spacing)
(#5728) Extra space after key 'weekdaysMin'. (key-spacing)
(#5729) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#5730) Extra space after key 'longDateFormat'. (key-spacing)
(#5731) Extra space after key 'LT'. (key-spacing)
(#5732) Extra space after key 'LTS'. (key-spacing)
(#5733) Extra space after key 'L'. (key-spacing)
(#5734) Extra space after key 'LL'. (key-spacing)
(#5735) Extra space after key 'LLL'. (key-spacing)
(#5736) Extra space after key 'LLLL'. (key-spacing)
(#5738) Extra space after key 'calendar'. (key-spacing)
(#5739) Extra space after key 'sameDay'. (key-spacing)
(#5740) Extra space after key 'nextDay'. (key-spacing)
(#5741) Extra space after key 'nextWeek'. (key-spacing)
(#5741) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#5741) Unexpected space before function parentheses. (space-before-function-paren)
(#5756) Extra space after key 'lastDay'. (key-spacing)
(#5757) Extra space after key 'lastWeek'. (key-spacing)
(#5757) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#5757) Unexpected space before function parentheses. (space-before-function-paren)
(#5771) Extra space after key 'sameElse'. (key-spacing)
(#5773) Extra space after key 'relativeTime'. (key-spacing)
(#5774) Extra space after key 'future'. (key-spacing)
(#5775) Extra space after key 'past'. (key-spacing)
(#5776) Extra space after key 's'. (key-spacing)
(#5777) Extra space after key 'm'. (key-spacing)
(#5778) Extra space after key 'mm'. (key-spacing)
(#5779) Extra space after key 'h'. (key-spacing)
(#5780) Extra space after key 'hh'. (key-spacing)
(#5781) Extra space after key 'd'. (key-spacing)
(#5782) Extra space after key 'dd'. (key-spacing)
(#5783) Extra space after key 'M'. (key-spacing)
(#5784) Extra space after key 'MM'. (key-spacing)
(#5785) Extra space after key 'y'. (key-spacing)
(#5786) Extra space after key 'yy'. (key-spacing)
(#5789) Extra space after key 'ordinal'. (key-spacing)
(#5790) Extra space after key 'week'. (key-spacing)
(#5791) Extra space after key 'dow'. (key-spacing)
(#5792) Extra space after key 'doy'. (key-spacing)
(#5792) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5796) Expected space or tab after '//' in comment. (spaced-comment)
(#5797) Expected space or tab after '//' in comment. (spaced-comment)
(#5798) Expected space or tab after '//' in comment. (spaced-comment)
(#5801) Extra space after key 'months'. (key-spacing)
(#5803) Line 5803 exceeds the maximum line length of 132. (max-len)
(#5806) Extra space after key 'monthsShort'. (key-spacing)
(#5807) Extra space after key 'monthsParseExact'. (key-spacing)
(#5808) Extra space after key 'weekdays'. (key-spacing)
(#5809) Extra space after key 'weekdaysShort'. (key-spacing)
(#5810) Extra space after key 'weekdaysMin'. (key-spacing)
(#5811) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#5812) Extra space after key 'longDateFormat'. (key-spacing)
(#5813) Extra space after key 'LT'. (key-spacing)
(#5814) Extra space after key 'LTS'. (key-spacing)
(#5815) Extra space after key 'L'. (key-spacing)
(#5816) Extra space after key 'LL'. (key-spacing)
(#5817) Extra space after key 'll'. (key-spacing)
(#5818) Extra space after key 'LLL'. (key-spacing)
(#5819) Extra space after key 'lll'. (key-spacing)
(#5820) Extra space after key 'LLLL'. (key-spacing)
(#5821) Extra space after key 'llll'. (key-spacing)
(#5823) Extra space after key 'calendar'. (key-spacing)
(#5824) Extra space after key 'sameDay'. (key-spacing)
(#5824) Unexpected space before function parentheses. (space-before-function-paren)
(#5827) Extra space after key 'nextDay'. (key-spacing)
(#5827) Unexpected space before function parentheses. (space-before-function-paren)
(#5830) Extra space after key 'nextWeek'. (key-spacing)
(#5830) Unexpected space before function parentheses. (space-before-function-paren)
(#5833) Extra space after key 'lastDay'. (key-spacing)
(#5833) Unexpected space before function parentheses. (space-before-function-paren)
(#5836) Extra space after key 'lastWeek'. (key-spacing)
(#5836) Unexpected space before function parentheses. (space-before-function-paren)
(#5839) Extra space after key 'sameElse'. (key-spacing)
(#5841) Extra space after key 'relativeTime'. (key-spacing)
(#5842) Extra space after key 'future'. (key-spacing)
(#5843) Extra space after key 'past'. (key-spacing)
(#5844) Extra space after key 's'. (key-spacing)
(#5845) Extra space after key 'm'. (key-spacing)
(#5846) Extra space after key 'mm'. (key-spacing)
(#5847) Extra space after key 'h'. (key-spacing)
(#5848) Extra space after key 'hh'. (key-spacing)
(#5849) Extra space after key 'd'. (key-spacing)
(#5850) Extra space after key 'dd'. (key-spacing)
(#5851) Extra space after key 'M'. (key-spacing)
(#5852) Extra space after key 'MM'. (key-spacing)
(#5853) Extra space after key 'y'. (key-spacing)
(#5854) Extra space after key 'yy'. (key-spacing)
(#5857) Extra space after key 'ordinal'. (key-spacing)
(#5857) Unexpected space before function parentheses. (space-before-function-paren)
(#5858) Do not nest ternary expressions. (no-nested-ternary)
(#5859) Do not nest ternary expressions. (no-nested-ternary)
(#5860) Do not nest ternary expressions. (no-nested-ternary)
(#5867) Extra space after key 'week'. (key-spacing)
(#5868) Extra space after key 'dow'. (key-spacing)
(#5869) Extra space after key 'doy'. (key-spacing)
(#5869) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#5873) Expected space or tab after '//' in comment. (spaced-comment)
(#5874) Expected space or tab after '//' in comment. (spaced-comment)
(#5875) Expected space or tab after '//' in comment. (spaced-comment)
(#5879) Missing JSDoc comment. (require-jsdoc)
(#5880) Unexpected use of '~'. (no-bitwise)
(#5880) Unexpected use of '~'. (no-bitwise)
(#5882) Function 'translate$1' has a complexity of 39. (complexity)
(#5882) Missing JSDoc comment. (require-jsdoc)
(#5882) Expected to return a value at the end of function 'translate$1'. (consistent-return)
(#5885) Comments should not begin with a lowercase character (capitalized-comments)
(#5885) Multiple spaces found before '// a few secon...'. (no-multi-spaces)
(#5887) Multiple spaces found before '// a minute / ...'. (no-multi-spaces)
(#5887) Comments should not begin with a lowercase character (capitalized-comments)
(#5888) Do not nest ternary expressions. (no-nested-ternary)
(#5895) Unreachable code. (no-unreachable)
(#5896) Comments should not begin with a lowercase character (capitalized-comments)
(#5896) Multiple spaces found before '// an hour / i...'. (no-multi-spaces)
(#5897) Do not nest ternary expressions. (no-nested-ternary)
(#5904) Unreachable code. (no-unreachable)
(#5905) Comments should not begin with a lowercase character (capitalized-comments)
(#5905) Multiple spaces found before '// a day / in ...'. (no-multi-spaces)
(#5913) Unreachable code. (no-unreachable)
(#5914) Multiple spaces found before '// a month / i...'. (no-multi-spaces)
(#5914) Comments should not begin with a lowercase character (capitalized-comments)
(#5922) Unreachable code. (no-unreachable)
(#5923) Comments should not begin with a lowercase character (capitalized-comments)
(#5923) Multiple spaces found before '// a year / in...'. (no-multi-spaces)
(#5931) Unreachable code. (no-unreachable)
(#5936) Extra space after key 'months'. (key-spacing)
(#5937) Extra space after key 'monthsShort'. (key-spacing)
(#5938) Extra space after key 'monthsParse'. (key-spacing)
(#5938) Unexpected space before function parentheses. (space-before-function-paren)
(#5939) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5941) Comments should not begin with a lowercase character (capitalized-comments)
(#5946) Extra space after key 'shortMonthsParse'. (key-spacing)
(#5946) Unexpected space before function parentheses. (space-before-function-paren)
(#5947) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5953) Extra space after key 'longMonthsParse'. (key-spacing)
(#5953) Unexpected space before function parentheses. (space-before-function-paren)
(#5954) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#5960) Extra space after key 'weekdays'. (key-spacing)
(#5961) Extra space after key 'weekdaysShort'. (key-spacing)
(#5962) Extra space after key 'weekdaysMin'. (key-spacing)
(#5963) Extra space after key 'longDateFormat'. (key-spacing)
(#5965) Extra space after key 'LTS'. (key-spacing)
(#5966) Extra space after key 'L'. (key-spacing)
(#5967) Extra space after key 'LL'. (key-spacing)
(#5968) Extra space after key 'LLL'. (key-spacing)
(#5969) Extra space after key 'LLLL'. (key-spacing)
(#5970) Extra space after key 'l'. (key-spacing)
(#5972) Extra space after key 'calendar'. (key-spacing)
(#5975) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#5975) Unexpected space before function parentheses. (space-before-function-paren)
(#5993) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#5993) Unexpected space before function parentheses. (space-before-function-paren)
(#6011) Extra space after key 'relativeTime'. (key-spacing)
(#6012) Extra space after key 'future'. (key-spacing)
(#6013) Extra space after key 'past'. (key-spacing)
(#6014) Extra space after key 's'. (key-spacing)
(#6015) Extra space after key 'm'. (key-spacing)
(#6016) Extra space after key 'mm'. (key-spacing)
(#6017) Extra space after key 'h'. (key-spacing)
(#6018) Extra space after key 'hh'. (key-spacing)
(#6019) Extra space after key 'd'. (key-spacing)
(#6020) Extra space after key 'dd'. (key-spacing)
(#6021) Extra space after key 'M'. (key-spacing)
(#6022) Extra space after key 'MM'. (key-spacing)
(#6023) Extra space after key 'y'. (key-spacing)
(#6024) Extra space after key 'yy'. (key-spacing)
(#6026) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#6027) Extra space after key 'ordinal'. (key-spacing)
(#6028) Extra space after key 'week'. (key-spacing)
(#6029) Extra space after key 'dow'. (key-spacing)
(#6030) Extra space after key 'doy'. (key-spacing)
(#6030) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6034) Expected space or tab after '//' in comment. (spaced-comment)
(#6035) Expected space or tab after '//' in comment. (spaced-comment)
(#6036) Expected space or tab after '//' in comment. (spaced-comment)
(#6039) Extra space after key 'months'. (key-spacing)
(#6040) Extra space after key 'monthsShort'. (key-spacing)
(#6041) Extra space after key 'weekdays'. (key-spacing)
(#6042) Extra space after key 'weekdaysShort'. (key-spacing)
(#6043) Extra space after key 'weekdaysMin'. (key-spacing)
(#6044) Extra space after key 'longDateFormat'. (key-spacing)
(#6045) Extra space after key 'LT'. (key-spacing)
(#6046) Extra space after key 'LTS'. (key-spacing)
(#6047) Extra space after key 'L'. (key-spacing)
(#6048) Extra space after key 'LL'. (key-spacing)
(#6049) Extra space after key 'LLL'. (key-spacing)
(#6050) Extra space after key 'LLLL'. (key-spacing)
(#6052) Extra space after key 'calendar'. (key-spacing)
(#6060) Extra space after key 'relativeTime'. (key-spacing)
(#6061) Extra space after key 'future'. (key-spacing)
(#6061) Unexpected space before function parentheses. (space-before-function-paren)
(#6062) Do not nest ternary expressions. (no-nested-ternary)
(#6065) Extra space after key 'past'. (key-spacing)
(#6066) Extra space after key 's'. (key-spacing)
(#6067) Extra space after key 'm'. (key-spacing)
(#6068) Extra space after key 'mm'. (key-spacing)
(#6069) Extra space after key 'h'. (key-spacing)
(#6070) Extra space after key 'hh'. (key-spacing)
(#6071) Extra space after key 'd'. (key-spacing)
(#6072) Extra space after key 'dd'. (key-spacing)
(#6073) Extra space after key 'M'. (key-spacing)
(#6074) Extra space after key 'MM'. (key-spacing)
(#6075) Extra space after key 'y'. (key-spacing)
(#6076) Extra space after key 'yy'. (key-spacing)
(#6079) Extra space after key 'ordinal'. (key-spacing)
(#6080) Extra space after key 'week'. (key-spacing)
(#6081) Extra space after key 'dow'. (key-spacing)
(#6082) Extra space after key 'doy'. (key-spacing)
(#6082) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6086) Expected space or tab after '//' in comment. (spaced-comment)
(#6087) Expected space or tab after '//' in comment. (spaced-comment)
(#6088) Expected space or tab after '//' in comment. (spaced-comment)
(#6089) Expected space or tab after '//' in comment. (spaced-comment)
(#6097) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#6098) Comments should not begin with a lowercase character (capitalized-comments)
(#6101) Extra space after key 'LTS'. (key-spacing)
(#6131) Comments should not begin with a lowercase character (capitalized-comments)
(#6132) Unexpected space before function parentheses. (space-before-function-paren)
(#6141) Comments should not begin with a lowercase character (capitalized-comments)
(#6150) Extra space after key 'week'. (key-spacing)
(#6151) Extra space after key 'dow'. (key-spacing)
(#6152) Extra space after key 'doy'. (key-spacing)
(#6152) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6156) Expected space or tab after '//' in comment. (spaced-comment)
(#6157) Expected space or tab after '//' in comment. (spaced-comment)
(#6158) Expected space or tab after '//' in comment. (spaced-comment)
(#6161) Extra space after key 'months'. (key-spacing)
(#6162) Extra space after key 'monthsShort'. (key-spacing)
(#6163) Extra space after key 'weekdays'. (key-spacing)
(#6164) Extra space after key 'weekdaysShort'. (key-spacing)
(#6165) Extra space after key 'weekdaysMin'. (key-spacing)
(#6166) Extra space after key 'longDateFormat'. (key-spacing)
(#6167) Extra space after key 'LT'. (key-spacing)
(#6168) Extra space after key 'LTS'. (key-spacing)
(#6169) Extra space after key 'L'. (key-spacing)
(#6170) Extra space after key 'LL'. (key-spacing)
(#6171) Extra space after key 'LLL'. (key-spacing)
(#6172) Extra space after key 'LLLL'. (key-spacing)
(#6174) Extra space after key 'calendar'. (key-spacing)
(#6175) Extra space after key 'sameDay'. (key-spacing)
(#6176) Extra space after key 'nextDay'. (key-spacing)
(#6177) Extra space after key 'nextWeek'. (key-spacing)
(#6178) Extra space after key 'lastDay'. (key-spacing)
(#6179) Extra space after key 'lastWeek'. (key-spacing)
(#6180) Extra space after key 'sameElse'. (key-spacing)
(#6182) Extra space after key 'relativeTime'. (key-spacing)
(#6183) Extra space after key 'future'. (key-spacing)
(#6184) Extra space after key 'past'. (key-spacing)
(#6185) Extra space after key 's'. (key-spacing)
(#6186) Extra space after key 'm'. (key-spacing)
(#6187) Extra space after key 'mm'. (key-spacing)
(#6188) Extra space after key 'h'. (key-spacing)
(#6189) Extra space after key 'hh'. (key-spacing)
(#6190) Extra space after key 'd'. (key-spacing)
(#6191) Extra space after key 'dd'. (key-spacing)
(#6192) Extra space after key 'M'. (key-spacing)
(#6193) Extra space after key 'MM'. (key-spacing)
(#6194) Extra space after key 'y'. (key-spacing)
(#6195) Extra space after key 'yy'. (key-spacing)
(#6198) Extra space after key 'ordinal'. (key-spacing)
(#6199) Extra space after key 'week'. (key-spacing)
(#6200) Extra space after key 'dow'. (key-spacing)
(#6201) Extra space after key 'doy'. (key-spacing)
(#6201) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6205) Expected space or tab after '//' in comment. (spaced-comment)
(#6206) Expected space or tab after '//' in comment. (spaced-comment)
(#6207) Expected space or tab after '//' in comment. (spaced-comment)
(#6208) Expected space or tab after '//' in comment. (spaced-comment)
(#6209) Expected space or tab after '//' in comment. (spaced-comment)
(#6210) Expected space or tab after '//' in comment. (spaced-comment)
(#6212) Missing JSDoc comment. (require-jsdoc)
(#6212) 'isFuture' is defined but never used. (no-unused-vars)
(#6227) Extra space after key 'months'. (key-spacing)
(#6228) Extra space after key 'monthsShort'. (key-spacing)
(#6229) Extra space after key 'monthsParseExact'. (key-spacing)
(#6230) Extra space after key 'weekdays'. (key-spacing)
(#6231) Extra space after key 'weekdaysShort'. (key-spacing)
(#6232) Extra space after key 'weekdaysMin'. (key-spacing)
(#6233) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#6234) Extra space after key 'longDateFormat'. (key-spacing)
(#6237) Extra space after key 'L'. (key-spacing)
(#6238) Extra space after key 'LL'. (key-spacing)
(#6239) Extra space after key 'LLL'. (key-spacing)
(#6240) Extra space after key 'LLLL'. (key-spacing)
(#6242) Extra space after key 'calendar'. (key-spacing)
(#6250) Extra space after key 'relativeTime'. (key-spacing)
(#6251) Extra space after key 'future'. (key-spacing)
(#6252) Extra space after key 'past'. (key-spacing)
(#6253) Extra space after key 's'. (key-spacing)
(#6254) Extra space after key 'm'. (key-spacing)
(#6255) Extra space after key 'mm'. (key-spacing)
(#6256) Extra space after key 'h'. (key-spacing)
(#6257) Extra space after key 'hh'. (key-spacing)
(#6258) Extra space after key 'd'. (key-spacing)
(#6259) Extra space after key 'dd'. (key-spacing)
(#6260) Extra space after key 'M'. (key-spacing)
(#6261) Extra space after key 'MM'. (key-spacing)
(#6262) Extra space after key 'y'. (key-spacing)
(#6263) Extra space after key 'yy'. (key-spacing)
(#6266) Extra space after key 'ordinal'. (key-spacing)
(#6267) Extra space after key 'week'. (key-spacing)
(#6268) Extra space after key 'dow'. (key-spacing)
(#6269) Extra space after key 'doy'. (key-spacing)
(#6269) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6273) Expected space or tab after '//' in comment. (spaced-comment)
(#6274) Expected space or tab after '//' in comment. (spaced-comment)
(#6275) Expected space or tab after '//' in comment. (spaced-comment)
(#6279) Missing JSDoc comment. (require-jsdoc)
(#6279) 'isFuture' is defined but never used. (no-unused-vars)
(#6294) Extra space after key 'months'. (key-spacing)
(#6295) Extra space after key 'monthsShort'. (key-spacing)
(#6296) Extra space after key 'monthsParseExact'. (key-spacing)
(#6297) Extra space after key 'weekdays'. (key-spacing)
(#6298) Extra space after key 'weekdaysShort'. (key-spacing)
(#6299) Extra space after key 'weekdaysMin'. (key-spacing)
(#6300) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#6301) Extra space after key 'longDateFormat'. (key-spacing)
(#6304) Extra space after key 'L'. (key-spacing)
(#6305) Extra space after key 'LL'. (key-spacing)
(#6306) Extra space after key 'LLL'. (key-spacing)
(#6307) Extra space after key 'LLLL'. (key-spacing)
(#6309) Extra space after key 'calendar'. (key-spacing)
(#6317) Extra space after key 'relativeTime'. (key-spacing)
(#6318) Extra space after key 'future'. (key-spacing)
(#6319) Extra space after key 'past'. (key-spacing)
(#6320) Extra space after key 's'. (key-spacing)
(#6321) Extra space after key 'm'. (key-spacing)
(#6322) Extra space after key 'mm'. (key-spacing)
(#6323) Extra space after key 'h'. (key-spacing)
(#6324) Extra space after key 'hh'. (key-spacing)
(#6325) Extra space after key 'd'. (key-spacing)
(#6326) Extra space after key 'dd'. (key-spacing)
(#6327) Extra space after key 'M'. (key-spacing)
(#6328) Extra space after key 'MM'. (key-spacing)
(#6329) Extra space after key 'y'. (key-spacing)
(#6330) Extra space after key 'yy'. (key-spacing)
(#6333) Extra space after key 'ordinal'. (key-spacing)
(#6334) Extra space after key 'week'. (key-spacing)
(#6335) Extra space after key 'dow'. (key-spacing)
(#6336) Extra space after key 'doy'. (key-spacing)
(#6336) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6340) Expected space or tab after '//' in comment. (spaced-comment)
(#6341) Expected space or tab after '//' in comment. (spaced-comment)
(#6342) Expected space or tab after '//' in comment. (spaced-comment)
(#6343) Expected space or tab after '//' in comment. (spaced-comment)
(#6344) Expected space or tab after '//' in comment. (spaced-comment)
(#6346) Missing JSDoc comment. (require-jsdoc)
(#6346) 'isFuture' is defined but never used. (no-unused-vars)
(#6361) Extra space after key 'months'. (key-spacing)
(#6362) Extra space after key 'monthsShort'. (key-spacing)
(#6363) Extra space after key 'monthsParseExact'. (key-spacing)
(#6364) Extra space after key 'weekdays'. (key-spacing)
(#6365) Extra space after key 'weekdaysShort'. (key-spacing)
(#6366) Extra space after key 'weekdaysMin'. (key-spacing)
(#6367) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#6368) Extra space after key 'longDateFormat'. (key-spacing)
(#6371) Extra space after key 'L'. (key-spacing)
(#6372) Extra space after key 'LL'. (key-spacing)
(#6373) Extra space after key 'LLL'. (key-spacing)
(#6374) Extra space after key 'LLLL'. (key-spacing)
(#6376) Extra space after key 'calendar'. (key-spacing)
(#6384) Extra space after key 'relativeTime'. (key-spacing)
(#6385) Extra space after key 'future'. (key-spacing)
(#6386) Extra space after key 'past'. (key-spacing)
(#6387) Extra space after key 's'. (key-spacing)
(#6388) Extra space after key 'm'. (key-spacing)
(#6389) Extra space after key 'mm'. (key-spacing)
(#6390) Extra space after key 'h'. (key-spacing)
(#6391) Extra space after key 'hh'. (key-spacing)
(#6392) Extra space after key 'd'. (key-spacing)
(#6393) Extra space after key 'dd'. (key-spacing)
(#6394) Extra space after key 'M'. (key-spacing)
(#6395) Extra space after key 'MM'. (key-spacing)
(#6396) Extra space after key 'y'. (key-spacing)
(#6397) Extra space after key 'yy'. (key-spacing)
(#6400) Extra space after key 'ordinal'. (key-spacing)
(#6401) Extra space after key 'week'. (key-spacing)
(#6402) Extra space after key 'dow'. (key-spacing)
(#6403) Extra space after key 'doy'. (key-spacing)
(#6403) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6407) Expected space or tab after '//' in comment. (spaced-comment)
(#6408) Expected space or tab after '//' in comment. (spaced-comment)
(#6409) Expected space or tab after '//' in comment. (spaced-comment)
(#6436) Extra space after key 'months'. (key-spacing)
(#6437) Extra space after key 'monthsShort'. (key-spacing)
(#6438) Extra space after key 'weekdays'. (key-spacing)
(#6439) Extra space after key 'weekdaysShort'. (key-spacing)
(#6440) Extra space after key 'weekdaysMin'. (key-spacing)
(#6441) Extra space after key 'longDateFormat'. (key-spacing)
(#6443) Extra space after key 'LT'. (key-spacing)
(#6444) Extra space after key 'LTS'. (key-spacing)
(#6445) Extra space after key 'L'. (key-spacing)
(#6446) Extra space after key 'LL'. (key-spacing)
(#6447) Extra space after key 'LLL'. (key-spacing)
(#6448) Extra space after key 'LLLL'. (key-spacing)
(#6451) Extra space after key 'isPM'. (key-spacing)
(#6451) Unexpected space before function parentheses. (space-before-function-paren)
(#6454) Extra space after key 'meridiem'. (key-spacing)
(#6454) Unexpected space before function parentheses. (space-before-function-paren)
(#6454) 'isLower' is defined but never used. (no-unused-vars)
(#6461) Extra space after key 'calendar'. (key-spacing)
(#6462) Extra space after key 'sameDay'. (key-spacing)
(#6463) Extra space after key 'nextDay'. (key-spacing)
(#6464) Extra space after key 'nextWeek'. (key-spacing)
(#6465) Extra space after key 'lastDay'. (key-spacing)
(#6466) Extra space after key 'lastWeek'. (key-spacing)
(#6467) Extra space after key 'sameElse'. (key-spacing)
(#6469) Extra space after key 'relativeTime'. (key-spacing)
(#6470) Extra space after key 'future'. (key-spacing)
(#6471) Extra space after key 'past'. (key-spacing)
(#6472) Extra space after key 's'. (key-spacing)
(#6473) Extra space after key 'm'. (key-spacing)
(#6474) Extra space after key 'mm'. (key-spacing)
(#6475) Extra space after key 'h'. (key-spacing)
(#6476) Extra space after key 'hh'. (key-spacing)
(#6477) Extra space after key 'd'. (key-spacing)
(#6478) Extra space after key 'dd'. (key-spacing)
(#6479) Extra space after key 'M'. (key-spacing)
(#6480) Extra space after key 'MM'. (key-spacing)
(#6481) Extra space after key 'y'. (key-spacing)
(#6482) Extra space after key 'yy'. (key-spacing)
(#6484) Unexpected space before function parentheses. (space-before-function-paren)
(#6487) Unexpected space before function parentheses. (space-before-function-paren)
(#6490) Extra space after key 'week'. (key-spacing)
(#6491) Extra space after key 'dow'. (key-spacing)
(#6491) Multiple spaces found before '// Sunday is t...'. (no-multi-spaces)
(#6492) Extra space after key 'doy'. (key-spacing)
(#6492) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6496) Expected space or tab after '//' in comment. (spaced-comment)
(#6497) Expected space or tab after '//' in comment. (spaced-comment)
(#6498) Expected space or tab after '//' in comment. (spaced-comment)
(#6501) Line 6501 exceeds the maximum line length of 132. (max-len)
(#6501) Extra space after key 'monthsNominativeEl'. (key-spacing)
(#6502) Line 6502 exceeds the maximum line length of 132. (max-len)
(#6502) Extra space after key 'monthsGenitiveEl'. (key-spacing)
(#6503) Extra space after key 'months'. (key-spacing)
(#6503) Unexpected space before function parentheses. (space-before-function-paren)
(#6506) Comments should not begin with a lowercase character (capitalized-comments)
(#6512) Extra space after key 'monthsShort'. (key-spacing)
(#6513) Extra space after key 'weekdays'. (key-spacing)
(#6514) Extra space after key 'weekdaysShort'. (key-spacing)
(#6515) Extra space after key 'weekdaysMin'. (key-spacing)
(#6516) Extra space after key 'meridiem'. (key-spacing)
(#6516) Unexpected space before function parentheses. (space-before-function-paren)
(#6523) Extra space after key 'isPM'. (key-spacing)
(#6523) Unexpected space before function parentheses. (space-before-function-paren)
(#6526) Extra space after key 'meridiemParse'. (key-spacing)
(#6527) Extra space after key 'longDateFormat'. (key-spacing)
(#6528) Extra space after key 'LT'. (key-spacing)
(#6529) Extra space after key 'LTS'. (key-spacing)
(#6530) Extra space after key 'L'. (key-spacing)
(#6531) Extra space after key 'LL'. (key-spacing)
(#6532) Extra space after key 'LLL'. (key-spacing)
(#6533) Extra space after key 'LLLL'. (key-spacing)
(#6535) Extra space after key 'calendarEl'. (key-spacing)
(#6536) Extra space after key 'sameDay'. (key-spacing)
(#6537) Extra space after key 'nextDay'. (key-spacing)
(#6538) Extra space after key 'nextWeek'. (key-spacing)
(#6539) Extra space after key 'lastDay'. (key-spacing)
(#6540) Extra space after key 'lastWeek'. (key-spacing)
(#6540) Unexpected space before function parentheses. (space-before-function-paren)
(#6548) Extra space after key 'sameElse'. (key-spacing)
(#6550) Extra space after key 'calendar'. (key-spacing)
(#6550) Unexpected space before function parentheses. (space-before-function-paren)
(#6558) Extra space after key 'relativeTime'. (key-spacing)
(#6559) Extra space after key 'future'. (key-spacing)
(#6560) Extra space after key 'past'. (key-spacing)
(#6561) Extra space after key 's'. (key-spacing)
(#6562) Extra space after key 'm'. (key-spacing)
(#6563) Extra space after key 'mm'. (key-spacing)
(#6564) Extra space after key 'h'. (key-spacing)
(#6565) Extra space after key 'hh'. (key-spacing)
(#6566) Extra space after key 'd'. (key-spacing)
(#6567) Extra space after key 'dd'. (key-spacing)
(#6568) Extra space after key 'M'. (key-spacing)
(#6569) Extra space after key 'MM'. (key-spacing)
(#6570) Extra space after key 'y'. (key-spacing)
(#6571) Extra space after key 'yy'. (key-spacing)
(#6575) Extra space after key 'week'. (key-spacing)
(#6576) Extra space after key 'dow'. (key-spacing)
(#6577) Extra space after key 'doy'. (key-spacing)
(#6577) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6581) Expected space or tab after '//' in comment. (spaced-comment)
(#6582) Expected space or tab after '//' in comment. (spaced-comment)
(#6583) Expected space or tab after '//' in comment. (spaced-comment)
(#6586) Extra space after key 'months'. (key-spacing)
(#6587) Extra space after key 'monthsShort'. (key-spacing)
(#6588) Extra space after key 'weekdays'. (key-spacing)
(#6589) Extra space after key 'weekdaysShort'. (key-spacing)
(#6590) Extra space after key 'weekdaysMin'. (key-spacing)
(#6591) Extra space after key 'longDateFormat'. (key-spacing)
(#6592) Extra space after key 'LT'. (key-spacing)
(#6593) Extra space after key 'LTS'. (key-spacing)
(#6594) Extra space after key 'L'. (key-spacing)
(#6595) Extra space after key 'LL'. (key-spacing)
(#6596) Extra space after key 'LLL'. (key-spacing)
(#6597) Extra space after key 'LLLL'. (key-spacing)
(#6599) Extra space after key 'calendar'. (key-spacing)
(#6600) Extra space after key 'sameDay'. (key-spacing)
(#6601) Extra space after key 'nextDay'. (key-spacing)
(#6602) Extra space after key 'nextWeek'. (key-spacing)
(#6603) Extra space after key 'lastDay'. (key-spacing)
(#6604) Extra space after key 'lastWeek'. (key-spacing)
(#6605) Extra space after key 'sameElse'. (key-spacing)
(#6607) Extra space after key 'relativeTime'. (key-spacing)
(#6608) Extra space after key 'future'. (key-spacing)
(#6609) Extra space after key 'past'. (key-spacing)
(#6610) Extra space after key 's'. (key-spacing)
(#6611) Extra space after key 'm'. (key-spacing)
(#6612) Extra space after key 'mm'. (key-spacing)
(#6613) Extra space after key 'h'. (key-spacing)
(#6614) Extra space after key 'hh'. (key-spacing)
(#6615) Extra space after key 'd'. (key-spacing)
(#6616) Extra space after key 'dd'. (key-spacing)
(#6617) Extra space after key 'M'. (key-spacing)
(#6618) Extra space after key 'MM'. (key-spacing)
(#6619) Extra space after key 'y'. (key-spacing)
(#6620) Extra space after key 'yy'. (key-spacing)
(#6623) Extra space after key 'ordinal'. (key-spacing)
(#6623) Unexpected space before function parentheses. (space-before-function-paren)
(#6625) Do not nest ternary expressions. (no-nested-ternary)
(#6625) Unexpected use of '~'. (no-bitwise)
(#6625) Unexpected use of '~'. (no-bitwise)
(#6626) Do not nest ternary expressions. (no-nested-ternary)
(#6627) Do not nest ternary expressions. (no-nested-ternary)
(#6631) Extra space after key 'week'. (key-spacing)
(#6632) Extra space after key 'dow'. (key-spacing)
(#6633) Extra space after key 'doy'. (key-spacing)
(#6633) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6637) Expected space or tab after '//' in comment. (spaced-comment)
(#6638) Expected space or tab after '//' in comment. (spaced-comment)
(#6639) Expected space or tab after '//' in comment. (spaced-comment)
(#6642) Extra space after key 'months'. (key-spacing)
(#6643) Extra space after key 'monthsShort'. (key-spacing)
(#6644) Extra space after key 'weekdays'. (key-spacing)
(#6645) Extra space after key 'weekdaysShort'. (key-spacing)
(#6646) Extra space after key 'weekdaysMin'. (key-spacing)
(#6647) Extra space after key 'longDateFormat'. (key-spacing)
(#6648) Extra space after key 'LT'. (key-spacing)
(#6649) Extra space after key 'LTS'. (key-spacing)
(#6650) Extra space after key 'L'. (key-spacing)
(#6651) Extra space after key 'LL'. (key-spacing)
(#6652) Extra space after key 'LLL'. (key-spacing)
(#6653) Extra space after key 'LLLL'. (key-spacing)
(#6655) Extra space after key 'calendar'. (key-spacing)
(#6656) Extra space after key 'sameDay'. (key-spacing)
(#6657) Extra space after key 'nextDay'. (key-spacing)
(#6658) Extra space after key 'nextWeek'. (key-spacing)
(#6659) Extra space after key 'lastDay'. (key-spacing)
(#6660) Extra space after key 'lastWeek'. (key-spacing)
(#6661) Extra space after key 'sameElse'. (key-spacing)
(#6663) Extra space after key 'relativeTime'. (key-spacing)
(#6664) Extra space after key 'future'. (key-spacing)
(#6665) Extra space after key 'past'. (key-spacing)
(#6666) Extra space after key 's'. (key-spacing)
(#6667) Extra space after key 'm'. (key-spacing)
(#6668) Extra space after key 'mm'. (key-spacing)
(#6669) Extra space after key 'h'. (key-spacing)
(#6670) Extra space after key 'hh'. (key-spacing)
(#6671) Extra space after key 'd'. (key-spacing)
(#6672) Extra space after key 'dd'. (key-spacing)
(#6673) Extra space after key 'M'. (key-spacing)
(#6674) Extra space after key 'MM'. (key-spacing)
(#6675) Extra space after key 'y'. (key-spacing)
(#6676) Extra space after key 'yy'. (key-spacing)
(#6679) Extra space after key 'ordinal'. (key-spacing)
(#6679) Unexpected space before function parentheses. (space-before-function-paren)
(#6681) Do not nest ternary expressions. (no-nested-ternary)
(#6681) Unexpected use of '~'. (no-bitwise)
(#6681) Unexpected use of '~'. (no-bitwise)
(#6682) Do not nest ternary expressions. (no-nested-ternary)
(#6683) Do not nest ternary expressions. (no-nested-ternary)
(#6689) Expected space or tab after '//' in comment. (spaced-comment)
(#6690) Expected space or tab after '//' in comment. (spaced-comment)
(#6691) Expected space or tab after '//' in comment. (spaced-comment)
(#6694) Extra space after key 'months'. (key-spacing)
(#6695) Extra space after key 'monthsShort'. (key-spacing)
(#6696) Extra space after key 'weekdays'. (key-spacing)
(#6697) Extra space after key 'weekdaysShort'. (key-spacing)
(#6698) Extra space after key 'weekdaysMin'. (key-spacing)
(#6699) Extra space after key 'longDateFormat'. (key-spacing)
(#6700) Extra space after key 'LT'. (key-spacing)
(#6701) Extra space after key 'LTS'. (key-spacing)
(#6702) Extra space after key 'L'. (key-spacing)
(#6703) Extra space after key 'LL'. (key-spacing)
(#6704) Extra space after key 'LLL'. (key-spacing)
(#6705) Extra space after key 'LLLL'. (key-spacing)
(#6707) Extra space after key 'calendar'. (key-spacing)
(#6708) Extra space after key 'sameDay'. (key-spacing)
(#6709) Extra space after key 'nextDay'. (key-spacing)
(#6710) Extra space after key 'nextWeek'. (key-spacing)
(#6711) Extra space after key 'lastDay'. (key-spacing)
(#6712) Extra space after key 'lastWeek'. (key-spacing)
(#6713) Extra space after key 'sameElse'. (key-spacing)
(#6715) Extra space after key 'relativeTime'. (key-spacing)
(#6716) Extra space after key 'future'. (key-spacing)
(#6717) Extra space after key 'past'. (key-spacing)
(#6718) Extra space after key 's'. (key-spacing)
(#6719) Extra space after key 'm'. (key-spacing)
(#6720) Extra space after key 'mm'. (key-spacing)
(#6721) Extra space after key 'h'. (key-spacing)
(#6722) Extra space after key 'hh'. (key-spacing)
(#6723) Extra space after key 'd'. (key-spacing)
(#6724) Extra space after key 'dd'. (key-spacing)
(#6725) Extra space after key 'M'. (key-spacing)
(#6726) Extra space after key 'MM'. (key-spacing)
(#6727) Extra space after key 'y'. (key-spacing)
(#6728) Extra space after key 'yy'. (key-spacing)
(#6731) Extra space after key 'ordinal'. (key-spacing)
(#6731) Unexpected space before function parentheses. (space-before-function-paren)
(#6733) Do not nest ternary expressions. (no-nested-ternary)
(#6733) Unexpected use of '~'. (no-bitwise)
(#6733) Unexpected use of '~'. (no-bitwise)
(#6734) Do not nest ternary expressions. (no-nested-ternary)
(#6735) Do not nest ternary expressions. (no-nested-ternary)
(#6739) Extra space after key 'week'. (key-spacing)
(#6740) Extra space after key 'dow'. (key-spacing)
(#6741) Extra space after key 'doy'. (key-spacing)
(#6741) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6745) Expected space or tab after '//' in comment. (spaced-comment)
(#6746) Expected space or tab after '//' in comment. (spaced-comment)
(#6747) Expected space or tab after '//' in comment. (spaced-comment)
(#6750) Extra space after key 'months'. (key-spacing)
(#6751) Extra space after key 'monthsShort'. (key-spacing)
(#6752) Extra space after key 'weekdays'. (key-spacing)
(#6753) Extra space after key 'weekdaysShort'. (key-spacing)
(#6754) Extra space after key 'weekdaysMin'. (key-spacing)
(#6755) Extra space after key 'longDateFormat'. (key-spacing)
(#6756) Extra space after key 'LT'. (key-spacing)
(#6757) Extra space after key 'LTS'. (key-spacing)
(#6758) Extra space after key 'L'. (key-spacing)
(#6759) Extra space after key 'LL'. (key-spacing)
(#6760) Extra space after key 'LLL'. (key-spacing)
(#6761) Extra space after key 'LLLL'. (key-spacing)
(#6763) Extra space after key 'calendar'. (key-spacing)
(#6764) Extra space after key 'sameDay'. (key-spacing)
(#6765) Extra space after key 'nextDay'. (key-spacing)
(#6766) Extra space after key 'nextWeek'. (key-spacing)
(#6767) Extra space after key 'lastDay'. (key-spacing)
(#6768) Extra space after key 'lastWeek'. (key-spacing)
(#6769) Extra space after key 'sameElse'. (key-spacing)
(#6771) Extra space after key 'relativeTime'. (key-spacing)
(#6772) Extra space after key 'future'. (key-spacing)
(#6773) Extra space after key 'past'. (key-spacing)
(#6774) Extra space after key 's'. (key-spacing)
(#6775) Extra space after key 'm'. (key-spacing)
(#6776) Extra space after key 'mm'. (key-spacing)
(#6777) Extra space after key 'h'. (key-spacing)
(#6778) Extra space after key 'hh'. (key-spacing)
(#6779) Extra space after key 'd'. (key-spacing)
(#6780) Extra space after key 'dd'. (key-spacing)
(#6781) Extra space after key 'M'. (key-spacing)
(#6782) Extra space after key 'MM'. (key-spacing)
(#6783) Extra space after key 'y'. (key-spacing)
(#6784) Extra space after key 'yy'. (key-spacing)
(#6787) Extra space after key 'ordinal'. (key-spacing)
(#6787) Unexpected space before function parentheses. (space-before-function-paren)
(#6789) Do not nest ternary expressions. (no-nested-ternary)
(#6789) Unexpected use of '~'. (no-bitwise)
(#6789) Unexpected use of '~'. (no-bitwise)
(#6790) Do not nest ternary expressions. (no-nested-ternary)
(#6791) Do not nest ternary expressions. (no-nested-ternary)
(#6795) Extra space after key 'week'. (key-spacing)
(#6796) Extra space after key 'dow'. (key-spacing)
(#6797) Extra space after key 'doy'. (key-spacing)
(#6797) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6801) Expected space or tab after '//' in comment. (spaced-comment)
(#6802) Expected space or tab after '//' in comment. (spaced-comment)
(#6803) Expected space or tab after '//' in comment. (spaced-comment)
(#6806) Extra space after key 'months'. (key-spacing)
(#6807) Extra space after key 'monthsShort'. (key-spacing)
(#6808) Extra space after key 'weekdays'. (key-spacing)
(#6809) Extra space after key 'weekdaysShort'. (key-spacing)
(#6810) Extra space after key 'weekdaysMin'. (key-spacing)
(#6811) Extra space after key 'longDateFormat'. (key-spacing)
(#6812) Extra space after key 'LT'. (key-spacing)
(#6813) Extra space after key 'LTS'. (key-spacing)
(#6814) Extra space after key 'L'. (key-spacing)
(#6815) Extra space after key 'LL'. (key-spacing)
(#6816) Extra space after key 'LLL'. (key-spacing)
(#6817) Extra space after key 'LLLL'. (key-spacing)
(#6819) Extra space after key 'calendar'. (key-spacing)
(#6820) Extra space after key 'sameDay'. (key-spacing)
(#6821) Extra space after key 'nextDay'. (key-spacing)
(#6822) Extra space after key 'nextWeek'. (key-spacing)
(#6823) Extra space after key 'lastDay'. (key-spacing)
(#6824) Extra space after key 'lastWeek'. (key-spacing)
(#6825) Extra space after key 'sameElse'. (key-spacing)
(#6827) Extra space after key 'relativeTime'. (key-spacing)
(#6828) Extra space after key 'future'. (key-spacing)
(#6829) Extra space after key 'past'. (key-spacing)
(#6830) Extra space after key 's'. (key-spacing)
(#6831) Extra space after key 'm'. (key-spacing)
(#6832) Extra space after key 'mm'. (key-spacing)
(#6833) Extra space after key 'h'. (key-spacing)
(#6834) Extra space after key 'hh'. (key-spacing)
(#6835) Extra space after key 'd'. (key-spacing)
(#6836) Extra space after key 'dd'. (key-spacing)
(#6837) Extra space after key 'M'. (key-spacing)
(#6838) Extra space after key 'MM'. (key-spacing)
(#6839) Extra space after key 'y'. (key-spacing)
(#6840) Extra space after key 'yy'. (key-spacing)
(#6843) Extra space after key 'ordinal'. (key-spacing)
(#6843) Unexpected space before function parentheses. (space-before-function-paren)
(#6845) Do not nest ternary expressions. (no-nested-ternary)
(#6845) Unexpected use of '~'. (no-bitwise)
(#6845) Unexpected use of '~'. (no-bitwise)
(#6846) Do not nest ternary expressions. (no-nested-ternary)
(#6847) Do not nest ternary expressions. (no-nested-ternary)
(#6851) Extra space after key 'week'. (key-spacing)
(#6852) Extra space after key 'dow'. (key-spacing)
(#6853) Extra space after key 'doy'. (key-spacing)
(#6853) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6857) Expected space or tab after '//' in comment. (spaced-comment)
(#6858) Expected space or tab after '//' in comment. (spaced-comment)
(#6859) Expected space or tab after '//' in comment. (spaced-comment)
(#6860) Expected space or tab after '//' in comment. (spaced-comment)
(#6861) Expected space or tab after '//' in comment. (spaced-comment)
(#6864) Extra space after key 'months'. (key-spacing)
(#6865) Extra space after key 'monthsShort'. (key-spacing)
(#6866) Extra space after key 'weekdays'. (key-spacing)
(#6867) Extra space after key 'weekdaysShort'. (key-spacing)
(#6868) Extra space after key 'weekdaysMin'. (key-spacing)
(#6869) Extra space after key 'longDateFormat'. (key-spacing)
(#6870) Extra space after key 'LT'. (key-spacing)
(#6871) Extra space after key 'LTS'. (key-spacing)
(#6872) Extra space after key 'L'. (key-spacing)
(#6873) Extra space after key 'LL'. (key-spacing)
(#6874) Extra space after key 'LLL'. (key-spacing)
(#6875) Extra space after key 'LLLL'. (key-spacing)
(#6878) Unexpected space before function parentheses. (space-before-function-paren)
(#6881) Extra space after key 'meridiem'. (key-spacing)
(#6881) Unexpected space before function parentheses. (space-before-function-paren)
(#6888) Extra space after key 'calendar'. (key-spacing)
(#6889) Extra space after key 'sameDay'. (key-spacing)
(#6890) Extra space after key 'nextDay'. (key-spacing)
(#6891) Extra space after key 'nextWeek'. (key-spacing)
(#6892) Extra space after key 'lastDay'. (key-spacing)
(#6893) Extra space after key 'lastWeek'. (key-spacing)
(#6894) Extra space after key 'sameElse'. (key-spacing)
(#6896) Extra space after key 'relativeTime'. (key-spacing)
(#6897) Extra space after key 'future'. (key-spacing)
(#6898) Extra space after key 'past'. (key-spacing)
(#6899) Extra space after key 's'. (key-spacing)
(#6900) Extra space after key 'm'. (key-spacing)
(#6901) Extra space after key 'mm'. (key-spacing)
(#6902) Extra space after key 'h'. (key-spacing)
(#6903) Extra space after key 'hh'. (key-spacing)
(#6904) Extra space after key 'd'. (key-spacing)
(#6904) A space is required after ','. (comma-spacing)
(#6904) Comments should not begin with a lowercase character (capitalized-comments)
(#6904) Expected space or tab after '//' in comment. (spaced-comment)
(#6905) Extra space after key 'dd'. (key-spacing)
(#6906) Extra space after key 'M'. (key-spacing)
(#6907) Extra space after key 'MM'. (key-spacing)
(#6908) Extra space after key 'y'. (key-spacing)
(#6909) Extra space after key 'yy'. (key-spacing)
(#6912) Extra space after key 'ordinal'. (key-spacing)
(#6913) Extra space after key 'week'. (key-spacing)
(#6914) Extra space after key 'dow'. (key-spacing)
(#6915) Extra space after key 'doy'. (key-spacing)
(#6915) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6919) Expected space or tab after '//' in comment. (spaced-comment)
(#6920) Expected space or tab after '//' in comment. (spaced-comment)
(#6926) Extra space after key 'months'. (key-spacing)
(#6927) Extra space after key 'monthsShort'. (key-spacing)
(#6927) Unexpected space before function parentheses. (space-before-function-paren)
(#6936) Extra space after key 'monthsParseExact'. (key-spacing)
(#6937) Extra space after key 'weekdays'. (key-spacing)
(#6938) Extra space after key 'weekdaysShort'. (key-spacing)
(#6939) Extra space after key 'weekdaysMin'. (key-spacing)
(#6940) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#6941) Extra space after key 'longDateFormat'. (key-spacing)
(#6942) Extra space after key 'LT'. (key-spacing)
(#6943) Extra space after key 'LTS'. (key-spacing)
(#6944) Extra space after key 'L'. (key-spacing)
(#6945) Extra space after key 'LL'. (key-spacing)
(#6946) Extra space after key 'LLL'. (key-spacing)
(#6947) Extra space after key 'LLLL'. (key-spacing)
(#6949) Extra space after key 'calendar'. (key-spacing)
(#6950) Extra space after key 'sameDay'. (key-spacing)
(#6950) Unexpected space before function parentheses. (space-before-function-paren)
(#6953) Extra space after key 'nextDay'. (key-spacing)
(#6953) Unexpected space before function parentheses. (space-before-function-paren)
(#6956) Extra space after key 'nextWeek'. (key-spacing)
(#6956) Unexpected space before function parentheses. (space-before-function-paren)
(#6959) Extra space after key 'lastDay'. (key-spacing)
(#6959) Unexpected space before function parentheses. (space-before-function-paren)
(#6962) Extra space after key 'lastWeek'. (key-spacing)
(#6962) Unexpected space before function parentheses. (space-before-function-paren)
(#6965) Extra space after key 'sameElse'. (key-spacing)
(#6967) Extra space after key 'relativeTime'. (key-spacing)
(#6968) Extra space after key 'future'. (key-spacing)
(#6969) Extra space after key 'past'. (key-spacing)
(#6970) Extra space after key 's'. (key-spacing)
(#6971) Extra space after key 'm'. (key-spacing)
(#6972) Extra space after key 'mm'. (key-spacing)
(#6973) Extra space after key 'h'. (key-spacing)
(#6974) Extra space after key 'hh'. (key-spacing)
(#6975) Extra space after key 'd'. (key-spacing)
(#6976) Extra space after key 'dd'. (key-spacing)
(#6977) Extra space after key 'M'. (key-spacing)
(#6978) Extra space after key 'MM'. (key-spacing)
(#6979) Extra space after key 'y'. (key-spacing)
(#6980) Extra space after key 'yy'. (key-spacing)
(#6982) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#6983) Extra space after key 'ordinal'. (key-spacing)
(#6984) Extra space after key 'week'. (key-spacing)
(#6985) Extra space after key 'dow'. (key-spacing)
(#6986) Extra space after key 'doy'. (key-spacing)
(#6986) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#6990) Expected space or tab after '//' in comment. (spaced-comment)
(#6991) Expected space or tab after '//' in comment. (spaced-comment)
(#6992) Expected space or tab after '//' in comment. (spaced-comment)
(#6998) Extra space after key 'months'. (key-spacing)
(#6999) Extra space after key 'monthsShort'. (key-spacing)
(#6999) Unexpected space before function parentheses. (space-before-function-paren)
(#7008) Extra space after key 'monthsParseExact'. (key-spacing)
(#7009) Extra space after key 'weekdays'. (key-spacing)
(#7010) Extra space after key 'weekdaysShort'. (key-spacing)
(#7011) Extra space after key 'weekdaysMin'. (key-spacing)
(#7012) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7013) Extra space after key 'longDateFormat'. (key-spacing)
(#7014) Extra space after key 'LT'. (key-spacing)
(#7015) Extra space after key 'LTS'. (key-spacing)
(#7016) Extra space after key 'L'. (key-spacing)
(#7017) Extra space after key 'LL'. (key-spacing)
(#7018) Extra space after key 'LLL'. (key-spacing)
(#7019) Extra space after key 'LLLL'. (key-spacing)
(#7021) Extra space after key 'calendar'. (key-spacing)
(#7022) Extra space after key 'sameDay'. (key-spacing)
(#7022) Unexpected space before function parentheses. (space-before-function-paren)
(#7025) Extra space after key 'nextDay'. (key-spacing)
(#7025) Unexpected space before function parentheses. (space-before-function-paren)
(#7028) Extra space after key 'nextWeek'. (key-spacing)
(#7028) Unexpected space before function parentheses. (space-before-function-paren)
(#7031) Extra space after key 'lastDay'. (key-spacing)
(#7031) Unexpected space before function parentheses. (space-before-function-paren)
(#7034) Extra space after key 'lastWeek'. (key-spacing)
(#7034) Unexpected space before function parentheses. (space-before-function-paren)
(#7037) Extra space after key 'sameElse'. (key-spacing)
(#7039) Extra space after key 'relativeTime'. (key-spacing)
(#7040) Extra space after key 'future'. (key-spacing)
(#7041) Extra space after key 'past'. (key-spacing)
(#7042) Extra space after key 's'. (key-spacing)
(#7043) Extra space after key 'm'. (key-spacing)
(#7044) Extra space after key 'mm'. (key-spacing)
(#7045) Extra space after key 'h'. (key-spacing)
(#7046) Extra space after key 'hh'. (key-spacing)
(#7047) Extra space after key 'd'. (key-spacing)
(#7048) Extra space after key 'dd'. (key-spacing)
(#7049) Extra space after key 'M'. (key-spacing)
(#7050) Extra space after key 'MM'. (key-spacing)
(#7051) Extra space after key 'y'. (key-spacing)
(#7052) Extra space after key 'yy'. (key-spacing)
(#7054) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#7055) Extra space after key 'ordinal'. (key-spacing)
(#7056) Extra space after key 'week'. (key-spacing)
(#7057) Extra space after key 'dow'. (key-spacing)
(#7058) Extra space after key 'doy'. (key-spacing)
(#7058) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7062) Expected space or tab after '//' in comment. (spaced-comment)
(#7063) Expected space or tab after '//' in comment. (spaced-comment)
(#7064) Expected space or tab after '//' in comment. (spaced-comment)
(#7065) Expected space or tab after '//' in comment. (spaced-comment)
(#7067) Missing JSDoc comment. (require-jsdoc)
(#7069) Extra space after key 's'. (key-spacing)
(#7070) Extra space after key 'm'. (key-spacing)
(#7072) Extra space after key 'h'. (key-spacing)
(#7074) Extra space after key 'd'. (key-spacing)
(#7075) Extra space after key 'M'. (key-spacing)
(#7077) Extra space after key 'y'. (key-spacing)
(#7087) Extra space after key 'months'. (key-spacing)
(#7088) Extra space after key 'monthsShort'. (key-spacing)
(#7089) Extra space after key 'weekdays'. (key-spacing)
(#7090) Extra space after key 'weekdaysShort'. (key-spacing)
(#7091) Extra space after key 'weekdaysMin'. (key-spacing)
(#7092) Extra space after key 'longDateFormat'. (key-spacing)
(#7093) Extra space after key 'LT'. (key-spacing)
(#7094) Extra space after key 'LTS'. (key-spacing)
(#7095) Extra space after key 'L'. (key-spacing)
(#7096) Extra space after key 'LL'. (key-spacing)
(#7097) Extra space after key 'LLL'. (key-spacing)
(#7098) Extra space after key 'LLLL'. (key-spacing)
(#7100) Extra space after key 'calendar'. (key-spacing)
(#7101) Extra space after key 'sameDay'. (key-spacing)
(#7102) Extra space after key 'nextDay'. (key-spacing)
(#7103) Extra space after key 'nextWeek'. (key-spacing)
(#7104) Extra space after key 'lastDay'. (key-spacing)
(#7105) Extra space after key 'lastWeek'. (key-spacing)
(#7106) Extra space after key 'sameElse'. (key-spacing)
(#7108) Extra space after key 'relativeTime'. (key-spacing)
(#7109) Extra space after key 'future'. (key-spacing)
(#7110) Extra space after key 'past'. (key-spacing)
(#7111) Extra space after key 's'. (key-spacing)
(#7112) Extra space after key 'm'. (key-spacing)
(#7113) Extra space after key 'mm'. (key-spacing)
(#7114) Extra space after key 'h'. (key-spacing)
(#7115) Extra space after key 'hh'. (key-spacing)
(#7116) Extra space after key 'd'. (key-spacing)
(#7117) Extra space after key 'dd'. (key-spacing)
(#7118) Extra space after key 'M'. (key-spacing)
(#7119) Extra space after key 'MM'. (key-spacing)
(#7120) Extra space after key 'y'. (key-spacing)
(#7121) Extra space after key 'yy'. (key-spacing)
(#7124) Extra space after key 'ordinal'. (key-spacing)
(#7125) Extra space after key 'week'. (key-spacing)
(#7126) Extra space after key 'dow'. (key-spacing)
(#7127) Extra space after key 'doy'. (key-spacing)
(#7127) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7131) Expected space or tab after '//' in comment. (spaced-comment)
(#7132) Expected space or tab after '//' in comment. (spaced-comment)
(#7133) Expected space or tab after '//' in comment. (spaced-comment)
(#7136) Extra space after key 'months'. (key-spacing)
(#7137) Extra space after key 'monthsShort'. (key-spacing)
(#7138) Extra space after key 'monthsParseExact'. (key-spacing)
(#7139) Extra space after key 'weekdays'. (key-spacing)
(#7140) Extra space after key 'weekdaysShort'. (key-spacing)
(#7141) Extra space after key 'weekdaysMin'. (key-spacing)
(#7142) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7143) Extra space after key 'longDateFormat'. (key-spacing)
(#7144) Extra space after key 'LT'. (key-spacing)
(#7145) Extra space after key 'LTS'. (key-spacing)
(#7146) Extra space after key 'L'. (key-spacing)
(#7147) Extra space after key 'LL'. (key-spacing)
(#7148) Extra space after key 'LLL'. (key-spacing)
(#7149) Extra space after key 'LLLL'. (key-spacing)
(#7150) Extra space after key 'l'. (key-spacing)
(#7151) Extra space after key 'll'. (key-spacing)
(#7152) Extra space after key 'lll'. (key-spacing)
(#7153) Extra space after key 'llll'. (key-spacing)
(#7155) Extra space after key 'calendar'. (key-spacing)
(#7156) Extra space after key 'sameDay'. (key-spacing)
(#7157) Extra space after key 'nextDay'. (key-spacing)
(#7158) Extra space after key 'nextWeek'. (key-spacing)
(#7159) Extra space after key 'lastDay'. (key-spacing)
(#7160) Extra space after key 'lastWeek'. (key-spacing)
(#7161) Extra space after key 'sameElse'. (key-spacing)
(#7163) Extra space after key 'relativeTime'. (key-spacing)
(#7164) Extra space after key 'future'. (key-spacing)
(#7165) Extra space after key 'past'. (key-spacing)
(#7166) Extra space after key 's'. (key-spacing)
(#7167) Extra space after key 'm'. (key-spacing)
(#7168) Extra space after key 'mm'. (key-spacing)
(#7169) Extra space after key 'h'. (key-spacing)
(#7170) Extra space after key 'hh'. (key-spacing)
(#7171) Extra space after key 'd'. (key-spacing)
(#7172) Extra space after key 'dd'. (key-spacing)
(#7173) Extra space after key 'M'. (key-spacing)
(#7174) Extra space after key 'MM'. (key-spacing)
(#7175) Extra space after key 'y'. (key-spacing)
(#7176) Extra space after key 'yy'. (key-spacing)
(#7179) Extra space after key 'ordinal'. (key-spacing)
(#7180) Extra space after key 'week'. (key-spacing)
(#7181) Extra space after key 'dow'. (key-spacing)
(#7182) Extra space after key 'doy'. (key-spacing)
(#7182) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7186) Expected space or tab after '//' in comment. (spaced-comment)
(#7187) Expected space or tab after '//' in comment. (spaced-comment)
(#7188) Expected space or tab after '//' in comment. (spaced-comment)
(#7216) Extra space after key 'months'. (key-spacing)
(#7217) Extra space after key 'monthsShort'. (key-spacing)
(#7218) Extra space after key 'weekdays'. (key-spacing)
(#7219) Extra space after key 'weekdaysShort'. (key-spacing)
(#7220) Extra space after key 'weekdaysMin'. (key-spacing)
(#7221) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7222) Extra space after key 'longDateFormat'. (key-spacing)
(#7223) Extra space after key 'LT'. (key-spacing)
(#7224) Extra space after key 'LTS'. (key-spacing)
(#7225) Extra space after key 'L'. (key-spacing)
(#7226) Extra space after key 'LL'. (key-spacing)
(#7227) Extra space after key 'LLL'. (key-spacing)
(#7228) Extra space after key 'LLLL'. (key-spacing)
(#7231) Unexpected space before function parentheses. (space-before-function-paren)
(#7234) Extra space after key 'meridiem'. (key-spacing)
(#7234) Unexpected space before function parentheses. (space-before-function-paren)
(#7234) 'isLower' is defined but never used. (no-unused-vars)
(#7241) Extra space after key 'calendar'. (key-spacing)
(#7242) Extra space after key 'sameDay'. (key-spacing)
(#7243) Extra space after key 'nextDay'. (key-spacing)
(#7244) Extra space after key 'nextWeek'. (key-spacing)
(#7245) Extra space after key 'lastDay'. (key-spacing)
(#7246) Extra space after key 'lastWeek'. (key-spacing)
(#7247) Extra space after key 'sameElse'. (key-spacing)
(#7249) Extra space after key 'relativeTime'. (key-spacing)
(#7250) Extra space after key 'future'. (key-spacing)
(#7251) Extra space after key 'past'. (key-spacing)
(#7252) Extra space after key 's'. (key-spacing)
(#7253) Extra space after key 'm'. (key-spacing)
(#7254) Extra space after key 'mm'. (key-spacing)
(#7255) Extra space after key 'h'. (key-spacing)
(#7256) Extra space after key 'hh'. (key-spacing)
(#7257) Extra space after key 'd'. (key-spacing)
(#7258) Extra space after key 'dd'. (key-spacing)
(#7259) Extra space after key 'M'. (key-spacing)
(#7260) Extra space after key 'MM'. (key-spacing)
(#7261) Extra space after key 'y'. (key-spacing)
(#7262) Extra space after key 'yy'. (key-spacing)
(#7264) Unexpected space before function parentheses. (space-before-function-paren)
(#7265) Unexpected space before function parentheses. (space-before-function-paren)
(#7269) Unexpected space before function parentheses. (space-before-function-paren)
(#7270) Unexpected space before function parentheses. (space-before-function-paren)
(#7275) Extra space after key 'ordinal'. (key-spacing)
(#7276) Extra space after key 'week'. (key-spacing)
(#7277) Extra space after key 'dow'. (key-spacing)
(#7278) Extra space after key 'doy'. (key-spacing)
(#7282) Expected space or tab after '//' in comment. (spaced-comment)
(#7283) Expected space or tab after '//' in comment. (spaced-comment)
(#7284) Expected space or tab after '//' in comment. (spaced-comment)
(#7291) Function 'translate$2' has a complexity of 23. (complexity)
(#7291) Missing JSDoc comment. (require-jsdoc)
(#7325) Missing JSDoc comment. (require-jsdoc)
(#7326) Do not nest ternary expressions. (no-nested-ternary)
(#7330) Extra space after key 'months'. (key-spacing)
(#7331) Extra space after key 'monthsShort'. (key-spacing)
(#7332) Extra space after key 'weekdays'. (key-spacing)
(#7333) Extra space after key 'weekdaysShort'. (key-spacing)
(#7334) Extra space after key 'weekdaysMin'. (key-spacing)
(#7335) Extra space after key 'longDateFormat'. (key-spacing)
(#7336) Extra space after key 'LT'. (key-spacing)
(#7337) Extra space after key 'LTS'. (key-spacing)
(#7338) Extra space after key 'L'. (key-spacing)
(#7339) Extra space after key 'LL'. (key-spacing)
(#7340) Extra space after key 'LLL'. (key-spacing)
(#7341) Extra space after key 'LLLL'. (key-spacing)
(#7342) Extra space after key 'l'. (key-spacing)
(#7343) Extra space after key 'll'. (key-spacing)
(#7344) Extra space after key 'lll'. (key-spacing)
(#7345) Extra space after key 'llll'. (key-spacing)
(#7347) Extra space after key 'calendar'. (key-spacing)
(#7348) Extra space after key 'sameDay'. (key-spacing)
(#7349) Extra space after key 'nextDay'. (key-spacing)
(#7350) Extra space after key 'nextWeek'. (key-spacing)
(#7351) Extra space after key 'lastDay'. (key-spacing)
(#7352) Extra space after key 'lastWeek'. (key-spacing)
(#7353) Extra space after key 'sameElse'. (key-spacing)
(#7355) Extra space after key 'relativeTime'. (key-spacing)
(#7356) Extra space after key 'future'. (key-spacing)
(#7357) Extra space after key 'past'. (key-spacing)
(#7358) Extra space after key 's'. (key-spacing)
(#7359) Extra space after key 'm'. (key-spacing)
(#7360) Extra space after key 'mm'. (key-spacing)
(#7361) Extra space after key 'h'. (key-spacing)
(#7362) Extra space after key 'hh'. (key-spacing)
(#7363) Extra space after key 'd'. (key-spacing)
(#7364) Extra space after key 'dd'. (key-spacing)
(#7365) Extra space after key 'M'. (key-spacing)
(#7366) Extra space after key 'MM'. (key-spacing)
(#7367) Extra space after key 'y'. (key-spacing)
(#7368) Extra space after key 'yy'. (key-spacing)
(#7371) Extra space after key 'ordinal'. (key-spacing)
(#7372) Extra space after key 'week'. (key-spacing)
(#7373) Extra space after key 'dow'. (key-spacing)
(#7374) Extra space after key 'doy'. (key-spacing)
(#7374) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7378) Expected space or tab after '//' in comment. (spaced-comment)
(#7379) Expected space or tab after '//' in comment. (spaced-comment)
(#7380) Expected space or tab after '//' in comment. (spaced-comment)
(#7383) Extra space after key 'months'. (key-spacing)
(#7384) Extra space after key 'monthsShort'. (key-spacing)
(#7385) Extra space after key 'weekdays'. (key-spacing)
(#7386) Extra space after key 'weekdaysShort'. (key-spacing)
(#7387) Extra space after key 'weekdaysMin'. (key-spacing)
(#7388) Extra space after key 'longDateFormat'. (key-spacing)
(#7389) Extra space after key 'LT'. (key-spacing)
(#7390) Extra space after key 'LTS'. (key-spacing)
(#7391) Extra space after key 'L'. (key-spacing)
(#7392) Extra space after key 'LL'. (key-spacing)
(#7393) Extra space after key 'LLL'. (key-spacing)
(#7394) Extra space after key 'LLLL'. (key-spacing)
(#7396) Extra space after key 'calendar'. (key-spacing)
(#7397) Extra space after key 'sameDay'. (key-spacing)
(#7398) Extra space after key 'nextDay'. (key-spacing)
(#7399) Extra space after key 'nextWeek'. (key-spacing)
(#7400) Extra space after key 'lastDay'. (key-spacing)
(#7401) Extra space after key 'lastWeek'. (key-spacing)
(#7402) Extra space after key 'sameElse'. (key-spacing)
(#7404) Extra space after key 'relativeTime'. (key-spacing)
(#7405) Extra space after key 'future'. (key-spacing)
(#7406) Extra space after key 'past'. (key-spacing)
(#7407) Extra space after key 's'. (key-spacing)
(#7408) Extra space after key 'm'. (key-spacing)
(#7409) Extra space after key 'mm'. (key-spacing)
(#7410) Extra space after key 'h'. (key-spacing)
(#7411) Extra space after key 'hh'. (key-spacing)
(#7412) Extra space after key 'd'. (key-spacing)
(#7413) Extra space after key 'dd'. (key-spacing)
(#7414) Extra space after key 'M'. (key-spacing)
(#7415) Extra space after key 'MM'. (key-spacing)
(#7416) Extra space after key 'y'. (key-spacing)
(#7417) Extra space after key 'yy'. (key-spacing)
(#7420) Extra space after key 'ordinal'. (key-spacing)
(#7421) Extra space after key 'week'. (key-spacing)
(#7422) Extra space after key 'dow'. (key-spacing)
(#7423) Extra space after key 'doy'. (key-spacing)
(#7423) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7427) Expected space or tab after '//' in comment. (spaced-comment)
(#7428) Expected space or tab after '//' in comment. (spaced-comment)
(#7429) Expected space or tab after '//' in comment. (spaced-comment)
(#7432) Extra space after key 'months'. (key-spacing)
(#7433) Extra space after key 'monthsShort'. (key-spacing)
(#7434) Extra space after key 'monthsParseExact'. (key-spacing)
(#7435) Extra space after key 'weekdays'. (key-spacing)
(#7436) Extra space after key 'weekdaysShort'. (key-spacing)
(#7437) Extra space after key 'weekdaysMin'. (key-spacing)
(#7438) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7439) Extra space after key 'longDateFormat'. (key-spacing)
(#7440) Extra space after key 'LT'. (key-spacing)
(#7441) Extra space after key 'LTS'. (key-spacing)
(#7442) Extra space after key 'L'. (key-spacing)
(#7443) Extra space after key 'LL'. (key-spacing)
(#7444) Extra space after key 'LLL'. (key-spacing)
(#7445) Extra space after key 'LLLL'. (key-spacing)
(#7447) Extra space after key 'calendar'. (key-spacing)
(#7448) Extra space after key 'sameDay'. (key-spacing)
(#7449) Extra space after key 'nextDay'. (key-spacing)
(#7450) Extra space after key 'nextWeek'. (key-spacing)
(#7451) Extra space after key 'lastDay'. (key-spacing)
(#7452) Extra space after key 'lastWeek'. (key-spacing)
(#7453) Extra space after key 'sameElse'. (key-spacing)
(#7455) Extra space after key 'relativeTime'. (key-spacing)
(#7456) Extra space after key 'future'. (key-spacing)
(#7457) Extra space after key 'past'. (key-spacing)
(#7458) Extra space after key 's'. (key-spacing)
(#7459) Extra space after key 'm'. (key-spacing)
(#7460) Extra space after key 'mm'. (key-spacing)
(#7461) Extra space after key 'h'. (key-spacing)
(#7462) Extra space after key 'hh'. (key-spacing)
(#7463) Extra space after key 'd'. (key-spacing)
(#7464) Extra space after key 'dd'. (key-spacing)
(#7465) Extra space after key 'M'. (key-spacing)
(#7466) Extra space after key 'MM'. (key-spacing)
(#7467) Extra space after key 'y'. (key-spacing)
(#7468) Extra space after key 'yy'. (key-spacing)
(#7471) Extra space after key 'ordinal'. (key-spacing)
(#7471) Unexpected space before function parentheses. (space-before-function-paren)
(#7490) Expected space or tab after '//' in comment. (spaced-comment)
(#7491) Expected space or tab after '//' in comment. (spaced-comment)
(#7492) Expected space or tab after '//' in comment. (spaced-comment)
(#7495) Extra space after key 'months'. (key-spacing)
(#7496) Extra space after key 'monthsShort'. (key-spacing)
(#7497) Extra space after key 'monthsParseExact'. (key-spacing)
(#7498) Extra space after key 'weekdays'. (key-spacing)
(#7499) Extra space after key 'weekdaysShort'. (key-spacing)
(#7500) Extra space after key 'weekdaysMin'. (key-spacing)
(#7501) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7502) Extra space after key 'longDateFormat'. (key-spacing)
(#7503) Extra space after key 'LT'. (key-spacing)
(#7504) Extra space after key 'LTS'. (key-spacing)
(#7505) Extra space after key 'L'. (key-spacing)
(#7506) Extra space after key 'LL'. (key-spacing)
(#7507) Extra space after key 'LLL'. (key-spacing)
(#7508) Extra space after key 'LLLL'. (key-spacing)
(#7510) Extra space after key 'calendar'. (key-spacing)
(#7511) Extra space after key 'sameDay'. (key-spacing)
(#7512) Extra space after key 'nextDay'. (key-spacing)
(#7513) Extra space after key 'nextWeek'. (key-spacing)
(#7514) Extra space after key 'lastDay'. (key-spacing)
(#7515) Extra space after key 'lastWeek'. (key-spacing)
(#7516) Extra space after key 'sameElse'. (key-spacing)
(#7518) Extra space after key 'relativeTime'. (key-spacing)
(#7519) Extra space after key 'future'. (key-spacing)
(#7520) Extra space after key 'past'. (key-spacing)
(#7521) Extra space after key 's'. (key-spacing)
(#7522) Extra space after key 'm'. (key-spacing)
(#7523) Extra space after key 'mm'. (key-spacing)
(#7524) Extra space after key 'h'. (key-spacing)
(#7525) Extra space after key 'hh'. (key-spacing)
(#7526) Extra space after key 'd'. (key-spacing)
(#7527) Extra space after key 'dd'. (key-spacing)
(#7528) Extra space after key 'M'. (key-spacing)
(#7529) Extra space after key 'MM'. (key-spacing)
(#7530) Extra space after key 'y'. (key-spacing)
(#7531) Extra space after key 'yy'. (key-spacing)
(#7534) Extra space after key 'ordinal'. (key-spacing)
(#7534) Unexpected space before function parentheses. (space-before-function-paren)
(#7551) Extra space after key 'week'. (key-spacing)
(#7552) Extra space after key 'dow'. (key-spacing)
(#7553) Extra space after key 'doy'. (key-spacing)
(#7553) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7557) Expected space or tab after '//' in comment. (spaced-comment)
(#7558) Expected space or tab after '//' in comment. (spaced-comment)
(#7559) Expected space or tab after '//' in comment. (spaced-comment)
(#7562) Extra space after key 'months'. (key-spacing)
(#7563) Extra space after key 'monthsShort'. (key-spacing)
(#7564) Extra space after key 'monthsParseExact'. (key-spacing)
(#7565) Extra space after key 'weekdays'. (key-spacing)
(#7566) Extra space after key 'weekdaysShort'. (key-spacing)
(#7567) Extra space after key 'weekdaysMin'. (key-spacing)
(#7568) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7569) Extra space after key 'longDateFormat'. (key-spacing)
(#7570) Extra space after key 'LT'. (key-spacing)
(#7571) Extra space after key 'LTS'. (key-spacing)
(#7572) Extra space after key 'L'. (key-spacing)
(#7573) Extra space after key 'LL'. (key-spacing)
(#7574) Extra space after key 'LLL'. (key-spacing)
(#7575) Extra space after key 'LLLL'. (key-spacing)
(#7577) Extra space after key 'calendar'. (key-spacing)
(#7578) Extra space after key 'sameDay'. (key-spacing)
(#7579) Extra space after key 'nextDay'. (key-spacing)
(#7580) Extra space after key 'nextWeek'. (key-spacing)
(#7581) Extra space after key 'lastDay'. (key-spacing)
(#7582) Extra space after key 'lastWeek'. (key-spacing)
(#7583) Extra space after key 'sameElse'. (key-spacing)
(#7585) Extra space after key 'relativeTime'. (key-spacing)
(#7586) Extra space after key 'future'. (key-spacing)
(#7587) Extra space after key 'past'. (key-spacing)
(#7588) Extra space after key 's'. (key-spacing)
(#7589) Extra space after key 'm'. (key-spacing)
(#7590) Extra space after key 'mm'. (key-spacing)
(#7591) Extra space after key 'h'. (key-spacing)
(#7592) Extra space after key 'hh'. (key-spacing)
(#7593) Extra space after key 'd'. (key-spacing)
(#7594) Extra space after key 'dd'. (key-spacing)
(#7595) Extra space after key 'M'. (key-spacing)
(#7596) Extra space after key 'MM'. (key-spacing)
(#7597) Extra space after key 'y'. (key-spacing)
(#7598) Extra space after key 'yy'. (key-spacing)
(#7601) Extra space after key 'ordinal'. (key-spacing)
(#7601) Unexpected space before function parentheses. (space-before-function-paren)
(#7623) Extra space after key 'week'. (key-spacing)
(#7624) Extra space after key 'dow'. (key-spacing)
(#7625) Extra space after key 'doy'. (key-spacing)
(#7625) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7629) Expected space or tab after '//' in comment. (spaced-comment)
(#7630) Expected space or tab after '//' in comment. (spaced-comment)
(#7631) Expected space or tab after '//' in comment. (spaced-comment)
(#7637) Extra space after key 'months'. (key-spacing)
(#7638) Extra space after key 'monthsShort'. (key-spacing)
(#7638) Unexpected space before function parentheses. (space-before-function-paren)
(#7647) Extra space after key 'monthsParseExact'. (key-spacing)
(#7648) Extra space after key 'weekdays'. (key-spacing)
(#7649) Extra space after key 'weekdaysShort'. (key-spacing)
(#7650) Extra space after key 'weekdaysMin'. (key-spacing)
(#7651) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7652) Extra space after key 'longDateFormat'. (key-spacing)
(#7653) Extra space after key 'LT'. (key-spacing)
(#7654) Extra space after key 'LTS'. (key-spacing)
(#7655) Extra space after key 'L'. (key-spacing)
(#7656) Extra space after key 'LL'. (key-spacing)
(#7657) Extra space after key 'LLL'. (key-spacing)
(#7658) Extra space after key 'LLLL'. (key-spacing)
(#7660) Extra space after key 'calendar'. (key-spacing)
(#7668) Extra space after key 'relativeTime'. (key-spacing)
(#7669) Extra space after key 'future'. (key-spacing)
(#7670) Extra space after key 'past'. (key-spacing)
(#7671) Extra space after key 's'. (key-spacing)
(#7672) Extra space after key 'm'. (key-spacing)
(#7673) Extra space after key 'mm'. (key-spacing)
(#7674) Extra space after key 'h'. (key-spacing)
(#7675) Extra space after key 'hh'. (key-spacing)
(#7676) Extra space after key 'd'. (key-spacing)
(#7677) Extra space after key 'dd'. (key-spacing)
(#7678) Extra space after key 'M'. (key-spacing)
(#7679) Extra space after key 'MM'. (key-spacing)
(#7680) Extra space after key 'y'. (key-spacing)
(#7681) Extra space after key 'yy'. (key-spacing)
(#7684) Extra space after key 'ordinal'. (key-spacing)
(#7684) Unexpected space before function parentheses. (space-before-function-paren)
(#7687) Extra space after key 'week'. (key-spacing)
(#7688) Extra space after key 'dow'. (key-spacing)
(#7689) Extra space after key 'doy'. (key-spacing)
(#7689) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7693) Expected space or tab after '//' in comment. (spaced-comment)
(#7694) Expected space or tab after '//' in comment. (spaced-comment)
(#7695) Expected space or tab after '//' in comment. (spaced-comment)
(#7698) Line 7698 exceeds the maximum line length of 132. (max-len)
(#7710) Extra space after key 'months'. (key-spacing)
(#7711) Extra space after key 'monthsShort'. (key-spacing)
(#7712) Extra space after key 'monthsParseExact'. (key-spacing)
(#7713) Extra space after key 'weekdays'. (key-spacing)
(#7714) Extra space after key 'weekdaysShort'. (key-spacing)
(#7715) Extra space after key 'weekdaysMin'. (key-spacing)
(#7716) Extra space after key 'longDateFormat'. (key-spacing)
(#7717) Extra space after key 'LT'. (key-spacing)
(#7718) Extra space after key 'LTS'. (key-spacing)
(#7719) Extra space after key 'L'. (key-spacing)
(#7720) Extra space after key 'LL'. (key-spacing)
(#7721) Extra space after key 'LLL'. (key-spacing)
(#7722) Extra space after key 'LLLL'. (key-spacing)
(#7724) Extra space after key 'calendar'. (key-spacing)
(#7725) Extra space after key 'sameDay'. (key-spacing)
(#7726) Extra space after key 'nextDay'. (key-spacing)
(#7727) Extra space after key 'nextWeek'. (key-spacing)
(#7728) Extra space after key 'lastDay'. (key-spacing)
(#7729) Extra space after key 'lastWeek'. (key-spacing)
(#7730) Extra space after key 'sameElse'. (key-spacing)
(#7732) Extra space after key 'relativeTime'. (key-spacing)
(#7733) Extra space after key 'future'. (key-spacing)
(#7734) Extra space after key 'past'. (key-spacing)
(#7735) Extra space after key 's'. (key-spacing)
(#7736) Extra space after key 'm'. (key-spacing)
(#7737) Extra space after key 'mm'. (key-spacing)
(#7738) Extra space after key 'h'. (key-spacing)
(#7739) Extra space after key 'hh'. (key-spacing)
(#7740) Extra space after key 'd'. (key-spacing)
(#7741) Extra space after key 'dd'. (key-spacing)
(#7742) Extra space after key 'M'. (key-spacing)
(#7743) Extra space after key 'MM'. (key-spacing)
(#7744) Extra space after key 'y'. (key-spacing)
(#7745) Extra space after key 'yy'. (key-spacing)
(#7747) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#7748) Extra space after key 'ordinal'. (key-spacing)
(#7748) Unexpected space before function parentheses. (space-before-function-paren)
(#7749) Do not nest ternary expressions. (no-nested-ternary)
(#7752) Extra space after key 'week'. (key-spacing)
(#7753) Extra space after key 'dow'. (key-spacing)
(#7754) Extra space after key 'doy'. (key-spacing)
(#7754) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7758) Expected space or tab after '//' in comment. (spaced-comment)
(#7759) Expected space or tab after '//' in comment. (spaced-comment)
(#7760) Expected space or tab after '//' in comment. (spaced-comment)
(#7763) Extra space after key 'months'. (key-spacing)
(#7764) Extra space after key 'monthsShort'. (key-spacing)
(#7766) Extra space after key 'weekdays'. (key-spacing)
(#7767) Extra space after key 'weekdaysShort'. (key-spacing)
(#7768) Extra space after key 'weekdaysMin'. (key-spacing)
(#7769) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7770) Extra space after key 'longDateFormat'. (key-spacing)
(#7771) Extra space after key 'LT'. (key-spacing)
(#7772) Extra space after key 'LTS'. (key-spacing)
(#7773) Extra space after key 'L'. (key-spacing)
(#7774) Extra space after key 'LL'. (key-spacing)
(#7775) Extra space after key 'LLL'. (key-spacing)
(#7776) Extra space after key 'LLLL'. (key-spacing)
(#7778) Extra space after key 'calendar'. (key-spacing)
(#7779) Extra space after key 'sameDay'. (key-spacing)
(#7779) Unexpected space before function parentheses. (space-before-function-paren)
(#7782) Extra space after key 'nextDay'. (key-spacing)
(#7782) Unexpected space before function parentheses. (space-before-function-paren)
(#7785) Extra space after key 'nextWeek'. (key-spacing)
(#7785) Unexpected space before function parentheses. (space-before-function-paren)
(#7788) Extra space after key 'lastDay'. (key-spacing)
(#7788) Unexpected space before function parentheses. (space-before-function-paren)
(#7791) Extra space after key 'lastWeek'. (key-spacing)
(#7791) Unexpected space before function parentheses. (space-before-function-paren)
(#7794) Extra space after key 'sameElse'. (key-spacing)
(#7796) Extra space after key 'relativeTime'. (key-spacing)
(#7797) Extra space after key 'future'. (key-spacing)
(#7797) Unexpected space before function parentheses. (space-before-function-paren)
(#7803) Extra space after key 'past'. (key-spacing)
(#7804) Extra space after key 's'. (key-spacing)
(#7805) Extra space after key 'm'. (key-spacing)
(#7806) Extra space after key 'mm'. (key-spacing)
(#7807) Extra space after key 'h'. (key-spacing)
(#7808) Extra space after key 'hh'. (key-spacing)
(#7809) Extra space after key 'd'. (key-spacing)
(#7810) Extra space after key 'dd'. (key-spacing)
(#7811) Extra space after key 'M'. (key-spacing)
(#7812) Extra space after key 'MM'. (key-spacing)
(#7813) Extra space after key 'y'. (key-spacing)
(#7814) Extra space after key 'yy'. (key-spacing)
(#7816) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#7817) Extra space after key 'ordinal'. (key-spacing)
(#7818) Extra space after key 'week'. (key-spacing)
(#7819) Extra space after key 'dow'. (key-spacing)
(#7820) Extra space after key 'doy'. (key-spacing)
(#7820) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7824) Expected space or tab after '//' in comment. (spaced-comment)
(#7825) Expected space or tab after '//' in comment. (spaced-comment)
(#7826) Expected space or tab after '//' in comment. (spaced-comment)
(#7828) Missing JSDoc comment. (require-jsdoc)
(#7828) 'isFuture' is defined but never used. (no-unused-vars)
(#7846) Extra space after key 'months'. (key-spacing)
(#7847) Extra space after key 'monthsShort'. (key-spacing)
(#7848) Extra space after key 'monthsParseExact'. (key-spacing)
(#7849) Extra space after key 'weekdays'. (key-spacing)
(#7850) Extra space after key 'weekdaysShort'. (key-spacing)
(#7851) Extra space after key 'weekdaysMin'. (key-spacing)
(#7852) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#7853) Extra space after key 'longDateFormat'. (key-spacing)
(#7854) Extra space after key 'LT'. (key-spacing)
(#7855) Extra space after key 'LTS'. (key-spacing)
(#7856) Extra space after key 'L'. (key-spacing)
(#7857) Extra space after key 'LL'. (key-spacing)
(#7858) Extra space after key 'LLL'. (key-spacing)
(#7859) Extra space after key 'LLLL'. (key-spacing)
(#7862) Extra space after key 'calendar'. (key-spacing)
(#7870) Extra space after key 'relativeTime'. (key-spacing)
(#7871) Extra space after key 'future'. (key-spacing)
(#7872) Extra space after key 'past'. (key-spacing)
(#7873) Extra space after key 's'. (key-spacing)
(#7874) Extra space after key 'm'. (key-spacing)
(#7875) Extra space after key 'mm'. (key-spacing)
(#7876) Extra space after key 'h'. (key-spacing)
(#7877) Extra space after key 'hh'. (key-spacing)
(#7878) Extra space after key 'd'. (key-spacing)
(#7879) Extra space after key 'dd'. (key-spacing)
(#7880) Extra space after key 'M'. (key-spacing)
(#7881) Extra space after key 'MM'. (key-spacing)
(#7882) Extra space after key 'y'. (key-spacing)
(#7883) Extra space after key 'yy'. (key-spacing)
(#7885) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#7886) Extra space after key 'ordinal'. (key-spacing)
(#7886) Unexpected space before function parentheses. (space-before-function-paren)
(#7888) Comments should not begin with a lowercase character (capitalized-comments)
(#7901) Extra space after key 'week'. (key-spacing)
(#7902) Extra space after key 'dow'. (key-spacing)
(#7903) Extra space after key 'doy'. (key-spacing)
(#7903) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#7906) Extra space after key 'meridiemHour'. (key-spacing)
(#7906) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#7906) Unexpected space before function parentheses. (space-before-function-paren)
(#7920) Extra space after key 'meridiem'. (key-spacing)
(#7920) Unexpected space before function parentheses. (space-before-function-paren)
(#7920) 'isLower' is defined but never used. (no-unused-vars)
(#7935) Expected space or tab after '//' in comment. (spaced-comment)
(#7936) Expected space or tab after '//' in comment. (spaced-comment)
(#7937) Expected space or tab after '//' in comment. (spaced-comment)
(#7938) Expected space or tab after '//' in comment. (spaced-comment)
(#7939) Expected space or tab after '//' in comment. (spaced-comment)
(#7942) Extra space after key 'months'. (key-spacing)
(#7943) Extra space after key 'monthsShort'. (key-spacing)
(#7944) Extra space after key 'weekdays'. (key-spacing)
(#7945) Extra space after key 'weekdaysShort'. (key-spacing)
(#7946) Extra space after key 'weekdaysMin'. (key-spacing)
(#7947) Extra space after key 'longDateFormat'. (key-spacing)
(#7948) Extra space after key 'LT'. (key-spacing)
(#7949) Extra space after key 'LTS'. (key-spacing)
(#7950) Extra space after key 'L'. (key-spacing)
(#7951) Extra space after key 'LL'. (key-spacing)
(#7952) Extra space after key 'LLL'. (key-spacing)
(#7953) Extra space after key 'LLLL'. (key-spacing)
(#7954) Extra space after key 'l'. (key-spacing)
(#7955) Extra space after key 'll'. (key-spacing)
(#7956) Extra space after key 'lll'. (key-spacing)
(#7957) Extra space after key 'llll'. (key-spacing)
(#7959) Extra space after key 'calendar'. (key-spacing)
(#7960) Extra space after key 'sameDay'. (key-spacing)
(#7961) Extra space after key 'nextDay'. (key-spacing)
(#7962) Extra space after key 'nextWeek'. (key-spacing)
(#7963) Extra space after key 'lastDay'. (key-spacing)
(#7964) Extra space after key 'lastWeek'. (key-spacing)
(#7965) Extra space after key 'sameElse'. (key-spacing)
(#7967) Extra space after key 'relativeTime'. (key-spacing)
(#7968) Extra space after key 'future'. (key-spacing)
(#7969) Extra space after key 'past'. (key-spacing)
(#7970) Extra space after key 's'. (key-spacing)
(#7971) Extra space after key 'm'. (key-spacing)
(#7972) Extra space after key 'mm'. (key-spacing)
(#7973) Extra space after key 'h'. (key-spacing)
(#7974) Extra space after key 'hh'. (key-spacing)
(#7974) Unexpected space before function parentheses. (space-before-function-paren)
(#7980) Extra space after key 'd'. (key-spacing)
(#7981) Extra space after key 'dd'. (key-spacing)
(#7981) Unexpected space before function parentheses. (space-before-function-paren)
(#7987) Extra space after key 'M'. (key-spacing)
(#7988) Extra space after key 'MM'. (key-spacing)
(#7988) Unexpected space before function parentheses. (space-before-function-paren)
(#7994) Extra space after key 'y'. (key-spacing)
(#7995) Extra space after key 'yy'. (key-spacing)
(#7995) Unexpected space before function parentheses. (space-before-function-paren)
(#8005) Extra space after key 'isPM'. (key-spacing)
(#8005) Unexpected space before function parentheses. (space-before-function-paren)
(#8008) Extra space after key 'meridiem'. (key-spacing)
(#8008) Unexpected space before function parentheses. (space-before-function-paren)
(#8023) Expected space or tab after '//' in comment. (spaced-comment)
(#8024) Expected space or tab after '//' in comment. (spaced-comment)
(#8025) Expected space or tab after '//' in comment. (spaced-comment)
(#8053) Extra space after key 'months'. (key-spacing)
(#8054) Extra space after key 'monthsShort'. (key-spacing)
(#8056) Extra space after key 'weekdays'. (key-spacing)
(#8057) Extra space after key 'weekdaysShort'. (key-spacing)
(#8058) Extra space after key 'weekdaysMin'. (key-spacing)
(#8059) Extra space after key 'longDateFormat'. (key-spacing)
(#8060) Extra space after key 'LT'. (key-spacing)
(#8061) Extra space after key 'LTS'. (key-spacing)
(#8062) Extra space after key 'L'. (key-spacing)
(#8063) Extra space after key 'LL'. (key-spacing)
(#8064) Extra space after key 'LLL'. (key-spacing)
(#8065) Extra space after key 'LLLL'. (key-spacing)
(#8067) Extra space after key 'calendar'. (key-spacing)
(#8068) Extra space after key 'sameDay'. (key-spacing)
(#8069) Extra space after key 'nextDay'. (key-spacing)
(#8070) Extra space after key 'nextWeek'. (key-spacing)
(#8071) Extra space after key 'lastDay'. (key-spacing)
(#8072) Extra space after key 'lastWeek'. (key-spacing)
(#8073) Extra space after key 'sameElse'. (key-spacing)
(#8075) Extra space after key 'relativeTime'. (key-spacing)
(#8076) Extra space after key 'future'. (key-spacing)
(#8077) Extra space after key 'past'. (key-spacing)
(#8078) Extra space after key 's'. (key-spacing)
(#8079) Extra space after key 'm'. (key-spacing)
(#8080) Extra space after key 'mm'. (key-spacing)
(#8081) Extra space after key 'h'. (key-spacing)
(#8082) Extra space after key 'hh'. (key-spacing)
(#8083) Extra space after key 'd'. (key-spacing)
(#8084) Extra space after key 'dd'. (key-spacing)
(#8085) Extra space after key 'M'. (key-spacing)
(#8086) Extra space after key 'MM'. (key-spacing)
(#8087) Extra space after key 'y'. (key-spacing)
(#8088) Extra space after key 'yy'. (key-spacing)
(#8090) Unexpected space before function parentheses. (space-before-function-paren)
(#8091) Unexpected space before function parentheses. (space-before-function-paren)
(#8095) Unexpected space before function parentheses. (space-before-function-paren)
(#8096) Unexpected space before function parentheses. (space-before-function-paren)
(#8103) Extra space after key 'meridiemHour'. (key-spacing)
(#8103) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#8103) Unexpected space before function parentheses. (space-before-function-paren)
(#8117) Extra space after key 'meridiem'. (key-spacing)
(#8117) Unexpected space before function parentheses. (space-before-function-paren)
(#8117) 'isLower' is defined but never used. (no-unused-vars)
(#8130) Extra space after key 'week'. (key-spacing)
(#8131) Extra space after key 'dow'. (key-spacing)
(#8132) Extra space after key 'doy'. (key-spacing)
(#8132) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8136) Expected space or tab after '//' in comment. (spaced-comment)
(#8137) Expected space or tab after '//' in comment. (spaced-comment)
(#8138) Expected space or tab after '//' in comment. (spaced-comment)
(#8140) Missing JSDoc comment. (require-jsdoc)
(#8140) Function 'translate$3' has a complexity of 27. (complexity)
(#8140) Expected to return a value at the end of function 'translate$3'. (consistent-return)
(#8194) Extra space after key 'months'. (key-spacing)
(#8198) Extra space after key 'monthsShort'. (key-spacing)
(#8200) Extra space after key 'weekdays'. (key-spacing)
(#8201) Extra space after key 'weekdaysShort'. (key-spacing)
(#8202) Extra space after key 'weekdaysMin'. (key-spacing)
(#8203) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#8204) Extra space after key 'longDateFormat'. (key-spacing)
(#8205) Extra space after key 'LT'. (key-spacing)
(#8206) Extra space after key 'LTS'. (key-spacing)
(#8207) Extra space after key 'L'. (key-spacing)
(#8208) Extra space after key 'LL'. (key-spacing)
(#8209) Extra space after key 'LLL'. (key-spacing)
(#8210) Extra space after key 'LLLL'. (key-spacing)
(#8212) Extra space after key 'calendar'. (key-spacing)
(#8213) Extra space after key 'sameDay'. (key-spacing)
(#8214) Extra space after key 'nextDay'. (key-spacing)
(#8215) Extra space after key 'nextWeek'. (key-spacing)
(#8215) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#8215) Unexpected space before function parentheses. (space-before-function-paren)
(#8230) Extra space after key 'lastDay'. (key-spacing)
(#8231) Extra space after key 'lastWeek'. (key-spacing)
(#8231) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#8231) Unexpected space before function parentheses. (space-before-function-paren)
(#8245) Extra space after key 'sameElse'. (key-spacing)
(#8247) Extra space after key 'relativeTime'. (key-spacing)
(#8248) Extra space after key 'future'. (key-spacing)
(#8249) Extra space after key 'past'. (key-spacing)
(#8250) Extra space after key 's'. (key-spacing)
(#8251) Extra space after key 'm'. (key-spacing)
(#8252) Extra space after key 'mm'. (key-spacing)
(#8253) Extra space after key 'h'. (key-spacing)
(#8254) Extra space after key 'hh'. (key-spacing)
(#8255) Extra space after key 'd'. (key-spacing)
(#8256) Extra space after key 'dd'. (key-spacing)
(#8257) Extra space after key 'M'. (key-spacing)
(#8258) Extra space after key 'MM'. (key-spacing)
(#8259) Extra space after key 'y'. (key-spacing)
(#8260) Extra space after key 'yy'. (key-spacing)
(#8263) Extra space after key 'ordinal'. (key-spacing)
(#8264) Extra space after key 'week'. (key-spacing)
(#8265) Extra space after key 'dow'. (key-spacing)
(#8266) Extra space after key 'doy'. (key-spacing)
(#8266) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8270) Expected space or tab after '//' in comment. (spaced-comment)
(#8271) Expected space or tab after '//' in comment. (spaced-comment)
(#8272) Expected space or tab after '//' in comment. (spaced-comment)
(#8275) Function 'translate$4' has a complexity of 34. (complexity)
(#8275) Missing JSDoc comment. (require-jsdoc)
(#8277) 'suffix' is defined but never used. (no-unused-vars)
(#8304) Missing JSDoc comment. (require-jsdoc)
(#8305) Unexpected 'this'. (no-invalid-this)
(#8309) Extra space after key 'months'. (key-spacing)
(#8310) Extra space after key 'monthsShort'. (key-spacing)
(#8311) Extra space after key 'weekdays'. (key-spacing)
(#8312) Extra space after key 'weekdaysShort'. (key-spacing)
(#8313) Extra space after key 'weekdaysMin'. (key-spacing)
(#8314) Extra space after key 'longDateFormat'. (key-spacing)
(#8315) Extra space after key 'LT'. (key-spacing)
(#8316) Extra space after key 'LTS'. (key-spacing)
(#8317) Extra space after key 'L'. (key-spacing)
(#8318) Extra space after key 'LL'. (key-spacing)
(#8319) Extra space after key 'LLL'. (key-spacing)
(#8320) Extra space after key 'LLLL'. (key-spacing)
(#8323) Unexpected space before function parentheses. (space-before-function-paren)
(#8326) Extra space after key 'meridiem'. (key-spacing)
(#8326) Unexpected space before function parentheses. (space-before-function-paren)
(#8333) Extra space after key 'calendar'. (key-spacing)
(#8334) Extra space after key 'sameDay'. (key-spacing)
(#8335) Extra space after key 'nextDay'. (key-spacing)
(#8336) Extra space after key 'nextWeek'. (key-spacing)
(#8336) Unexpected space before function parentheses. (space-before-function-paren)
(#8339) Extra space after key 'lastDay'. (key-spacing)
(#8340) Extra space after key 'lastWeek'. (key-spacing)
(#8340) Unexpected space before function parentheses. (space-before-function-paren)
(#8343) Extra space after key 'sameElse'. (key-spacing)
(#8345) Extra space after key 'relativeTime'. (key-spacing)
(#8346) Extra space after key 'future'. (key-spacing)
(#8347) Extra space after key 'past'. (key-spacing)
(#8348) Extra space after key 's'. (key-spacing)
(#8349) Extra space after key 'm'. (key-spacing)
(#8350) Extra space after key 'mm'. (key-spacing)
(#8351) Extra space after key 'h'. (key-spacing)
(#8352) Extra space after key 'hh'. (key-spacing)
(#8353) Extra space after key 'd'. (key-spacing)
(#8354) Extra space after key 'dd'. (key-spacing)
(#8355) Extra space after key 'M'. (key-spacing)
(#8356) Extra space after key 'MM'. (key-spacing)
(#8357) Extra space after key 'y'. (key-spacing)
(#8358) Extra space after key 'yy'. (key-spacing)
(#8361) Extra space after key 'ordinal'. (key-spacing)
(#8362) Extra space after key 'week'. (key-spacing)
(#8363) Extra space after key 'dow'. (key-spacing)
(#8364) Extra space after key 'doy'. (key-spacing)
(#8364) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8368) Expected space or tab after '//' in comment. (spaced-comment)
(#8369) Expected space or tab after '//' in comment. (spaced-comment)
(#8370) Expected space or tab after '//' in comment. (spaced-comment)
(#8373) Extra space after key 'months'. (key-spacing)
(#8374) Line 8374 exceeds the maximum line length of 132. (max-len)
(#8377) Extra space after key 'monthsShort'. (key-spacing)
(#8378) Extra space after key 'weekdays'. (key-spacing)
(#8379) Extra space after key 'weekdaysShort'. (key-spacing)
(#8380) Extra space after key 'weekdaysMin'. (key-spacing)
(#8381) Extra space after key 'longDateFormat'. (key-spacing)
(#8382) Extra space after key 'LT'. (key-spacing)
(#8383) Extra space after key 'LTS'. (key-spacing)
(#8384) Extra space after key 'L'. (key-spacing)
(#8385) Extra space after key 'LL'. (key-spacing)
(#8386) Extra space after key 'LLL'. (key-spacing)
(#8387) Extra space after key 'LLLL'. (key-spacing)
(#8389) Extra space after key 'calendar'. (key-spacing)
(#8393) Unexpected space before function parentheses. (space-before-function-paren)
(#8396) Unexpected space before function parentheses. (space-before-function-paren)
(#8401) Extra space after key 'relativeTime'. (key-spacing)
(#8402) Extra space after key 'future'. (key-spacing)
(#8403) Extra space after key 'past'. (key-spacing)
(#8404) Extra space after key 's'. (key-spacing)
(#8405) Extra space after key 'm'. (key-spacing)
(#8406) Extra space after key 'mm'. (key-spacing)
(#8407) Extra space after key 'h'. (key-spacing)
(#8408) Extra space after key 'hh'. (key-spacing)
(#8409) Extra space after key 'd'. (key-spacing)
(#8410) Extra space after key 'dd'. (key-spacing)
(#8411) Extra space after key 'M'. (key-spacing)
(#8412) Extra space after key 'MM'. (key-spacing)
(#8413) Extra space after key 'y'. (key-spacing)
(#8414) Extra space after key 'yy'. (key-spacing)
(#8417) Unexpected space before function parentheses. (space-before-function-paren)
(#8420) Extra space after key 'meridiem'. (key-spacing)
(#8420) Unexpected space before function parentheses. (space-before-function-paren)
(#8432) Unexpected space before function parentheses. (space-before-function-paren)
(#8446) Extra space after key 'week'. (key-spacing)
(#8447) Extra space after key 'dow'. (key-spacing)
(#8448) Extra space after key 'doy'. (key-spacing)
(#8448) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8452) Expected space or tab after '//' in comment. (spaced-comment)
(#8453) Expected space or tab after '//' in comment. (spaced-comment)
(#8454) Expected space or tab after '//' in comment. (spaced-comment)
(#8455) Expected space or tab after '//' in comment. (spaced-comment)
(#8458) Extra space after key 'months'. (key-spacing)
(#8459) Extra space after key 'monthsShort'. (key-spacing)
(#8460) Extra space after key 'weekdays'. (key-spacing)
(#8461) Extra space after key 'weekdaysShort'. (key-spacing)
(#8462) Extra space after key 'weekdaysMin'. (key-spacing)
(#8463) Extra space after key 'longDateFormat'. (key-spacing)
(#8464) Extra space after key 'LT'. (key-spacing)
(#8465) Extra space after key 'LTS'. (key-spacing)
(#8466) Extra space after key 'L'. (key-spacing)
(#8467) Extra space after key 'LL'. (key-spacing)
(#8468) Extra space after key 'LLL'. (key-spacing)
(#8469) Extra space after key 'LLLL'. (key-spacing)
(#8472) Extra space after key 'meridiemHour'. (key-spacing)
(#8472) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#8472) Unexpected space before function parentheses. (space-before-function-paren)
(#8484) Extra space after key 'meridiem'. (key-spacing)
(#8484) Unexpected space before function parentheses. (space-before-function-paren)
(#8484) 'isLower' is defined but never used. (no-unused-vars)
(#8495) Extra space after key 'calendar'. (key-spacing)
(#8496) Extra space after key 'sameDay'. (key-spacing)
(#8497) Extra space after key 'nextDay'. (key-spacing)
(#8498) Extra space after key 'nextWeek'. (key-spacing)
(#8499) Extra space after key 'lastDay'. (key-spacing)
(#8500) Extra space after key 'lastWeek'. (key-spacing)
(#8501) Extra space after key 'sameElse'. (key-spacing)
(#8503) Extra space after key 'relativeTime'. (key-spacing)
(#8504) Extra space after key 'future'. (key-spacing)
(#8505) Extra space after key 'past'. (key-spacing)
(#8506) Extra space after key 's'. (key-spacing)
(#8507) Extra space after key 'm'. (key-spacing)
(#8508) Extra space after key 'mm'. (key-spacing)
(#8509) Extra space after key 'h'. (key-spacing)
(#8510) Extra space after key 'hh'. (key-spacing)
(#8511) Extra space after key 'd'. (key-spacing)
(#8512) Extra space after key 'dd'. (key-spacing)
(#8513) Extra space after key 'M'. (key-spacing)
(#8514) Extra space after key 'MM'. (key-spacing)
(#8515) Extra space after key 'y'. (key-spacing)
(#8516) Extra space after key 'yy'. (key-spacing)
(#8518) Extra space after key 'week'. (key-spacing)
(#8519) Extra space after key 'dow'. (key-spacing)
(#8520) Extra space after key 'doy'. (key-spacing)
(#8520) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8524) Expected space or tab after '//' in comment. (spaced-comment)
(#8525) Expected space or tab after '//' in comment. (spaced-comment)
(#8526) Expected space or tab after '//' in comment. (spaced-comment)
(#8528) Missing JSDoc comment. (require-jsdoc)
(#8536) Missing JSDoc comment. (require-jsdoc)
(#8536) Function 'translate$5' has a complexity of 42. (complexity)
(#8536) Expected to return a value at the end of function 'translate$5'. (consistent-return)
(#8596) Extra space after key 'months'. (key-spacing)
(#8597) Extra space after key 'monthsShort'. (key-spacing)
(#8598) Extra space after key 'weekdays'. (key-spacing)
(#8599) Extra space after key 'weekdaysShort'. (key-spacing)
(#8600) Extra space after key 'weekdaysMin'. (key-spacing)
(#8601) Extra space after key 'longDateFormat'. (key-spacing)
(#8602) Extra space after key 'LT'. (key-spacing)
(#8603) Extra space after key 'LTS'. (key-spacing)
(#8604) Extra space after key 'L'. (key-spacing)
(#8605) Extra space after key 'LL'. (key-spacing)
(#8606) Extra space after key 'LLL'. (key-spacing)
(#8607) Extra space after key 'LLLL'. (key-spacing)
(#8609) Extra space after key 'calendar'. (key-spacing)
(#8610) Extra space after key 'sameDay'. (key-spacing)
(#8611) Extra space after key 'nextDay'. (key-spacing)
(#8612) Extra space after key 'nextWeek'. (key-spacing)
(#8613) Extra space after key 'lastDay'. (key-spacing)
(#8614) Extra space after key 'lastWeek'. (key-spacing)
(#8615) Extra space after key 'sameElse'. (key-spacing)
(#8617) Extra space after key 'relativeTime'. (key-spacing)
(#8618) Extra space after key 'future'. (key-spacing)
(#8619) Extra space after key 'past'. (key-spacing)
(#8620) Extra space after key 's'. (key-spacing)
(#8621) Extra space after key 'm'. (key-spacing)
(#8622) Extra space after key 'mm'. (key-spacing)
(#8623) Extra space after key 'h'. (key-spacing)
(#8624) Extra space after key 'hh'. (key-spacing)
(#8625) Extra space after key 'd'. (key-spacing)
(#8626) Extra space after key 'dd'. (key-spacing)
(#8627) Extra space after key 'M'. (key-spacing)
(#8628) Extra space after key 'MM'. (key-spacing)
(#8629) Extra space after key 'y'. (key-spacing)
(#8630) Extra space after key 'yy'. (key-spacing)
(#8633) Extra space after key 'ordinal'. (key-spacing)
(#8634) Extra space after key 'week'. (key-spacing)
(#8635) Extra space after key 'dow'. (key-spacing)
(#8636) Extra space after key 'doy'. (key-spacing)
(#8636) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8640) Expected space or tab after '//' in comment. (spaced-comment)
(#8641) Expected space or tab after '//' in comment. (spaced-comment)
(#8642) Expected space or tab after '//' in comment. (spaced-comment)
(#8643) Expected space or tab after '//' in comment. (spaced-comment)
(#8646) Extra space after key 'months'. (key-spacing)
(#8647) Extra space after key 'monthsShort'. (key-spacing)
(#8648) Extra space after key 'weekdays'. (key-spacing)
(#8649) Extra space after key 'weekdaysShort'. (key-spacing)
(#8650) Extra space after key 'weekdaysMin'. (key-spacing)
(#8651) Extra space after key 'longDateFormat'. (key-spacing)
(#8652) Extra space after key 'LT'. (key-spacing)
(#8653) Extra space after key 'LTS'. (key-spacing)
(#8654) Extra space after key 'L'. (key-spacing)
(#8655) Extra space after key 'LL'. (key-spacing)
(#8656) Extra space after key 'LLL'. (key-spacing)
(#8657) Extra space after key 'LLLL'. (key-spacing)
(#8659) Extra space after key 'calendar'. (key-spacing)
(#8664) Unexpected space before function parentheses. (space-before-function-paren)
(#8674) Extra space after key 'relativeTime'. (key-spacing)
(#8675) Extra space after key 'future'. (key-spacing)
(#8675) Unexpected space before function parentheses. (space-before-function-paren)
(#8678) Extra space after key 'past'. (key-spacing)
(#8679) Extra space after key 's'. (key-spacing)
(#8680) Extra space after key 'm'. (key-spacing)
(#8681) Extra space after key 'mm'. (key-spacing)
(#8682) Extra space after key 'h'. (key-spacing)
(#8683) Extra space after key 'hh'. (key-spacing)
(#8684) Extra space after key 'd'. (key-spacing)
(#8685) Extra space after key 'dd'. (key-spacing)
(#8686) Extra space after key 'M'. (key-spacing)
(#8687) Extra space after key 'MM'. (key-spacing)
(#8688) Extra space after key 'y'. (key-spacing)
(#8689) Extra space after key 'yy'. (key-spacing)
(#8691) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#8693) Extra space after key 'week'. (key-spacing)
(#8694) Extra space after key 'dow'. (key-spacing)
(#8695) Extra space after key 'doy'. (key-spacing)
(#8695) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8699) Expected space or tab after '//' in comment. (spaced-comment)
(#8700) Expected space or tab after '//' in comment. (spaced-comment)
(#8701) Expected space or tab after '//' in comment. (spaced-comment)
(#8704) Extra space after key 'months'. (key-spacing)
(#8705) Extra space after key 'monthsShort'. (key-spacing)
(#8706) Extra space after key 'weekdays'. (key-spacing)
(#8707) Extra space after key 'weekdaysShort'. (key-spacing)
(#8708) Extra space after key 'weekdaysMin'. (key-spacing)
(#8709) Extra space after key 'longDateFormat'. (key-spacing)
(#8710) Extra space after key 'LT'. (key-spacing)
(#8711) Extra space after key 'LTS'. (key-spacing)
(#8712) Extra space after key 'L'. (key-spacing)
(#8713) Extra space after key 'LL'. (key-spacing)
(#8714) Extra space after key 'LLL'. (key-spacing)
(#8715) Extra space after key 'LLLL'. (key-spacing)
(#8716) Extra space after key 'l'. (key-spacing)
(#8717) Extra space after key 'll'. (key-spacing)
(#8718) Extra space after key 'lll'. (key-spacing)
(#8719) Extra space after key 'llll'. (key-spacing)
(#8722) Extra space after key 'isPM'. (key-spacing)
(#8722) Unexpected space before function parentheses. (space-before-function-paren)
(#8725) Extra space after key 'meridiem'. (key-spacing)
(#8725) Unexpected space before function parentheses. (space-before-function-paren)
(#8725) 'isLower' is defined but never used. (no-unused-vars)
(#8732) Extra space after key 'calendar'. (key-spacing)
(#8733) Extra space after key 'sameDay'. (key-spacing)
(#8734) Extra space after key 'nextDay'. (key-spacing)
(#8735) Extra space after key 'nextWeek'. (key-spacing)
(#8736) Extra space after key 'lastDay'. (key-spacing)
(#8737) Extra space after key 'lastWeek'. (key-spacing)
(#8738) Extra space after key 'sameElse'. (key-spacing)
(#8740) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#8741) Extra space after key 'ordinal'. (key-spacing)
(#8741) Unexpected space before function parentheses. (space-before-function-paren)
(#8751) Extra space after key 'relativeTime'. (key-spacing)
(#8752) Extra space after key 'future'. (key-spacing)
(#8753) Extra space after key 'past'. (key-spacing)
(#8754) Extra space after key 's'. (key-spacing)
(#8755) Extra space after key 'm'. (key-spacing)
(#8756) Extra space after key 'mm'. (key-spacing)
(#8757) Extra space after key 'h'. (key-spacing)
(#8758) Extra space after key 'hh'. (key-spacing)
(#8759) Extra space after key 'd'. (key-spacing)
(#8760) Extra space after key 'dd'. (key-spacing)
(#8761) Extra space after key 'M'. (key-spacing)
(#8762) Extra space after key 'MM'. (key-spacing)
(#8763) Extra space after key 'y'. (key-spacing)
(#8764) Extra space after key 'yy'. (key-spacing)
(#8768) Expected space or tab after '//' in comment. (spaced-comment)
(#8769) Expected space or tab after '//' in comment. (spaced-comment)
(#8770) Expected space or tab after '//' in comment. (spaced-comment)
(#8771) Expected space or tab after '//' in comment. (spaced-comment)
(#8774) Extra space after key 'months'. (key-spacing)
(#8775) Extra space after key 'monthsShort'. (key-spacing)
(#8776) Extra space after key 'weekdays'. (key-spacing)
(#8777) Extra space after key 'weekdaysShort'. (key-spacing)
(#8778) Extra space after key 'weekdaysMin'. (key-spacing)
(#8779) Extra space after key 'longDateFormat'. (key-spacing)
(#8780) Extra space after key 'LT'. (key-spacing)
(#8781) Extra space after key 'LTS'. (key-spacing)
(#8782) Extra space after key 'L'. (key-spacing)
(#8783) Extra space after key 'LL'. (key-spacing)
(#8784) Extra space after key 'LLL'. (key-spacing)
(#8785) Extra space after key 'LLLL'. (key-spacing)
(#8788) Extra space after key 'meridiemHour'. (key-spacing)
(#8788) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#8788) Unexpected space before function parentheses. (space-before-function-paren)
(#8800) Extra space after key 'meridiem'. (key-spacing)
(#8800) Unexpected space before function parentheses. (space-before-function-paren)
(#8800) 'isLower' is defined but never used. (no-unused-vars)
(#8811) Extra space after key 'calendar'. (key-spacing)
(#8812) Extra space after key 'sameDay'. (key-spacing)
(#8813) Extra space after key 'nextDay'. (key-spacing)
(#8814) Extra space after key 'nextWeek'. (key-spacing)
(#8815) Extra space after key 'lastDay'. (key-spacing)
(#8816) Extra space after key 'lastWeek'. (key-spacing)
(#8817) Extra space after key 'sameElse'. (key-spacing)
(#8819) Extra space after key 'relativeTime'. (key-spacing)
(#8820) Extra space after key 'future'. (key-spacing)
(#8821) Extra space after key 'past'. (key-spacing)
(#8822) Extra space after key 's'. (key-spacing)
(#8823) Extra space after key 'm'. (key-spacing)
(#8824) Extra space after key 'mm'. (key-spacing)
(#8825) Extra space after key 'h'. (key-spacing)
(#8826) Extra space after key 'hh'. (key-spacing)
(#8827) Extra space after key 'd'. (key-spacing)
(#8828) Extra space after key 'dd'. (key-spacing)
(#8829) Extra space after key 'M'. (key-spacing)
(#8830) Extra space after key 'MM'. (key-spacing)
(#8831) Extra space after key 'y'. (key-spacing)
(#8832) Extra space after key 'yy'. (key-spacing)
(#8834) Extra space after key 'week'. (key-spacing)
(#8835) Extra space after key 'dow'. (key-spacing)
(#8836) Extra space after key 'doy'. (key-spacing)
(#8836) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8840) Expected space or tab after '//' in comment. (spaced-comment)
(#8841) Expected space or tab after '//' in comment. (spaced-comment)
(#8842) Expected space or tab after '//' in comment. (spaced-comment)
(#8845) Extra space after key 'months'. (key-spacing)
(#8849) Extra space after key 'monthsShort'. (key-spacing)
(#8850) Extra space after key 'weekdays'. (key-spacing)
(#8855) Extra space after key 'weekdaysShort'. (key-spacing)
(#8856) Extra space after key 'weekdaysMin'. (key-spacing)
(#8857) Extra space after key 'longDateFormat'. (key-spacing)
(#8858) Extra space after key 'LT'. (key-spacing)
(#8859) Extra space after key 'LTS'. (key-spacing)
(#8860) Extra space after key 'L'. (key-spacing)
(#8861) Extra space after key 'LL'. (key-spacing)
(#8862) Extra space after key 'LLL'. (key-spacing)
(#8863) Extra space after key 'LLLL'. (key-spacing)
(#8865) Extra space after key 'calendar'. (key-spacing)
(#8866) Extra space after key 'sameDay'. (key-spacing)
(#8867) Extra space after key 'nextDay'. (key-spacing)
(#8868) Extra space after key 'lastDay'. (key-spacing)
(#8869) Extra space after key 'nextWeek'. (key-spacing)
(#8870) Extra space after key 'lastWeek'. (key-spacing)
(#8871) Extra space after key 'sameElse'. (key-spacing)
(#8873) Extra space after key 'relativeTime'. (key-spacing)
(#8874) Extra space after key 'future'. (key-spacing)
(#8874) Unexpected space before function parentheses. (space-before-function-paren)
(#8879) Extra space after key 'past'. (key-spacing)
(#8879) Expected to return a value at the end of method 'past'. (consistent-return)
(#8879) Unexpected space before function parentheses. (space-before-function-paren)
(#8887) Extra space after key 's'. (key-spacing)
(#8888) Extra space after key 'm'. (key-spacing)
(#8889) Extra space after key 'mm'. (key-spacing)
(#8890) Extra space after key 'h'. (key-spacing)
(#8891) Extra space after key 'hh'. (key-spacing)
(#8892) Extra space after key 'd'. (key-spacing)
(#8893) Extra space after key 'dd'. (key-spacing)
(#8894) Extra space after key 'M'. (key-spacing)
(#8895) Extra space after key 'MM'. (key-spacing)
(#8896) Extra space after key 'y'. (key-spacing)
(#8897) Extra space after key 'yy'. (key-spacing)
(#8900) Extra space after key 'ordinal'. (key-spacing)
(#8900) Unexpected space before function parentheses. (space-before-function-paren)
(#8912) Extra space after key 'week'. (key-spacing)
(#8913) Extra space after key 'dow'. (key-spacing)
(#8914) Extra space after key 'doy'. (key-spacing)
(#8918) Expected space or tab after '//' in comment. (spaced-comment)
(#8919) Expected space or tab after '//' in comment. (spaced-comment)
(#8920) Expected space or tab after '//' in comment. (spaced-comment)
(#8923) Unquoted number literal '0' used as key. (quote-props)
(#8924) Unquoted number literal '1' used as key. (quote-props)
(#8925) Unquoted number literal '2' used as key. (quote-props)
(#8926) Unquoted number literal '3' used as key. (quote-props)
(#8927) Unquoted number literal '4' used as key. (quote-props)
(#8928) Unquoted number literal '5' used as key. (quote-props)
(#8929) Unquoted number literal '6' used as key. (quote-props)
(#8930) Unquoted number literal '7' used as key. (quote-props)
(#8931) Unquoted number literal '8' used as key. (quote-props)
(#8932) Unquoted number literal '9' used as key. (quote-props)
(#8933) Unquoted number literal '10' used as key. (quote-props)
(#8934) Unquoted number literal '20' used as key. (quote-props)
(#8935) Unquoted number literal '30' used as key. (quote-props)
(#8936) Unquoted number literal '40' used as key. (quote-props)
(#8937) Unquoted number literal '50' used as key. (quote-props)
(#8938) Unquoted number literal '60' used as key. (quote-props)
(#8939) Unquoted number literal '70' used as key. (quote-props)
(#8940) Unquoted number literal '80' used as key. (quote-props)
(#8941) Unquoted number literal '90' used as key. (quote-props)
(#8942) Unquoted number literal '100' used as key. (quote-props)
(#8946) Extra space after key 'months'. (key-spacing)
(#8947) Extra space after key 'monthsShort'. (key-spacing)
(#8948) Extra space after key 'weekdays'. (key-spacing)
(#8949) Extra space after key 'weekdaysShort'. (key-spacing)
(#8950) Extra space after key 'weekdaysMin'. (key-spacing)
(#8951) Extra space after key 'longDateFormat'. (key-spacing)
(#8952) Extra space after key 'LT'. (key-spacing)
(#8953) Extra space after key 'LTS'. (key-spacing)
(#8954) Extra space after key 'L'. (key-spacing)
(#8955) Extra space after key 'LL'. (key-spacing)
(#8956) Extra space after key 'LLL'. (key-spacing)
(#8957) Extra space after key 'LLLL'. (key-spacing)
(#8959) Extra space after key 'calendar'. (key-spacing)
(#8960) Extra space after key 'sameDay'. (key-spacing)
(#8961) Extra space after key 'nextDay'. (key-spacing)
(#8962) Extra space after key 'nextWeek'. (key-spacing)
(#8963) Extra space after key 'lastDay'. (key-spacing)
(#8964) Extra space after key 'lastWeek'. (key-spacing)
(#8965) Extra space after key 'sameElse'. (key-spacing)
(#8967) Extra space after key 'relativeTime'. (key-spacing)
(#8968) Extra space after key 'future'. (key-spacing)
(#8969) Extra space after key 'past'. (key-spacing)
(#8970) Extra space after key 's'. (key-spacing)
(#8971) Extra space after key 'm'. (key-spacing)
(#8972) Extra space after key 'mm'. (key-spacing)
(#8973) Extra space after key 'h'. (key-spacing)
(#8974) Extra space after key 'hh'. (key-spacing)
(#8975) Extra space after key 'd'. (key-spacing)
(#8976) Extra space after key 'dd'. (key-spacing)
(#8977) Extra space after key 'M'. (key-spacing)
(#8978) Extra space after key 'MM'. (key-spacing)
(#8979) Extra space after key 'y'. (key-spacing)
(#8980) Extra space after key 'yy'. (key-spacing)
(#8983) Extra space after key 'ordinal'. (key-spacing)
(#8983) Unexpected space before function parentheses. (space-before-function-paren)
(#8988) Extra space after key 'week'. (key-spacing)
(#8989) Extra space after key 'dow'. (key-spacing)
(#8990) Extra space after key 'doy'. (key-spacing)
(#8990) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#8994) Expected space or tab after '//' in comment. (spaced-comment)
(#8995) Expected space or tab after '//' in comment. (spaced-comment)
(#8996) Expected space or tab after '//' in comment. (spaced-comment)
(#9006) Extra space after key 'LTS'. (key-spacing)
(#9041) Expected space or tab after '//' in comment. (spaced-comment)
(#9042) Expected space or tab after '//' in comment. (spaced-comment)
(#9043) Expected space or tab after '//' in comment. (spaced-comment)
(#9071) Extra space after key 'months'. (key-spacing)
(#9072) Extra space after key 'monthsShort'. (key-spacing)
(#9074) Extra space after key 'weekdays'. (key-spacing)
(#9075) Extra space after key 'weekdaysShort'. (key-spacing)
(#9076) Extra space after key 'weekdaysMin'. (key-spacing)
(#9077) Extra space after key 'longDateFormat'. (key-spacing)
(#9078) Extra space after key 'LT'. (key-spacing)
(#9079) Extra space after key 'LTS'. (key-spacing)
(#9080) Extra space after key 'L'. (key-spacing)
(#9081) Extra space after key 'LL'. (key-spacing)
(#9082) Extra space after key 'LLL'. (key-spacing)
(#9083) Extra space after key 'LLLL'. (key-spacing)
(#9085) Extra space after key 'calendar'. (key-spacing)
(#9086) Extra space after key 'sameDay'. (key-spacing)
(#9087) Extra space after key 'nextDay'. (key-spacing)
(#9088) Extra space after key 'nextWeek'. (key-spacing)
(#9089) Extra space after key 'lastDay'. (key-spacing)
(#9090) Extra space after key 'lastWeek'. (key-spacing)
(#9091) Extra space after key 'sameElse'. (key-spacing)
(#9093) Extra space after key 'relativeTime'. (key-spacing)
(#9094) Extra space after key 'future'. (key-spacing)
(#9095) Extra space after key 'past'. (key-spacing)
(#9096) Extra space after key 's'. (key-spacing)
(#9097) Extra space after key 'm'. (key-spacing)
(#9098) Extra space after key 'mm'. (key-spacing)
(#9099) Extra space after key 'h'. (key-spacing)
(#9100) Extra space after key 'hh'. (key-spacing)
(#9101) Extra space after key 'd'. (key-spacing)
(#9102) Extra space after key 'dd'. (key-spacing)
(#9103) Extra space after key 'M'. (key-spacing)
(#9104) Extra space after key 'MM'. (key-spacing)
(#9105) Extra space after key 'y'. (key-spacing)
(#9106) Extra space after key 'yy'. (key-spacing)
(#9108) Unexpected space before function parentheses. (space-before-function-paren)
(#9109) Unexpected space before function parentheses. (space-before-function-paren)
(#9113) Unexpected space before function parentheses. (space-before-function-paren)
(#9114) Unexpected space before function parentheses. (space-before-function-paren)
(#9119) Extra space after key 'meridiemHour'. (key-spacing)
(#9119) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#9119) Unexpected space before function parentheses. (space-before-function-paren)
(#9133) Extra space after key 'meridiem'. (key-spacing)
(#9133) Unexpected space before function parentheses. (space-before-function-paren)
(#9133) 'isLower' is defined but never used. (no-unused-vars)
(#9147) Extra space after key 'ordinal'. (key-spacing)
(#9147) Unexpected space before function parentheses. (space-before-function-paren)
(#9150) Extra space after key 'week'. (key-spacing)
(#9151) Extra space after key 'dow'. (key-spacing)
(#9152) Extra space after key 'doy'. (key-spacing)
(#9152) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9156) Expected space or tab after '//' in comment. (spaced-comment)
(#9157) Expected space or tab after '//' in comment. (spaced-comment)
(#9158) Expected space or tab after '//' in comment. (spaced-comment)
(#9159) Expected space or tab after '//' in comment. (spaced-comment)
(#9162) Extra space after key 'months'. (key-spacing)
(#9163) Extra space after key 'monthsShort'. (key-spacing)
(#9164) Extra space after key 'weekdays'. (key-spacing)
(#9165) Extra space after key 'weekdaysShort'. (key-spacing)
(#9166) Extra space after key 'weekdaysMin'. (key-spacing)
(#9167) Extra space after key 'longDateFormat'. (key-spacing)
(#9168) Extra space after key 'LT'. (key-spacing)
(#9169) Extra space after key 'LTS'. (key-spacing)
(#9170) Extra space after key 'L'. (key-spacing)
(#9171) Extra space after key 'LL'. (key-spacing)
(#9172) Extra space after key 'LLL'. (key-spacing)
(#9173) Extra space after key 'LLLL'. (key-spacing)
(#9174) Extra space after key 'l'. (key-spacing)
(#9175) Extra space after key 'll'. (key-spacing)
(#9176) Extra space after key 'lll'. (key-spacing)
(#9177) Extra space after key 'llll'. (key-spacing)
(#9179) Extra space after key 'calendar'. (key-spacing)
(#9180) Extra space after key 'sameDay'. (key-spacing)
(#9181) Extra space after key 'nextDay'. (key-spacing)
(#9182) Extra space after key 'nextWeek'. (key-spacing)
(#9183) Extra space after key 'lastDay'. (key-spacing)
(#9184) Extra space after key 'lastWeek'. (key-spacing)
(#9185) Extra space after key 'sameElse'. (key-spacing)
(#9187) Extra space after key 'relativeTime'. (key-spacing)
(#9188) Extra space after key 'future'. (key-spacing)
(#9189) Extra space after key 'past'. (key-spacing)
(#9190) Extra space after key 's'. (key-spacing)
(#9191) Extra space after key 'ss'. (key-spacing)
(#9192) Extra space after key 'm'. (key-spacing)
(#9193) Extra space after key 'mm'. (key-spacing)
(#9194) Extra space after key 'h'. (key-spacing)
(#9195) Extra space after key 'hh'. (key-spacing)
(#9196) Extra space after key 'd'. (key-spacing)
(#9197) Extra space after key 'dd'. (key-spacing)
(#9198) Extra space after key 'M'. (key-spacing)
(#9199) Extra space after key 'MM'. (key-spacing)
(#9200) Extra space after key 'y'. (key-spacing)
(#9201) Extra space after key 'yy'. (key-spacing)
(#9203) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#9204) Extra space after key 'ordinal'. (key-spacing)
(#9205) Extra space after key 'meridiemParse'. (key-spacing)
(#9206) Extra space after key 'isPM'. (key-spacing)
(#9206) Unexpected space before function parentheses. (space-before-function-paren)
(#9209) Extra space after key 'meridiem'. (key-spacing)
(#9209) Unexpected space before function parentheses. (space-before-function-paren)
(#9209) 'isUpper' is defined but never used. (no-unused-vars)
(#9214) Expected space or tab after '//' in comment. (spaced-comment)
(#9215) Expected space or tab after '//' in comment. (spaced-comment)
(#9216) Expected space or tab after '//' in comment. (spaced-comment)
(#9220) Unquoted number literal '0' used as key. (quote-props)
(#9221) Unquoted number literal '1' used as key. (quote-props)
(#9222) Unquoted number literal '2' used as key. (quote-props)
(#9223) Unquoted number literal '3' used as key. (quote-props)
(#9224) Unquoted number literal '4' used as key. (quote-props)
(#9225) Unquoted number literal '5' used as key. (quote-props)
(#9226) Unquoted number literal '6' used as key. (quote-props)
(#9227) Unquoted number literal '7' used as key. (quote-props)
(#9228) Unquoted number literal '8' used as key. (quote-props)
(#9229) Unquoted number literal '9' used as key. (quote-props)
(#9230) Unquoted number literal '10' used as key. (quote-props)
(#9231) Unquoted number literal '20' used as key. (quote-props)
(#9232) Unquoted number literal '30' used as key. (quote-props)
(#9233) Unquoted number literal '40' used as key. (quote-props)
(#9234) Unquoted number literal '50' used as key. (quote-props)
(#9235) Unquoted number literal '60' used as key. (quote-props)
(#9236) Unquoted number literal '70' used as key. (quote-props)
(#9237) Unquoted number literal '80' used as key. (quote-props)
(#9238) Unquoted number literal '90' used as key. (quote-props)
(#9239) Unquoted number literal '100' used as key. (quote-props)
(#9243) Extra space after key 'months'. (key-spacing)
(#9244) Extra space after key 'monthsShort'. (key-spacing)
(#9245) Extra space after key 'weekdays'. (key-spacing)
(#9246) Extra space after key 'weekdaysShort'. (key-spacing)
(#9247) Extra space after key 'weekdaysMin'. (key-spacing)
(#9248) Extra space after key 'longDateFormat'. (key-spacing)
(#9249) Extra space after key 'LT'. (key-spacing)
(#9250) Extra space after key 'LTS'. (key-spacing)
(#9251) Extra space after key 'L'. (key-spacing)
(#9252) Extra space after key 'LL'. (key-spacing)
(#9253) Extra space after key 'LLL'. (key-spacing)
(#9254) Extra space after key 'LLLL'. (key-spacing)
(#9256) Extra space after key 'calendar'. (key-spacing)
(#9257) Extra space after key 'sameDay'. (key-spacing)
(#9258) Extra space after key 'nextDay'. (key-spacing)
(#9259) Extra space after key 'nextWeek'. (key-spacing)
(#9260) Extra space after key 'lastDay'. (key-spacing)
(#9261) Extra space after key 'lastWeek'. (key-spacing)
(#9262) Extra space after key 'sameElse'. (key-spacing)
(#9264) Extra space after key 'relativeTime'. (key-spacing)
(#9265) Extra space after key 'future'. (key-spacing)
(#9266) Extra space after key 'past'. (key-spacing)
(#9267) Extra space after key 's'. (key-spacing)
(#9268) Extra space after key 'm'. (key-spacing)
(#9269) Extra space after key 'mm'. (key-spacing)
(#9270) Extra space after key 'h'. (key-spacing)
(#9271) Extra space after key 'hh'. (key-spacing)
(#9272) Extra space after key 'd'. (key-spacing)
(#9273) Extra space after key 'dd'. (key-spacing)
(#9274) Extra space after key 'M'. (key-spacing)
(#9275) Extra space after key 'MM'. (key-spacing)
(#9276) Extra space after key 'y'. (key-spacing)
(#9277) Extra space after key 'yy'. (key-spacing)
(#9280) Extra space after key 'ordinal'. (key-spacing)
(#9280) Unexpected space before function parentheses. (space-before-function-paren)
(#9285) Extra space after key 'week'. (key-spacing)
(#9286) Extra space after key 'dow'. (key-spacing)
(#9287) Extra space after key 'doy'. (key-spacing)
(#9287) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9291) Expected space or tab after '//' in comment. (spaced-comment)
(#9292) Expected space or tab after '//' in comment. (spaced-comment)
(#9293) Expected space or tab after '//' in comment. (spaced-comment)
(#9294) Expected space or tab after '//' in comment. (spaced-comment)
(#9296) Missing JSDoc comment. (require-jsdoc)
(#9296) 'isFuture' is defined but never used. (no-unused-vars)
(#9306) Missing JSDoc comment. (require-jsdoc)
(#9313) Missing JSDoc comment. (require-jsdoc)
(#9320) Missing JSDoc parameter type for 'number'. (valid-jsdoc)
(#9343) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#9364) Extra space after key 'monthsParseExact'. (key-spacing)
(#9368) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#9383) Unexpected space before function parentheses. (space-before-function-paren)
(#9394) Extra space after key 'relativeTime'. (key-spacing)
(#9395) Extra space after key 'future'. (key-spacing)
(#9396) Extra space after key 'past'. (key-spacing)
(#9397) Extra space after key 's'. (key-spacing)
(#9398) Extra space after key 'm'. (key-spacing)
(#9399) Extra space after key 'mm'. (key-spacing)
(#9400) Extra space after key 'h'. (key-spacing)
(#9401) Extra space after key 'hh'. (key-spacing)
(#9402) Extra space after key 'd'. (key-spacing)
(#9403) Extra space after key 'dd'. (key-spacing)
(#9404) Extra space after key 'M'. (key-spacing)
(#9405) Extra space after key 'MM'. (key-spacing)
(#9406) Extra space after key 'y'. (key-spacing)
(#9407) Extra space after key 'yy'. (key-spacing)
(#9413) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9417) Expected space or tab after '//' in comment. (spaced-comment)
(#9418) Expected space or tab after '//' in comment. (spaced-comment)
(#9419) Expected space or tab after '//' in comment. (spaced-comment)
(#9422) Extra space after key 'months'. (key-spacing)
(#9423) Extra space after key 'monthsShort'. (key-spacing)
(#9424) Extra space after key 'weekdays'. (key-spacing)
(#9425) Extra space after key 'weekdaysShort'. (key-spacing)
(#9426) Extra space after key 'weekdaysMin'. (key-spacing)
(#9427) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#9428) Extra space after key 'longDateFormat'. (key-spacing)
(#9429) Extra space after key 'LT'. (key-spacing)
(#9430) Extra space after key 'LTS'. (key-spacing)
(#9431) Extra space after key 'L'. (key-spacing)
(#9432) Extra space after key 'LL'. (key-spacing)
(#9433) Extra space after key 'LLL'. (key-spacing)
(#9434) Extra space after key 'LLLL'. (key-spacing)
(#9437) Unexpected space before function parentheses. (space-before-function-paren)
(#9440) Extra space after key 'meridiem'. (key-spacing)
(#9440) Unexpected space before function parentheses. (space-before-function-paren)
(#9440) 'isLower' is defined but never used. (no-unused-vars)
(#9447) Extra space after key 'calendar'. (key-spacing)
(#9448) Extra space after key 'sameDay'. (key-spacing)
(#9449) Extra space after key 'nextDay'. (key-spacing)
(#9450) Extra space after key 'nextWeek'. (key-spacing)
(#9451) Extra space after key 'lastDay'. (key-spacing)
(#9452) Extra space after key 'lastWeek'. (key-spacing)
(#9453) Extra space after key 'sameElse'. (key-spacing)
(#9455) Extra space after key 'relativeTime'. (key-spacing)
(#9456) Extra space after key 'future'. (key-spacing)
(#9457) Extra space after key 'past'. (key-spacing)
(#9458) Extra space after key 's'. (key-spacing)
(#9459) Extra space after key 'm'. (key-spacing)
(#9460) Extra space after key 'mm'. (key-spacing)
(#9461) Extra space after key 'h'. (key-spacing)
(#9462) Extra space after key 'hh'. (key-spacing)
(#9463) Extra space after key 'd'. (key-spacing)
(#9464) Extra space after key 'dd'. (key-spacing)
(#9465) Extra space after key 'M'. (key-spacing)
(#9466) Extra space after key 'MM'. (key-spacing)
(#9467) Extra space after key 'y'. (key-spacing)
(#9468) Extra space after key 'yy'. (key-spacing)
(#9471) Extra space after key 'ordinal'. (key-spacing)
(#9471) Unexpected space before function parentheses. (space-before-function-paren)
(#9476) Expected space or tab after '//' in comment. (spaced-comment)
(#9477) Expected space or tab after '//' in comment. (spaced-comment)
(#9478) Expected space or tab after '//' in comment. (spaced-comment)
(#9481) Extra space after key 'm'. (key-spacing)
(#9483) Extra space after key 'h'. (key-spacing)
(#9485) Extra space after key 'd'. (key-spacing)
(#9487) Extra space after key 'M'. (key-spacing)
(#9489) Extra space after key 'y'. (key-spacing)
(#9492) Missing JSDoc comment. (require-jsdoc)
(#9499) Missing JSDoc comment. (require-jsdoc)
(#9500) Do not nest ternary expressions. (no-nested-ternary)
(#9502) Missing JSDoc comment. (require-jsdoc)
(#9505) Missing JSDoc comment. (require-jsdoc)
(#9508) Missing JSDoc comment. (require-jsdoc)
(#9523) Extra space after key 'months'. (key-spacing)
(#9526) Unnecessary escape character: \[. (no-useless-escape)
(#9526) Unnecessary escape character: \[. (no-useless-escape)
(#9528) Extra space after key 'monthsShort'. (key-spacing)
(#9529) Extra space after key 'weekdays'. (key-spacing)
(#9534) Extra space after key 'weekdaysShort'. (key-spacing)
(#9535) Extra space after key 'weekdaysMin'. (key-spacing)
(#9536) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#9537) Extra space after key 'longDateFormat'. (key-spacing)
(#9538) Extra space after key 'LT'. (key-spacing)
(#9539) Extra space after key 'LTS'. (key-spacing)
(#9540) Extra space after key 'L'. (key-spacing)
(#9541) Extra space after key 'LL'. (key-spacing)
(#9542) Extra space after key 'LLL'. (key-spacing)
(#9543) Extra space after key 'LLLL'. (key-spacing)
(#9544) Extra space after key 'l'. (key-spacing)
(#9545) Extra space after key 'll'. (key-spacing)
(#9546) Extra space after key 'lll'. (key-spacing)
(#9547) Extra space after key 'llll'. (key-spacing)
(#9549) Extra space after key 'calendar'. (key-spacing)
(#9550) Extra space after key 'sameDay'. (key-spacing)
(#9551) Extra space after key 'nextDay'. (key-spacing)
(#9552) Extra space after key 'nextWeek'. (key-spacing)
(#9553) Extra space after key 'lastDay'. (key-spacing)
(#9554) Extra space after key 'lastWeek'. (key-spacing)
(#9555) Extra space after key 'sameElse'. (key-spacing)
(#9557) Extra space after key 'relativeTime'. (key-spacing)
(#9558) Extra space after key 'future'. (key-spacing)
(#9559) Extra space after key 'past'. (key-spacing)
(#9560) Extra space after key 's'. (key-spacing)
(#9561) Extra space after key 'm'. (key-spacing)
(#9562) Extra space after key 'mm'. (key-spacing)
(#9563) Extra space after key 'h'. (key-spacing)
(#9564) Extra space after key 'hh'. (key-spacing)
(#9565) Extra space after key 'd'. (key-spacing)
(#9566) Extra space after key 'dd'. (key-spacing)
(#9567) Extra space after key 'M'. (key-spacing)
(#9568) Extra space after key 'MM'. (key-spacing)
(#9569) Extra space after key 'y'. (key-spacing)
(#9570) Extra space after key 'yy'. (key-spacing)
(#9573) Extra space after key 'ordinal'. (key-spacing)
(#9573) Unexpected space before function parentheses. (space-before-function-paren)
(#9576) Extra space after key 'week'. (key-spacing)
(#9577) Extra space after key 'dow'. (key-spacing)
(#9578) Extra space after key 'doy'. (key-spacing)
(#9578) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9582) Expected space or tab after '//' in comment. (spaced-comment)
(#9583) Expected space or tab after '//' in comment. (spaced-comment)
(#9584) Expected space or tab after '//' in comment. (spaced-comment)
(#9585) Expected space or tab after '//' in comment. (spaced-comment)
(#9599) Missing JSDoc @returns for function. (valid-jsdoc)
(#9599) Missing JSDoc parameter type for 'withoutSuffix'. (valid-jsdoc)
(#9599) Expected JSDoc for 'forms' but found 'withoutSuffix'. (valid-jsdoc)
(#9599) Missing JSDoc for parameter 'number'. (valid-jsdoc)
(#9612) Missing JSDoc comment. (require-jsdoc)
(#9615) Missing JSDoc comment. (require-jsdoc)
(#9618) Missing JSDoc comment. (require-jsdoc)
(#9623) Extra space after key 'months'. (key-spacing)
(#9624) Extra space after key 'monthsShort'. (key-spacing)
(#9625) Extra space after key 'weekdays'. (key-spacing)
(#9626) Extra space after key 'weekdaysShort'. (key-spacing)
(#9627) Extra space after key 'weekdaysMin'. (key-spacing)
(#9628) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#9629) Extra space after key 'longDateFormat'. (key-spacing)
(#9630) Extra space after key 'LT'. (key-spacing)
(#9631) Extra space after key 'LTS'. (key-spacing)
(#9632) Extra space after key 'L'. (key-spacing)
(#9633) Extra space after key 'LL'. (key-spacing)
(#9634) Extra space after key 'LLL'. (key-spacing)
(#9635) Extra space after key 'LLLL'. (key-spacing)
(#9637) Extra space after key 'calendar'. (key-spacing)
(#9638) Extra space after key 'sameDay'. (key-spacing)
(#9639) Extra space after key 'nextDay'. (key-spacing)
(#9640) Extra space after key 'nextWeek'. (key-spacing)
(#9641) Extra space after key 'lastDay'. (key-spacing)
(#9642) Extra space after key 'lastWeek'. (key-spacing)
(#9643) Extra space after key 'sameElse'. (key-spacing)
(#9645) Extra space after key 'relativeTime'. (key-spacing)
(#9646) Extra space after key 'future'. (key-spacing)
(#9647) Extra space after key 'past'. (key-spacing)
(#9648) Extra space after key 's'. (key-spacing)
(#9649) Extra space after key 'm'. (key-spacing)
(#9650) Extra space after key 'mm'. (key-spacing)
(#9651) Extra space after key 'h'. (key-spacing)
(#9652) Extra space after key 'hh'. (key-spacing)
(#9653) Extra space after key 'd'. (key-spacing)
(#9654) Extra space after key 'dd'. (key-spacing)
(#9655) Extra space after key 'M'. (key-spacing)
(#9656) Extra space after key 'MM'. (key-spacing)
(#9657) Extra space after key 'y'. (key-spacing)
(#9658) Extra space after key 'yy'. (key-spacing)
(#9661) Extra space after key 'ordinal'. (key-spacing)
(#9662) Extra space after key 'week'. (key-spacing)
(#9663) Extra space after key 'dow'. (key-spacing)
(#9664) Extra space after key 'doy'. (key-spacing)
(#9664) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9668) Expected space or tab after '//' in comment. (spaced-comment)
(#9669) Expected space or tab after '//' in comment. (spaced-comment)
(#9670) Expected space or tab after '//' in comment. (spaced-comment)
(#9673) Expected space or tab after '//' in comment. (spaced-comment)
(#9682) Unexpected space before function parentheses. (space-before-function-paren)
(#9683) Do not nest ternary expressions. (no-nested-ternary)
(#9685) Unexpected space before function parentheses. (space-before-function-paren)
(#9698) Extra space after key 'monthsParseExact'. (key-spacing)
(#9702) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#9705) Extra space after key 'LTS'. (key-spacing)
(#9715) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#9715) Unexpected space before function parentheses. (space-before-function-paren)
(#9730) Extra space after key 'lastDay'. (key-spacing)
(#9731) Extra space after key 'lastWeek'. (key-spacing)
(#9731) Unexpected space before function parentheses. (space-before-function-paren)
(#9743) Extra space after key 'sameElse'. (key-spacing)
(#9745) Extra space after key 'relativeTime'. (key-spacing)
(#9746) Extra space after key 'future'. (key-spacing)
(#9747) Extra space after key 'past'. (key-spacing)
(#9748) Extra space after key 's'. (key-spacing)
(#9749) Extra space after key 'm'. (key-spacing)
(#9750) Extra space after key 'mm'. (key-spacing)
(#9751) Extra space after key 'h'. (key-spacing)
(#9752) Extra space after key 'hh'. (key-spacing)
(#9753) Extra space after key 'd'. (key-spacing)
(#9754) Extra space after key 'dd'. (key-spacing)
(#9755) Extra space after key 'M'. (key-spacing)
(#9756) Extra space after key 'MM'. (key-spacing)
(#9757) Extra space after key 'y'. (key-spacing)
(#9758) Extra space after key 'yy'. (key-spacing)
(#9761) Extra space after key 'ordinal'. (key-spacing)
(#9762) Extra space after key 'week'. (key-spacing)
(#9763) Extra space after key 'dow'. (key-spacing)
(#9764) Extra space after key 'doy'. (key-spacing)
(#9764) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9768) Expected space or tab after '//' in comment. (spaced-comment)
(#9769) Expected space or tab after '//' in comment. (spaced-comment)
(#9770) Expected space or tab after '//' in comment. (spaced-comment)
(#9773) Line 9773 exceeds the maximum line length of 132. (max-len)
(#9775) Unnecessary escape character: \-. (no-useless-escape)
(#9776) Unnecessary escape character: \-. (no-useless-escape)
(#9777) Unnecessary escape character: \-. (no-useless-escape)
(#9778) Unnecessary escape character: \-. (no-useless-escape)
(#9815) Extra space after key 'week'. (key-spacing)
(#9816) Extra space after key 'dow'. (key-spacing)
(#9817) Extra space after key 'doy'. (key-spacing)
(#9817) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9821) Expected space or tab after '//' in comment. (spaced-comment)
(#9822) Expected space or tab after '//' in comment. (spaced-comment)
(#9823) Expected space or tab after '//' in comment. (spaced-comment)
(#9826) Extra space after key 'months'. (key-spacing)
(#9827) Extra space after key 'monthsShort'. (key-spacing)
(#9828) Extra space after key 'weekdays'. (key-spacing)
(#9829) Extra space after key 'weekdaysShort'. (key-spacing)
(#9830) Extra space after key 'weekdaysMin'. (key-spacing)
(#9831) Extra space after key 'longDateFormat'. (key-spacing)
(#9832) Extra space after key 'LT'. (key-spacing)
(#9833) Extra space after key 'LTS'. (key-spacing)
(#9834) Extra space after key 'L'. (key-spacing)
(#9835) Extra space after key 'LL'. (key-spacing)
(#9836) Extra space after key 'LLL'. (key-spacing)
(#9837) Extra space after key 'LLLL'. (key-spacing)
(#9839) Extra space after key 'calendar'. (key-spacing)
(#9840) Extra space after key 'sameDay'. (key-spacing)
(#9841) Extra space after key 'nextDay'. (key-spacing)
(#9842) Extra space after key 'nextWeek'. (key-spacing)
(#9843) Extra space after key 'lastDay'. (key-spacing)
(#9844) Extra space after key 'lastWeek'. (key-spacing)
(#9844) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#9844) Unexpected space before function parentheses. (space-before-function-paren)
(#9857) Extra space after key 'sameElse'. (key-spacing)
(#9859) Extra space after key 'relativeTime'. (key-spacing)
(#9860) Extra space after key 'future'. (key-spacing)
(#9861) Extra space after key 'past'. (key-spacing)
(#9862) Extra space after key 's'. (key-spacing)
(#9863) Extra space after key 'm'. (key-spacing)
(#9864) Extra space after key 'mm'. (key-spacing)
(#9865) Extra space after key 'h'. (key-spacing)
(#9866) Extra space after key 'hh'. (key-spacing)
(#9867) Extra space after key 'd'. (key-spacing)
(#9868) Extra space after key 'dd'. (key-spacing)
(#9869) Extra space after key 'M'. (key-spacing)
(#9870) Extra space after key 'MM'. (key-spacing)
(#9871) Extra space after key 'y'. (key-spacing)
(#9872) Extra space after key 'yy'. (key-spacing)
(#9875) Extra space after key 'ordinal'. (key-spacing)
(#9875) Unexpected space before function parentheses. (space-before-function-paren)
(#9894) Extra space after key 'week'. (key-spacing)
(#9895) Extra space after key 'dow'. (key-spacing)
(#9896) Extra space after key 'doy'. (key-spacing)
(#9896) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#9900) Expected space or tab after '//' in comment. (spaced-comment)
(#9901) Expected space or tab after '//' in comment. (spaced-comment)
(#9902) Expected space or tab after '//' in comment. (spaced-comment)
(#9905) Extra space after key 'months'. (key-spacing)
(#9906) Extra space after key 'monthsShort'. (key-spacing)
(#9907) Extra space after key 'monthsParseExact'. (key-spacing)
(#9908) Extra space after key 'weekdays'. (key-spacing)
(#9909) Extra space after key 'weekdaysShort'. (key-spacing)
(#9910) Extra space after key 'weekdaysMin'. (key-spacing)
(#9911) Extra space after key 'longDateFormat'. (key-spacing)
(#9912) Extra space after key 'LT'. (key-spacing)
(#9913) Extra space after key 'LTS'. (key-spacing)
(#9914) Extra space after key 'L'. (key-spacing)
(#9915) Extra space after key 'LL'. (key-spacing)
(#9916) Extra space after key 'LLL'. (key-spacing)
(#9917) Extra space after key 'LLLL'. (key-spacing)
(#9919) Extra space after key 'calendar'. (key-spacing)
(#9920) Extra space after key 'sameDay'. (key-spacing)
(#9921) Extra space after key 'nextDay'. (key-spacing)
(#9922) Extra space after key 'nextWeek'. (key-spacing)
(#9923) Extra space after key 'lastDay'. (key-spacing)
(#9924) Extra space after key 'lastWeek'. (key-spacing)
(#9925) Extra space after key 'sameElse'. (key-spacing)
(#9927) Extra space after key 'relativeTime'. (key-spacing)
(#9928) Extra space after key 'future'. (key-spacing)
(#9929) Extra space after key 'past'. (key-spacing)
(#9930) Extra space after key 's'. (key-spacing)
(#9931) Extra space after key 'm'. (key-spacing)
(#9932) Extra space after key 'mm'. (key-spacing)
(#9933) Extra space after key 'h'. (key-spacing)
(#9934) Extra space after key 'hh'. (key-spacing)
(#9935) Extra space after key 'd'. (key-spacing)
(#9936) Extra space after key 'dd'. (key-spacing)
(#9937) Extra space after key 'M'. (key-spacing)
(#9938) Extra space after key 'MM'. (key-spacing)
(#9939) Extra space after key 'y'. (key-spacing)
(#9940) Extra space after key 'yy'. (key-spacing)
(#9943) Extra space after key 'meridiemHour'. (key-spacing)
(#9943) Unexpected space before function parentheses. (space-before-function-paren)
(#9955) Extra space after key 'meridiem'. (key-spacing)
(#9955) Unexpected space before function parentheses. (space-before-function-paren)
(#9955) 'isLower' is defined but never used. (no-unused-vars)
(#9970) Expected space or tab after '//' in comment. (spaced-comment)
(#9971) Expected space or tab after '//' in comment. (spaced-comment)
(#9972) Expected space or tab after '//' in comment. (spaced-comment)
(#9973) Expected space or tab after '//' in comment. (spaced-comment)
(#10000) Missing JSDoc comment. (require-jsdoc)
(#10000) Function 'relativeTimeMr' has a complexity of 24. (complexity)
(#10000) 'isFuture' is defined but never used. (no-unused-vars)
(#10001) Opening curly brace does not appear on the same line as controlling statement. (brace-style)
(#10017) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#10037) Extra space after key 'months'. (key-spacing)
(#10039) Extra space after key 'monthsParseExact'. (key-spacing)
(#10040) Extra space after key 'weekdays'. (key-spacing)
(#10041) Extra space after key 'weekdaysShort'. (key-spacing)
(#10042) Extra space after key 'weekdaysMin'. (key-spacing)
(#10043) Extra space after key 'longDateFormat'. (key-spacing)
(#10044) Extra space after key 'LT'. (key-spacing)
(#10045) Extra space after key 'LTS'. (key-spacing)
(#10046) Extra space after key 'L'. (key-spacing)
(#10047) Extra space after key 'LL'. (key-spacing)
(#10048) Extra space after key 'LLL'. (key-spacing)
(#10049) Extra space after key 'LLLL'. (key-spacing)
(#10051) Extra space after key 'calendar'. (key-spacing)
(#10052) Extra space after key 'sameDay'. (key-spacing)
(#10053) Extra space after key 'nextDay'. (key-spacing)
(#10054) Extra space after key 'nextWeek'. (key-spacing)
(#10055) Extra space after key 'lastDay'. (key-spacing)
(#10057) Extra space after key 'sameElse'. (key-spacing)
(#10059) Extra space after key 'relativeTime'. (key-spacing)
(#10074) Unexpected space before function parentheses. (space-before-function-paren)
(#10075) Unexpected space before function parentheses. (space-before-function-paren)
(#10079) Unexpected space before function parentheses. (space-before-function-paren)
(#10080) Unexpected space before function parentheses. (space-before-function-paren)
(#10085) Extra space after key 'meridiemHour'. (key-spacing)
(#10085) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#10085) Unexpected space before function parentheses. (space-before-function-paren)
(#10099) Unexpected space before function parentheses. (space-before-function-paren)
(#10099) 'isLower' is defined but never used. (no-unused-vars)
(#10112) Extra space after key 'week'. (key-spacing)
(#10113) Extra space after key 'dow'. (key-spacing)
(#10114) Extra space after key 'doy'. (key-spacing)
(#10114) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10118) Expected space or tab after '//' in comment. (spaced-comment)
(#10119) Expected space or tab after '//' in comment. (spaced-comment)
(#10120) Expected space or tab after '//' in comment. (spaced-comment)
(#10121) Expected space or tab after '//' in comment. (spaced-comment)
(#10124) Extra space after key 'months'. (key-spacing)
(#10125) Extra space after key 'monthsShort'. (key-spacing)
(#10126) Extra space after key 'weekdays'. (key-spacing)
(#10127) Extra space after key 'weekdaysShort'. (key-spacing)
(#10128) Extra space after key 'weekdaysMin'. (key-spacing)
(#10129) Extra space after key 'longDateFormat'. (key-spacing)
(#10130) Extra space after key 'LT'. (key-spacing)
(#10131) Extra space after key 'LTS'. (key-spacing)
(#10132) Extra space after key 'L'. (key-spacing)
(#10133) Extra space after key 'LL'. (key-spacing)
(#10134) Extra space after key 'LLL'. (key-spacing)
(#10135) Extra space after key 'LLLL'. (key-spacing)
(#10138) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#10138) Unexpected space before function parentheses. (space-before-function-paren)
(#10150) Extra space after key 'meridiem'. (key-spacing)
(#10150) Unexpected space before function parentheses. (space-before-function-paren)
(#10150) 'isLower' is defined but never used. (no-unused-vars)
(#10161) Extra space after key 'calendar'. (key-spacing)
(#10162) Extra space after key 'sameDay'. (key-spacing)
(#10163) Extra space after key 'nextDay'. (key-spacing)
(#10164) Extra space after key 'nextWeek'. (key-spacing)
(#10165) Extra space after key 'lastDay'. (key-spacing)
(#10166) Extra space after key 'lastWeek'. (key-spacing)
(#10167) Extra space after key 'sameElse'. (key-spacing)
(#10169) Extra space after key 'relativeTime'. (key-spacing)
(#10170) Extra space after key 'future'. (key-spacing)
(#10171) Extra space after key 'past'. (key-spacing)
(#10172) Extra space after key 's'. (key-spacing)
(#10173) Extra space after key 'm'. (key-spacing)
(#10174) Extra space after key 'mm'. (key-spacing)
(#10175) Extra space after key 'h'. (key-spacing)
(#10176) Extra space after key 'hh'. (key-spacing)
(#10177) Extra space after key 'd'. (key-spacing)
(#10178) Extra space after key 'dd'. (key-spacing)
(#10179) Extra space after key 'M'. (key-spacing)
(#10180) Extra space after key 'MM'. (key-spacing)
(#10181) Extra space after key 'y'. (key-spacing)
(#10182) Extra space after key 'yy'. (key-spacing)
(#10184) Extra space after key 'week'. (key-spacing)
(#10185) Extra space after key 'dow'. (key-spacing)
(#10186) Extra space after key 'doy'. (key-spacing)
(#10186) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10190) Expected space or tab after '//' in comment. (spaced-comment)
(#10191) Expected space or tab after '//' in comment. (spaced-comment)
(#10192) Expected space or tab after '//' in comment. (spaced-comment)
(#10195) Extra space after key 'months'. (key-spacing)
(#10196) Extra space after key 'monthsShort'. (key-spacing)
(#10197) Extra space after key 'weekdays'. (key-spacing)
(#10198) Extra space after key 'weekdaysShort'. (key-spacing)
(#10199) Extra space after key 'weekdaysMin'. (key-spacing)
(#10200) Extra space after key 'longDateFormat'. (key-spacing)
(#10201) Extra space after key 'LT'. (key-spacing)
(#10202) Extra space after key 'LTS'. (key-spacing)
(#10203) Extra space after key 'L'. (key-spacing)
(#10204) Extra space after key 'LL'. (key-spacing)
(#10205) Extra space after key 'LLL'. (key-spacing)
(#10206) Extra space after key 'LLLL'. (key-spacing)
(#10209) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#10209) Unexpected space before function parentheses. (space-before-function-paren)
(#10221) Extra space after key 'meridiem'. (key-spacing)
(#10221) Unexpected space before function parentheses. (space-before-function-paren)
(#10221) 'isLower' is defined but never used. (no-unused-vars)
(#10232) Extra space after key 'calendar'. (key-spacing)
(#10233) Extra space after key 'sameDay'. (key-spacing)
(#10234) Extra space after key 'nextDay'. (key-spacing)
(#10235) Extra space after key 'nextWeek'. (key-spacing)
(#10236) Extra space after key 'lastDay'. (key-spacing)
(#10237) Extra space after key 'lastWeek'. (key-spacing)
(#10238) Extra space after key 'sameElse'. (key-spacing)
(#10240) Extra space after key 'relativeTime'. (key-spacing)
(#10241) Extra space after key 'future'. (key-spacing)
(#10242) Extra space after key 'past'. (key-spacing)
(#10243) Extra space after key 's'. (key-spacing)
(#10244) Extra space after key 'm'. (key-spacing)
(#10245) Extra space after key 'mm'. (key-spacing)
(#10246) Extra space after key 'h'. (key-spacing)
(#10247) Extra space after key 'hh'. (key-spacing)
(#10248) Extra space after key 'd'. (key-spacing)
(#10249) Extra space after key 'dd'. (key-spacing)
(#10250) Extra space after key 'M'. (key-spacing)
(#10251) Extra space after key 'MM'. (key-spacing)
(#10252) Extra space after key 'y'. (key-spacing)
(#10253) Extra space after key 'yy'. (key-spacing)
(#10255) Extra space after key 'week'. (key-spacing)
(#10256) Extra space after key 'dow'. (key-spacing)
(#10257) Extra space after key 'doy'. (key-spacing)
(#10257) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10261) Expected space or tab after '//' in comment. (spaced-comment)
(#10262) Expected space or tab after '//' in comment. (spaced-comment)
(#10263) Expected space or tab after '//' in comment. (spaced-comment)
(#10264) Expected space or tab after '//' in comment. (spaced-comment)
(#10265) Expected space or tab after '//' in comment. (spaced-comment)
(#10330) Unexpected space before function parentheses. (space-before-function-paren)
(#10331) Unexpected space before function parentheses. (space-before-function-paren)
(#10335) Unexpected space before function parentheses. (space-before-function-paren)
(#10336) Unexpected space before function parentheses. (space-before-function-paren)
(#10346) Expected space or tab after '//' in comment. (spaced-comment)
(#10347) Expected space or tab after '//' in comment. (spaced-comment)
(#10348) Expected space or tab after '//' in comment. (spaced-comment)
(#10349) Expected space or tab after '//' in comment. (spaced-comment)
(#10352) Extra space after key 'months'. (key-spacing)
(#10353) Extra space after key 'monthsShort'. (key-spacing)
(#10354) Extra space after key 'monthsParseExact'. (key-spacing)
(#10355) Extra space after key 'weekdays'. (key-spacing)
(#10356) Extra space after key 'weekdaysShort'. (key-spacing)
(#10357) Extra space after key 'weekdaysMin'. (key-spacing)
(#10358) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10359) Extra space after key 'longDateFormat'. (key-spacing)
(#10360) Extra space after key 'LT'. (key-spacing)
(#10361) Extra space after key 'LTS'. (key-spacing)
(#10362) Extra space after key 'L'. (key-spacing)
(#10363) Extra space after key 'LL'. (key-spacing)
(#10364) Extra space after key 'LLL'. (key-spacing)
(#10365) Extra space after key 'LLLL'. (key-spacing)
(#10367) Extra space after key 'calendar'. (key-spacing)
(#10375) Extra space after key 'relativeTime'. (key-spacing)
(#10376) Extra space after key 'future'. (key-spacing)
(#10377) Extra space after key 'past'. (key-spacing)
(#10378) Extra space after key 's'. (key-spacing)
(#10379) Extra space after key 'm'. (key-spacing)
(#10380) Extra space after key 'mm'. (key-spacing)
(#10381) Extra space after key 'h'. (key-spacing)
(#10382) Extra space after key 'hh'. (key-spacing)
(#10383) Extra space after key 'd'. (key-spacing)
(#10384) Extra space after key 'dd'. (key-spacing)
(#10385) Extra space after key 'M'. (key-spacing)
(#10386) Extra space after key 'MM'. (key-spacing)
(#10387) Extra space after key 'y'. (key-spacing)
(#10388) Extra space after key 'yy'. (key-spacing)
(#10391) Extra space after key 'ordinal'. (key-spacing)
(#10392) Extra space after key 'week'. (key-spacing)
(#10393) Extra space after key 'dow'. (key-spacing)
(#10394) Extra space after key 'doy'. (key-spacing)
(#10394) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10398) Expected space or tab after '//' in comment. (spaced-comment)
(#10399) Expected space or tab after '//' in comment. (spaced-comment)
(#10400) Expected space or tab after '//' in comment. (spaced-comment)
(#10428) Extra space after key 'months'. (key-spacing)
(#10429) Extra space after key 'monthsShort'. (key-spacing)
(#10430) Extra space after key 'monthsParseExact'. (key-spacing)
(#10431) Extra space after key 'weekdays'. (key-spacing)
(#10432) Extra space after key 'weekdaysShort'. (key-spacing)
(#10433) Extra space after key 'weekdaysMin'. (key-spacing)
(#10434) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10435) Extra space after key 'longDateFormat'. (key-spacing)
(#10436) Extra space after key 'LT'. (key-spacing)
(#10437) Extra space after key 'LTS'. (key-spacing)
(#10438) Extra space after key 'L'. (key-spacing)
(#10439) Extra space after key 'LL'. (key-spacing)
(#10440) Extra space after key 'LLL'. (key-spacing)
(#10441) Extra space after key 'LLLL'. (key-spacing)
(#10443) Unexpected space before function parentheses. (space-before-function-paren)
(#10444) Unexpected space before function parentheses. (space-before-function-paren)
(#10448) Unexpected space before function parentheses. (space-before-function-paren)
(#10449) Unexpected space before function parentheses. (space-before-function-paren)
(#10454) Extra space after key 'meridiemHour'. (key-spacing)
(#10454) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#10454) Unexpected space before function parentheses. (space-before-function-paren)
(#10468) Extra space after key 'meridiem'. (key-spacing)
(#10468) Unexpected space before function parentheses. (space-before-function-paren)
(#10468) 'isLower' is defined but never used. (no-unused-vars)
(#10481) Extra space after key 'calendar'. (key-spacing)
(#10482) Extra space after key 'sameDay'. (key-spacing)
(#10483) Extra space after key 'nextDay'. (key-spacing)
(#10484) Extra space after key 'nextWeek'. (key-spacing)
(#10485) Extra space after key 'lastDay'. (key-spacing)
(#10486) Extra space after key 'lastWeek'. (key-spacing)
(#10487) Extra space after key 'sameElse'. (key-spacing)
(#10489) Extra space after key 'relativeTime'. (key-spacing)
(#10490) Extra space after key 'future'. (key-spacing)
(#10491) Extra space after key 'past'. (key-spacing)
(#10492) Extra space after key 's'. (key-spacing)
(#10493) Extra space after key 'm'. (key-spacing)
(#10494) Extra space after key 'mm'. (key-spacing)
(#10495) Extra space after key 'h'. (key-spacing)
(#10496) Extra space after key 'hh'. (key-spacing)
(#10497) Extra space after key 'd'. (key-spacing)
(#10498) Extra space after key 'dd'. (key-spacing)
(#10499) Extra space after key 'M'. (key-spacing)
(#10500) Extra space after key 'MM'. (key-spacing)
(#10501) Extra space after key 'y'. (key-spacing)
(#10502) Extra space after key 'yy'. (key-spacing)
(#10504) Extra space after key 'week'. (key-spacing)
(#10505) Extra space after key 'dow'. (key-spacing)
(#10506) Extra space after key 'doy'. (key-spacing)
(#10506) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10510) Expected space or tab after '//' in comment. (spaced-comment)
(#10511) Expected space or tab after '//' in comment. (spaced-comment)
(#10512) Expected space or tab after '//' in comment. (spaced-comment)
(#10513) Expected space or tab after '//' in comment. (spaced-comment)
(#10518) Line 10518 exceeds the maximum line length of 132. (max-len)
(#10519) Line 10519 exceeds the maximum line length of 132. (max-len)
(#10522) Extra space after key 'months'. (key-spacing)
(#10523) Extra space after key 'monthsShort'. (key-spacing)
(#10523) Unexpected space before function parentheses. (space-before-function-paren)
(#10538) Extra space after key 'monthsParse'. (key-spacing)
(#10539) Extra space after key 'longMonthsParse'. (key-spacing)
(#10540) Extra space after key 'shortMonthsParse'. (key-spacing)
(#10542) Extra space after key 'weekdays'. (key-spacing)
(#10543) Extra space after key 'weekdaysShort'. (key-spacing)
(#10544) Extra space after key 'weekdaysMin'. (key-spacing)
(#10545) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10546) Extra space after key 'longDateFormat'. (key-spacing)
(#10547) Extra space after key 'LT'. (key-spacing)
(#10548) Extra space after key 'LTS'. (key-spacing)
(#10549) Extra space after key 'L'. (key-spacing)
(#10550) Extra space after key 'LL'. (key-spacing)
(#10551) Extra space after key 'LLL'. (key-spacing)
(#10552) Extra space after key 'LLLL'. (key-spacing)
(#10554) Extra space after key 'calendar'. (key-spacing)
(#10562) Extra space after key 'relativeTime'. (key-spacing)
(#10563) Extra space after key 'future'. (key-spacing)
(#10564) Extra space after key 'past'. (key-spacing)
(#10565) Extra space after key 's'. (key-spacing)
(#10566) Extra space after key 'm'. (key-spacing)
(#10567) Extra space after key 'mm'. (key-spacing)
(#10568) Extra space after key 'h'. (key-spacing)
(#10569) Extra space after key 'hh'. (key-spacing)
(#10570) Extra space after key 'd'. (key-spacing)
(#10571) Extra space after key 'dd'. (key-spacing)
(#10572) Extra space after key 'M'. (key-spacing)
(#10573) Extra space after key 'MM'. (key-spacing)
(#10574) Extra space after key 'y'. (key-spacing)
(#10575) Extra space after key 'yy'. (key-spacing)
(#10578) Extra space after key 'ordinal'. (key-spacing)
(#10578) Unexpected space before function parentheses. (space-before-function-paren)
(#10581) Extra space after key 'week'. (key-spacing)
(#10582) Extra space after key 'dow'. (key-spacing)
(#10583) Extra space after key 'doy'. (key-spacing)
(#10583) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10587) Expected space or tab after '//' in comment. (spaced-comment)
(#10588) Expected space or tab after '//' in comment. (spaced-comment)
(#10589) Expected space or tab after '//' in comment. (spaced-comment)
(#10590) Expected space or tab after '//' in comment. (spaced-comment)
(#10595) Line 10595 exceeds the maximum line length of 132. (max-len)
(#10596) Line 10596 exceeds the maximum line length of 132. (max-len)
(#10599) Extra space after key 'months'. (key-spacing)
(#10600) Extra space after key 'monthsShort'. (key-spacing)
(#10600) Unexpected space before function parentheses. (space-before-function-paren)
(#10615) Extra space after key 'monthsParse'. (key-spacing)
(#10616) Extra space after key 'longMonthsParse'. (key-spacing)
(#10617) Extra space after key 'shortMonthsParse'. (key-spacing)
(#10619) Extra space after key 'weekdays'. (key-spacing)
(#10620) Extra space after key 'weekdaysShort'. (key-spacing)
(#10621) Extra space after key 'weekdaysMin'. (key-spacing)
(#10622) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10623) Extra space after key 'longDateFormat'. (key-spacing)
(#10624) Extra space after key 'LT'. (key-spacing)
(#10625) Extra space after key 'LTS'. (key-spacing)
(#10626) Extra space after key 'L'. (key-spacing)
(#10627) Extra space after key 'LL'. (key-spacing)
(#10628) Extra space after key 'LLL'. (key-spacing)
(#10629) Extra space after key 'LLLL'. (key-spacing)
(#10631) Extra space after key 'calendar'. (key-spacing)
(#10639) Extra space after key 'relativeTime'. (key-spacing)
(#10640) Extra space after key 'future'. (key-spacing)
(#10641) Extra space after key 'past'. (key-spacing)
(#10642) Extra space after key 's'. (key-spacing)
(#10643) Extra space after key 'm'. (key-spacing)
(#10644) Extra space after key 'mm'. (key-spacing)
(#10645) Extra space after key 'h'. (key-spacing)
(#10646) Extra space after key 'hh'. (key-spacing)
(#10647) Extra space after key 'd'. (key-spacing)
(#10648) Extra space after key 'dd'. (key-spacing)
(#10649) Extra space after key 'M'. (key-spacing)
(#10650) Extra space after key 'MM'. (key-spacing)
(#10651) Extra space after key 'y'. (key-spacing)
(#10652) Extra space after key 'yy'. (key-spacing)
(#10655) Extra space after key 'ordinal'. (key-spacing)
(#10655) Unexpected space before function parentheses. (space-before-function-paren)
(#10658) Extra space after key 'week'. (key-spacing)
(#10659) Extra space after key 'dow'. (key-spacing)
(#10660) Extra space after key 'doy'. (key-spacing)
(#10660) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10664) Expected space or tab after '//' in comment. (spaced-comment)
(#10665) Expected space or tab after '//' in comment. (spaced-comment)
(#10666) Expected space or tab after '//' in comment. (spaced-comment)
(#10669) Extra space after key 'months'. (key-spacing)
(#10670) Extra space after key 'monthsShort'. (key-spacing)
(#10671) Extra space after key 'weekdays'. (key-spacing)
(#10672) Extra space after key 'weekdaysShort'. (key-spacing)
(#10673) Extra space after key 'weekdaysMin'. (key-spacing)
(#10674) Extra space after key 'longDateFormat'. (key-spacing)
(#10675) Extra space after key 'LT'. (key-spacing)
(#10676) Extra space after key 'LTS'. (key-spacing)
(#10677) Extra space after key 'L'. (key-spacing)
(#10678) Extra space after key 'LL'. (key-spacing)
(#10679) Extra space after key 'LLL'. (key-spacing)
(#10680) Extra space after key 'LLLL'. (key-spacing)
(#10682) Extra space after key 'calendar'. (key-spacing)
(#10690) Extra space after key 'relativeTime'. (key-spacing)
(#10691) Extra space after key 'future'. (key-spacing)
(#10692) Extra space after key 'past'. (key-spacing)
(#10693) Extra space after key 's'. (key-spacing)
(#10694) Extra space after key 'm'. (key-spacing)
(#10695) Extra space after key 'mm'. (key-spacing)
(#10696) Extra space after key 'h'. (key-spacing)
(#10697) Extra space after key 'hh'. (key-spacing)
(#10698) Extra space after key 'd'. (key-spacing)
(#10699) Extra space after key 'dd'. (key-spacing)
(#10700) Extra space after key 'M'. (key-spacing)
(#10701) Extra space after key 'MM'. (key-spacing)
(#10702) Extra space after key 'y'. (key-spacing)
(#10703) Extra space after key 'yy'. (key-spacing)
(#10706) Extra space after key 'ordinal'. (key-spacing)
(#10707) Extra space after key 'week'. (key-spacing)
(#10708) Extra space after key 'dow'. (key-spacing)
(#10709) Extra space after key 'doy'. (key-spacing)
(#10709) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10713) Expected space or tab after '//' in comment. (spaced-comment)
(#10714) Expected space or tab after '//' in comment. (spaced-comment)
(#10715) Expected space or tab after '//' in comment. (spaced-comment)
(#10744) Extra space after key 'months'. (key-spacing)
(#10745) Extra space after key 'monthsShort'. (key-spacing)
(#10746) Extra space after key 'weekdays'. (key-spacing)
(#10747) Extra space after key 'weekdaysShort'. (key-spacing)
(#10748) Extra space after key 'weekdaysMin'. (key-spacing)
(#10749) Extra space after key 'longDateFormat'. (key-spacing)
(#10750) Extra space after key 'LT'. (key-spacing)
(#10751) Extra space after key 'LTS'. (key-spacing)
(#10752) Extra space after key 'L'. (key-spacing)
(#10753) Extra space after key 'LL'. (key-spacing)
(#10754) Extra space after key 'LLL'. (key-spacing)
(#10755) Extra space after key 'LLLL'. (key-spacing)
(#10757) Extra space after key 'calendar'. (key-spacing)
(#10758) Extra space after key 'sameDay'. (key-spacing)
(#10759) Extra space after key 'nextDay'. (key-spacing)
(#10760) Extra space after key 'nextWeek'. (key-spacing)
(#10761) Extra space after key 'lastDay'. (key-spacing)
(#10762) Extra space after key 'lastWeek'. (key-spacing)
(#10763) Extra space after key 'sameElse'. (key-spacing)
(#10765) Extra space after key 'relativeTime'. (key-spacing)
(#10766) Extra space after key 'future'. (key-spacing)
(#10767) Extra space after key 'past'. (key-spacing)
(#10768) Extra space after key 's'. (key-spacing)
(#10769) Extra space after key 'm'. (key-spacing)
(#10770) Extra space after key 'mm'. (key-spacing)
(#10771) Extra space after key 'h'. (key-spacing)
(#10772) Extra space after key 'hh'. (key-spacing)
(#10773) Extra space after key 'd'. (key-spacing)
(#10774) Extra space after key 'dd'. (key-spacing)
(#10775) Extra space after key 'M'. (key-spacing)
(#10776) Extra space after key 'MM'. (key-spacing)
(#10777) Extra space after key 'y'. (key-spacing)
(#10778) Extra space after key 'yy'. (key-spacing)
(#10780) Unexpected space before function parentheses. (space-before-function-paren)
(#10781) Unexpected space before function parentheses. (space-before-function-paren)
(#10785) Unexpected space before function parentheses. (space-before-function-paren)
(#10786) Unexpected space before function parentheses. (space-before-function-paren)
(#10793) Extra space after key 'meridiemHour'. (key-spacing)
(#10793) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#10793) Unexpected space before function parentheses. (space-before-function-paren)
(#10807) Extra space after key 'meridiem'. (key-spacing)
(#10807) Unexpected space before function parentheses. (space-before-function-paren)
(#10807) 'isLower' is defined but never used. (no-unused-vars)
(#10820) Extra space after key 'week'. (key-spacing)
(#10821) Extra space after key 'dow'. (key-spacing)
(#10822) Extra space after key 'doy'. (key-spacing)
(#10822) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10826) Expected space or tab after '//' in comment. (spaced-comment)
(#10827) Expected space or tab after '//' in comment. (spaced-comment)
(#10828) Expected space or tab after '//' in comment. (spaced-comment)
(#10830) Line 10830 exceeds the maximum line length of 132. (max-len)
(#10831) Line 10831 exceeds the maximum line length of 132. (max-len)
(#10832) Missing JSDoc comment. (require-jsdoc)
(#10833) Unexpected use of '~'. (no-bitwise)
(#10833) Unexpected use of '~'. (no-bitwise)
(#10835) Missing JSDoc comment. (require-jsdoc)
(#10835) Expected to return a value at the end of function 'translate$7'. (consistent-return)
(#10843) Multiple spaces found before '?'. (no-multi-spaces)
(#10843) Multiple spaces found before ':'. (no-multi-spaces)
(#10854) Extra space after key 'months'. (key-spacing)
(#10854) Unexpected space before function parentheses. (space-before-function-paren)
(#10868) Extra space after key 'monthsShort'. (key-spacing)
(#10869) Extra space after key 'weekdays'. (key-spacing)
(#10870) Extra space after key 'weekdaysShort'. (key-spacing)
(#10871) Extra space after key 'weekdaysMin'. (key-spacing)
(#10872) Extra space after key 'longDateFormat'. (key-spacing)
(#10873) Extra space after key 'LT'. (key-spacing)
(#10874) Extra space after key 'LTS'. (key-spacing)
(#10875) Extra space after key 'L'. (key-spacing)
(#10876) Extra space after key 'LL'. (key-spacing)
(#10877) Extra space after key 'LLL'. (key-spacing)
(#10878) Extra space after key 'LLLL'. (key-spacing)
(#10880) Extra space after key 'calendar'. (key-spacing)
(#10885) Unexpected space before function parentheses. (space-before-function-paren)
(#10899) Extra space after key 'relativeTime'. (key-spacing)
(#10900) Extra space after key 'future'. (key-spacing)
(#10901) Extra space after key 'past'. (key-spacing)
(#10902) Extra space after key 's'. (key-spacing)
(#10903) Extra space after key 'm'. (key-spacing)
(#10904) Extra space after key 'mm'. (key-spacing)
(#10905) Extra space after key 'h'. (key-spacing)
(#10906) Extra space after key 'hh'. (key-spacing)
(#10907) Extra space after key 'd'. (key-spacing)
(#10908) Extra space after key 'dd'. (key-spacing)
(#10909) Extra space after key 'M'. (key-spacing)
(#10910) Extra space after key 'MM'. (key-spacing)
(#10911) Extra space after key 'y'. (key-spacing)
(#10912) Extra space after key 'yy'. (key-spacing)
(#10915) Extra space after key 'ordinal'. (key-spacing)
(#10916) Extra space after key 'week'. (key-spacing)
(#10917) Extra space after key 'dow'. (key-spacing)
(#10918) Extra space after key 'doy'. (key-spacing)
(#10918) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#10922) Expected space or tab after '//' in comment. (spaced-comment)
(#10923) Expected space or tab after '//' in comment. (spaced-comment)
(#10924) Expected space or tab after '//' in comment. (spaced-comment)
(#10927) Extra space after key 'months'. (key-spacing)
(#10928) Extra space after key 'monthsShort'. (key-spacing)
(#10929) Extra space after key 'weekdays'. (key-spacing)
(#10930) Extra space after key 'weekdaysShort'. (key-spacing)
(#10931) Extra space after key 'weekdaysMin'. (key-spacing)
(#10932) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10933) Extra space after key 'longDateFormat'. (key-spacing)
(#10934) Extra space after key 'LT'. (key-spacing)
(#10935) Extra space after key 'LTS'. (key-spacing)
(#10936) Extra space after key 'L'. (key-spacing)
(#10937) Extra space after key 'LL'. (key-spacing)
(#10938) Extra space after key 'LLL'. (key-spacing)
(#10939) Extra space after key 'LLLL'. (key-spacing)
(#10941) Extra space after key 'calendar'. (key-spacing)
(#10946) Unexpected space before function parentheses. (space-before-function-paren)
(#10953) Extra space after key 'relativeTime'. (key-spacing)
(#10954) Extra space after key 'future'. (key-spacing)
(#10955) Extra space after key 'past'. (key-spacing)
(#10956) Extra space after key 's'. (key-spacing)
(#10957) Extra space after key 'm'. (key-spacing)
(#10958) Extra space after key 'mm'. (key-spacing)
(#10959) Extra space after key 'h'. (key-spacing)
(#10960) Extra space after key 'hh'. (key-spacing)
(#10961) Extra space after key 'd'. (key-spacing)
(#10962) Extra space after key 'dd'. (key-spacing)
(#10963) Extra space after key 'M'. (key-spacing)
(#10964) Extra space after key 'MM'. (key-spacing)
(#10965) Extra space after key 'y'. (key-spacing)
(#10966) Extra space after key 'yy'. (key-spacing)
(#10969) Extra space after key 'ordinal'. (key-spacing)
(#10972) Expected space or tab after '//' in comment. (spaced-comment)
(#10973) Expected space or tab after '//' in comment. (spaced-comment)
(#10974) Expected space or tab after '//' in comment. (spaced-comment)
(#10977) Extra space after key 'months'. (key-spacing)
(#10978) Extra space after key 'monthsShort'. (key-spacing)
(#10979) Extra space after key 'weekdays'. (key-spacing)
(#10980) Extra space after key 'weekdaysShort'. (key-spacing)
(#10981) Extra space after key 'weekdaysMin'. (key-spacing)
(#10982) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#10983) Extra space after key 'longDateFormat'. (key-spacing)
(#10984) Extra space after key 'LT'. (key-spacing)
(#10985) Extra space after key 'LTS'. (key-spacing)
(#10986) Extra space after key 'L'. (key-spacing)
(#10987) Extra space after key 'LL'. (key-spacing)
(#10988) Extra space after key 'LLL'. (key-spacing)
(#10989) Extra space after key 'LLLL'. (key-spacing)
(#10991) Extra space after key 'calendar'. (key-spacing)
(#10996) Unexpected space before function parentheses. (space-before-function-paren)
(#11003) Extra space after key 'relativeTime'. (key-spacing)
(#11004) Extra space after key 'future'. (key-spacing)
(#11005) Extra space after key 'past'. (key-spacing)
(#11006) Extra space after key 's'. (key-spacing)
(#11007) Extra space after key 'm'. (key-spacing)
(#11008) Extra space after key 'mm'. (key-spacing)
(#11009) Extra space after key 'h'. (key-spacing)
(#11010) Extra space after key 'hh'. (key-spacing)
(#11011) Extra space after key 'd'. (key-spacing)
(#11012) Extra space after key 'dd'. (key-spacing)
(#11013) Extra space after key 'M'. (key-spacing)
(#11014) Extra space after key 'MM'. (key-spacing)
(#11015) Extra space after key 'y'. (key-spacing)
(#11016) Extra space after key 'yy'. (key-spacing)
(#11019) Extra space after key 'ordinal'. (key-spacing)
(#11020) Extra space after key 'week'. (key-spacing)
(#11021) Extra space after key 'dow'. (key-spacing)
(#11022) Extra space after key 'doy'. (key-spacing)
(#11022) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11026) Expected space or tab after '//' in comment. (spaced-comment)
(#11027) Expected space or tab after '//' in comment. (spaced-comment)
(#11028) Expected space or tab after '//' in comment. (spaced-comment)
(#11029) Expected space or tab after '//' in comment. (spaced-comment)
(#11031) Missing JSDoc comment. (require-jsdoc)
(#11047) Extra space after key 'months'. (key-spacing)
(#11048) Extra space after key 'monthsShort'. (key-spacing)
(#11050) Extra space after key 'weekdays'. (key-spacing)
(#11051) Extra space after key 'weekdaysShort'. (key-spacing)
(#11052) Extra space after key 'weekdaysMin'. (key-spacing)
(#11053) Extra space after key 'longDateFormat'. (key-spacing)
(#11054) Extra space after key 'LT'. (key-spacing)
(#11055) Extra space after key 'LTS'. (key-spacing)
(#11056) Extra space after key 'L'. (key-spacing)
(#11057) Extra space after key 'LL'. (key-spacing)
(#11058) Extra space after key 'LLL'. (key-spacing)
(#11059) Extra space after key 'LLLL'. (key-spacing)
(#11061) Extra space after key 'calendar'. (key-spacing)
(#11069) Extra space after key 'relativeTime'. (key-spacing)
(#11070) Extra space after key 'future'. (key-spacing)
(#11071) Extra space after key 'past'. (key-spacing)
(#11072) Extra space after key 's'. (key-spacing)
(#11073) Extra space after key 'm'. (key-spacing)
(#11074) Extra space after key 'mm'. (key-spacing)
(#11075) Extra space after key 'h'. (key-spacing)
(#11076) Extra space after key 'hh'. (key-spacing)
(#11077) Extra space after key 'd'. (key-spacing)
(#11078) Extra space after key 'dd'. (key-spacing)
(#11079) Extra space after key 'M'. (key-spacing)
(#11080) Extra space after key 'MM'. (key-spacing)
(#11081) Extra space after key 'y'. (key-spacing)
(#11082) Extra space after key 'yy'. (key-spacing)
(#11084) Extra space after key 'week'. (key-spacing)
(#11085) Extra space after key 'dow'. (key-spacing)
(#11086) Extra space after key 'doy'. (key-spacing)
(#11086) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11090) Expected space or tab after '//' in comment. (spaced-comment)
(#11091) Expected space or tab after '//' in comment. (spaced-comment)
(#11092) Expected space or tab after '//' in comment. (spaced-comment)
(#11093) Expected space or tab after '//' in comment. (spaced-comment)
(#11094) Expected space or tab after '//' in comment. (spaced-comment)
(#11096) Missing JSDoc comment. (require-jsdoc)
(#11098) Line 11098 exceeds the maximum line length of 132. (max-len)
(#11098) Do not nest ternary expressions. (no-nested-ternary)
(#11100) Missing JSDoc comment. (require-jsdoc)
(#11110) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#11121) Extra space after key 'months'. (key-spacing)
(#11125) Extra space after key 'monthsShort'. (key-spacing)
(#11126) Comments should not begin with a lowercase character (capitalized-comments)
(#11130) Extra space after key 'weekdays'. (key-spacing)
(#11135) Extra space after key 'weekdaysShort'. (key-spacing)
(#11136) Extra space after key 'weekdaysMin'. (key-spacing)
(#11137) Extra space after key 'monthsParse'. (key-spacing)
(#11138) Extra space after key 'longMonthsParse'. (key-spacing)
(#11139) Extra space after key 'shortMonthsParse'. (key-spacing)
(#11141) Comments should not begin with a lowercase character (capitalized-comments)
(#11142) Line 11142 exceeds the maximum line length of 132. (max-len)
(#11144) Comments should not begin with a lowercase character (capitalized-comments)
(#11145) Line 11145 exceeds the maximum line length of 132. (max-len)
(#11147) Comments should not begin with a lowercase character (capitalized-comments)
(#11148) Line 11148 exceeds the maximum line length of 132. (max-len)
(#11152) Extra space after key 'longDateFormat'. (key-spacing)
(#11153) Extra space after key 'LT'. (key-spacing)
(#11154) Extra space after key 'LTS'. (key-spacing)
(#11155) Extra space after key 'L'. (key-spacing)
(#11156) Extra space after key 'LL'. (key-spacing)
(#11157) Extra space after key 'LLL'. (key-spacing)
(#11158) Extra space after key 'LLLL'. (key-spacing)
(#11160) Extra space after key 'calendar'. (key-spacing)
(#11164) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#11164) Unexpected space before function parentheses. (space-before-function-paren)
(#11186) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#11186) Unexpected space before function parentheses. (space-before-function-paren)
(#11210) Extra space after key 'relativeTime'. (key-spacing)
(#11211) Extra space after key 'future'. (key-spacing)
(#11212) Extra space after key 'past'. (key-spacing)
(#11213) Extra space after key 's'. (key-spacing)
(#11214) Extra space after key 'm'. (key-spacing)
(#11215) Extra space after key 'mm'. (key-spacing)
(#11216) Extra space after key 'h'. (key-spacing)
(#11217) Extra space after key 'hh'. (key-spacing)
(#11218) Extra space after key 'd'. (key-spacing)
(#11219) Extra space after key 'dd'. (key-spacing)
(#11220) Extra space after key 'M'. (key-spacing)
(#11221) Extra space after key 'MM'. (key-spacing)
(#11222) Extra space after key 'y'. (key-spacing)
(#11223) Extra space after key 'yy'. (key-spacing)
(#11226) Extra space after key 'isPM'. (key-spacing)
(#11226) Unexpected space before function parentheses. (space-before-function-paren)
(#11229) Extra space after key 'meridiem'. (key-spacing)
(#11229) Unexpected space before function parentheses. (space-before-function-paren)
(#11229) 'isLower' is defined but never used. (no-unused-vars)
(#11241) Unexpected space before function parentheses. (space-before-function-paren)
(#11256) Extra space after key 'week'. (key-spacing)
(#11257) Extra space after key 'dow'. (key-spacing)
(#11258) Extra space after key 'doy'. (key-spacing)
(#11258) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11262) Expected space or tab after '//' in comment. (spaced-comment)
(#11263) Expected space or tab after '//' in comment. (spaced-comment)
(#11264) Expected space or tab after '//' in comment. (spaced-comment)
(#11291) Extra space after key 'months'. (key-spacing)
(#11292) Extra space after key 'monthsShort'. (key-spacing)
(#11293) Extra space after key 'weekdays'. (key-spacing)
(#11294) Extra space after key 'weekdaysShort'. (key-spacing)
(#11295) Extra space after key 'weekdaysMin'. (key-spacing)
(#11296) Extra space after key 'longDateFormat'. (key-spacing)
(#11297) Extra space after key 'LT'. (key-spacing)
(#11298) Extra space after key 'LTS'. (key-spacing)
(#11299) Extra space after key 'L'. (key-spacing)
(#11300) Extra space after key 'LL'. (key-spacing)
(#11301) Extra space after key 'LLL'. (key-spacing)
(#11302) Extra space after key 'LLLL'. (key-spacing)
(#11305) Extra space after key 'isPM'. (key-spacing)
(#11305) Unexpected space before function parentheses. (space-before-function-paren)
(#11308) Extra space after key 'meridiem'. (key-spacing)
(#11308) Unexpected space before function parentheses. (space-before-function-paren)
(#11308) 'isLower' is defined but never used. (no-unused-vars)
(#11314) Extra space after key 'calendar'. (key-spacing)
(#11315) Extra space after key 'sameDay'. (key-spacing)
(#11316) Extra space after key 'nextDay'. (key-spacing)
(#11317) Extra space after key 'nextWeek'. (key-spacing)
(#11318) Extra space after key 'lastDay'. (key-spacing)
(#11319) Extra space after key 'lastWeek'. (key-spacing)
(#11320) Extra space after key 'sameElse'. (key-spacing)
(#11322) Extra space after key 'relativeTime'. (key-spacing)
(#11323) Extra space after key 'future'. (key-spacing)
(#11324) Extra space after key 'past'. (key-spacing)
(#11325) Extra space after key 's'. (key-spacing)
(#11326) Extra space after key 'm'. (key-spacing)
(#11327) Extra space after key 'mm'. (key-spacing)
(#11328) Extra space after key 'h'. (key-spacing)
(#11329) Extra space after key 'hh'. (key-spacing)
(#11330) Extra space after key 'd'. (key-spacing)
(#11331) Extra space after key 'dd'. (key-spacing)
(#11332) Extra space after key 'M'. (key-spacing)
(#11333) Extra space after key 'MM'. (key-spacing)
(#11334) Extra space after key 'y'. (key-spacing)
(#11335) Extra space after key 'yy'. (key-spacing)
(#11337) Unexpected space before function parentheses. (space-before-function-paren)
(#11340) Unexpected space before function parentheses. (space-before-function-paren)
(#11343) Extra space after key 'week'. (key-spacing)
(#11344) Extra space after key 'dow'. (key-spacing)
(#11345) Extra space after key 'doy'. (key-spacing)
(#11345) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11349) Expected space or tab after '//' in comment. (spaced-comment)
(#11350) Expected space or tab after '//' in comment. (spaced-comment)
(#11351) Expected space or tab after '//' in comment. (spaced-comment)
(#11355) Line 11355 exceeds the maximum line length of 132. (max-len)
(#11355) Extra space after key 'months'. (key-spacing)
(#11356) Extra space after key 'monthsShort'. (key-spacing)
(#11357) Extra space after key 'weekdays'. (key-spacing)
(#11358) Extra space after key 'weekdaysShort'. (key-spacing)
(#11359) Extra space after key 'weekdaysMin'. (key-spacing)
(#11360) Extra space after key 'longDateFormat'. (key-spacing)
(#11361) Extra space after key 'LT'. (key-spacing)
(#11362) Extra space after key 'LTS'. (key-spacing)
(#11363) Extra space after key 'L'. (key-spacing)
(#11364) Extra space after key 'LL'. (key-spacing)
(#11365) Extra space after key 'LLL'. (key-spacing)
(#11366) Extra space after key 'LLLL'. (key-spacing)
(#11368) Extra space after key 'calendar'. (key-spacing)
(#11376) Extra space after key 'relativeTime'. (key-spacing)
(#11377) Extra space after key 'future'. (key-spacing)
(#11378) Extra space after key 'past'. (key-spacing)
(#11379) Extra space after key 's'. (key-spacing)
(#11380) Extra space after key 'm'. (key-spacing)
(#11381) Extra space after key 'mm'. (key-spacing)
(#11382) Extra space after key 'h'. (key-spacing)
(#11383) Extra space after key 'hh'. (key-spacing)
(#11384) Extra space after key 'd'. (key-spacing)
(#11385) Extra space after key 'dd'. (key-spacing)
(#11386) Extra space after key 'M'. (key-spacing)
(#11387) Extra space after key 'MM'. (key-spacing)
(#11388) Extra space after key 'y'. (key-spacing)
(#11389) Extra space after key 'yy'. (key-spacing)
(#11392) Extra space after key 'ordinal'. (key-spacing)
(#11393) Extra space after key 'week'. (key-spacing)
(#11394) Extra space after key 'dow'. (key-spacing)
(#11395) Extra space after key 'doy'. (key-spacing)
(#11395) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11399) Expected space or tab after '//' in comment. (spaced-comment)
(#11400) Expected space or tab after '//' in comment. (spaced-comment)
(#11401) Expected space or tab after '//' in comment. (spaced-comment)
(#11403) Expected space or tab after '/*' in comment. (spaced-comment)
(#11405) Extra space after key 'months'. (key-spacing)
(#11406) Extra space after key 'monthsShort'. (key-spacing)
(#11407) Extra space after key 'weekdays'. (key-spacing)
(#11408) Extra space after key 'weekdaysShort'. (key-spacing)
(#11409) Extra space after key 'weekdaysMin'. (key-spacing)
(#11410) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#11411) Extra space after key 'longDateFormat'. (key-spacing)
(#11412) Extra space after key 'LT'. (key-spacing)
(#11413) Extra space after key 'LTS'. (key-spacing)
(#11414) Extra space after key 'L'. (key-spacing)
(#11415) Extra space after key 'LL'. (key-spacing)
(#11416) Extra space after key 'LLL'. (key-spacing)
(#11417) Extra space after key 'LLLL'. (key-spacing)
(#11419) Extra space after key 'calendar'. (key-spacing)
(#11420) Extra space after key 'sameDay'. (key-spacing)
(#11421) Extra space after key 'nextDay'. (key-spacing)
(#11422) Extra space after key 'nextWeek'. (key-spacing)
(#11423) Extra space after key 'lastDay'. (key-spacing)
(#11424) Extra space after key 'lastWeek'. (key-spacing)
(#11425) Extra space after key 'sameElse'. (key-spacing)
(#11427) Extra space after key 'relativeTime'. (key-spacing)
(#11428) Extra space after key 'future'. (key-spacing)
(#11429) Extra space after key 'past'. (key-spacing)
(#11430) Extra space after key 's'. (key-spacing)
(#11431) Extra space after key 'm'. (key-spacing)
(#11432) Extra space after key 'mm'. (key-spacing)
(#11433) Extra space after key 'h'. (key-spacing)
(#11434) Extra space after key 'hh'. (key-spacing)
(#11435) Extra space after key 'd'. (key-spacing)
(#11436) Extra space after key 'dd'. (key-spacing)
(#11437) Extra space after key 'M'. (key-spacing)
(#11438) Extra space after key 'MM'. (key-spacing)
(#11439) Extra space after key 'y'. (key-spacing)
(#11440) Extra space after key 'yy'. (key-spacing)
(#11443) Extra space after key 'ordinal'. (key-spacing)
(#11443) Unexpected space before function parentheses. (space-before-function-paren)
(#11446) Extra space after key 'meridiemParse'. (key-spacing)
(#11447) Extra space after key 'isPM'. (key-spacing)
(#11447) Unexpected space before function parentheses. (space-before-function-paren)
(#11450) Extra space after key 'meridiem'. (key-spacing)
(#11450) Unexpected space before function parentheses. (space-before-function-paren)
(#11459) Expected space or tab after '//' in comment. (spaced-comment)
(#11460) Expected space or tab after '//' in comment. (spaced-comment)
(#11461) Expected space or tab after '//' in comment. (spaced-comment)
(#11462) Expected space or tab after '//' in comment. (spaced-comment)
(#11466) Missing JSDoc comment. (require-jsdoc)
(#11469) Function 'translate$8' has a complexity of 39. (complexity)
(#11469) Missing JSDoc comment. (require-jsdoc)
(#11469) Expected to return a value at the end of function 'translate$8'. (consistent-return)
(#11472) Multiple spaces found before '// a few secon...'. (no-multi-spaces)
(#11472) Comments should not begin with a lowercase character (capitalized-comments)
(#11474) Comments should not begin with a lowercase character (capitalized-comments)
(#11474) Multiple spaces found before '// a minute / ...'. (no-multi-spaces)
(#11475) Do not nest ternary expressions. (no-nested-ternary)
(#11482) Unreachable code. (no-unreachable)
(#11483) Comments should not begin with a lowercase character (capitalized-comments)
(#11483) Multiple spaces found before '// an hour / i...'. (no-multi-spaces)
(#11484) Do not nest ternary expressions. (no-nested-ternary)
(#11491) Unreachable code. (no-unreachable)
(#11492) Multiple spaces found before '// a day / in ...'. (no-multi-spaces)
(#11492) Comments should not begin with a lowercase character (capitalized-comments)
(#11500) Unreachable code. (no-unreachable)
(#11501) Comments should not begin with a lowercase character (capitalized-comments)
(#11501) Multiple spaces found before '// a month / i...'. (no-multi-spaces)
(#11509) Unreachable code. (no-unreachable)
(#11510) Comments should not begin with a lowercase character (capitalized-comments)
(#11510) Multiple spaces found before '// a year / in...'. (no-multi-spaces)
(#11518) Unreachable code. (no-unreachable)
(#11523) Extra space after key 'months'. (key-spacing)
(#11524) Extra space after key 'monthsShort'. (key-spacing)
(#11525) Extra space after key 'weekdays'. (key-spacing)
(#11526) Extra space after key 'weekdaysShort'. (key-spacing)
(#11527) Extra space after key 'weekdaysMin'. (key-spacing)
(#11528) Extra space after key 'longDateFormat'. (key-spacing)
(#11530) Extra space after key 'LTS'. (key-spacing)
(#11531) Extra space after key 'L'. (key-spacing)
(#11532) Extra space after key 'LL'. (key-spacing)
(#11533) Extra space after key 'LLL'. (key-spacing)
(#11534) Extra space after key 'LLLL'. (key-spacing)
(#11536) Extra space after key 'calendar'. (key-spacing)
(#11539) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#11539) Unexpected space before function parentheses. (space-before-function-paren)
(#11557) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#11557) Unexpected space before function parentheses. (space-before-function-paren)
(#11575) Extra space after key 'relativeTime'. (key-spacing)
(#11576) Extra space after key 'future'. (key-spacing)
(#11577) Extra space after key 'past'. (key-spacing)
(#11578) Extra space after key 's'. (key-spacing)
(#11579) Extra space after key 'm'. (key-spacing)
(#11580) Extra space after key 'mm'. (key-spacing)
(#11581) Extra space after key 'h'. (key-spacing)
(#11582) Extra space after key 'hh'. (key-spacing)
(#11583) Extra space after key 'd'. (key-spacing)
(#11584) Extra space after key 'dd'. (key-spacing)
(#11585) Extra space after key 'M'. (key-spacing)
(#11586) Extra space after key 'MM'. (key-spacing)
(#11587) Extra space after key 'y'. (key-spacing)
(#11588) Extra space after key 'yy'. (key-spacing)
(#11591) Extra space after key 'ordinal'. (key-spacing)
(#11592) Extra space after key 'week'. (key-spacing)
(#11593) Extra space after key 'dow'. (key-spacing)
(#11594) Extra space after key 'doy'. (key-spacing)
(#11594) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11598) Expected space or tab after '//' in comment. (spaced-comment)
(#11599) Expected space or tab after '//' in comment. (spaced-comment)
(#11600) Expected space or tab after '//' in comment. (spaced-comment)
(#11602) Missing JSDoc comment. (require-jsdoc)
(#11602) Function 'processRelativeTime$6' has a complexity of 72. (complexity)
(#11602) Expected to return a value at the end of function 'processRelativeTime$6'. (consistent-return)
(#11674) Extra space after key 'months'. (key-spacing)
(#11675) Extra space after key 'monthsShort'. (key-spacing)
(#11677) Extra space after key 'weekdays'. (key-spacing)
(#11678) Extra space after key 'weekdaysShort'. (key-spacing)
(#11679) Extra space after key 'weekdaysMin'. (key-spacing)
(#11680) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#11681) Extra space after key 'longDateFormat'. (key-spacing)
(#11682) Extra space after key 'LT'. (key-spacing)
(#11683) Extra space after key 'LTS'. (key-spacing)
(#11684) Extra space after key 'L'. (key-spacing)
(#11685) Extra space after key 'LL'. (key-spacing)
(#11686) Extra space after key 'LLL'. (key-spacing)
(#11687) Extra space after key 'LLLL'. (key-spacing)
(#11689) Extra space after key 'calendar'. (key-spacing)
(#11690) Extra space after key 'sameDay'. (key-spacing)
(#11691) Extra space after key 'nextDay'. (key-spacing)
(#11693) Extra space after key 'nextWeek'. (key-spacing)
(#11693) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#11693) Unexpected space before function parentheses. (space-before-function-paren)
(#11708) Extra space after key 'lastDay'. (key-spacing)
(#11709) Extra space after key 'lastWeek'. (key-spacing)
(#11709) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#11709) Unexpected space before function parentheses. (space-before-function-paren)
(#11724) Extra space after key 'sameElse'. (key-spacing)
(#11726) Extra space after key 'relativeTime'. (key-spacing)
(#11727) Extra space after key 'future'. (key-spacing)
(#11728) Extra space after key 'past'. (key-spacing)
(#11729) Extra space after key 's'. (key-spacing)
(#11730) Extra space after key 'm'. (key-spacing)
(#11731) Extra space after key 'mm'. (key-spacing)
(#11732) Extra space after key 'h'. (key-spacing)
(#11733) Extra space after key 'hh'. (key-spacing)
(#11734) Extra space after key 'd'. (key-spacing)
(#11735) Extra space after key 'dd'. (key-spacing)
(#11736) Extra space after key 'M'. (key-spacing)
(#11737) Extra space after key 'MM'. (key-spacing)
(#11738) Extra space after key 'y'. (key-spacing)
(#11739) Extra space after key 'yy'. (key-spacing)
(#11742) Extra space after key 'ordinal'. (key-spacing)
(#11743) Extra space after key 'week'. (key-spacing)
(#11744) Extra space after key 'dow'. (key-spacing)
(#11745) Extra space after key 'doy'. (key-spacing)
(#11745) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11749) Expected space or tab after '//' in comment. (spaced-comment)
(#11750) Expected space or tab after '//' in comment. (spaced-comment)
(#11751) Expected space or tab after '//' in comment. (spaced-comment)
(#11752) Expected space or tab after '//' in comment. (spaced-comment)
(#11753) Expected space or tab after '//' in comment. (spaced-comment)
(#11756) Extra space after key 'months'. (key-spacing)
(#11757) Extra space after key 'monthsShort'. (key-spacing)
(#11758) Extra space after key 'weekdays'. (key-spacing)
(#11759) Extra space after key 'weekdaysShort'. (key-spacing)
(#11760) Extra space after key 'weekdaysMin'. (key-spacing)
(#11761) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#11763) Unexpected space before function parentheses. (space-before-function-paren)
(#11766) Extra space after key 'meridiem'. (key-spacing)
(#11766) Unexpected space before function parentheses. (space-before-function-paren)
(#11766) 'isLower' is defined but never used. (no-unused-vars)
(#11769) Extra space after key 'longDateFormat'. (key-spacing)
(#11770) Extra space after key 'LT'. (key-spacing)
(#11771) Extra space after key 'LTS'. (key-spacing)
(#11772) Extra space after key 'L'. (key-spacing)
(#11773) Extra space after key 'LL'. (key-spacing)
(#11774) Extra space after key 'LLL'. (key-spacing)
(#11775) Extra space after key 'LLLL'. (key-spacing)
(#11777) Extra space after key 'calendar'. (key-spacing)
(#11778) Extra space after key 'sameDay'. (key-spacing)
(#11779) Extra space after key 'nextDay'. (key-spacing)
(#11780) Extra space after key 'nextWeek'. (key-spacing)
(#11781) Extra space after key 'lastDay'. (key-spacing)
(#11782) Extra space after key 'lastWeek'. (key-spacing)
(#11783) Extra space after key 'sameElse'. (key-spacing)
(#11785) Extra space after key 'relativeTime'. (key-spacing)
(#11786) Extra space after key 'future'. (key-spacing)
(#11787) Extra space after key 'past'. (key-spacing)
(#11788) Extra space after key 's'. (key-spacing)
(#11789) Extra space after key 'm'. (key-spacing)
(#11790) Extra space after key 'mm'. (key-spacing)
(#11791) Extra space after key 'h'. (key-spacing)
(#11792) Extra space after key 'hh'. (key-spacing)
(#11793) Extra space after key 'd'. (key-spacing)
(#11794) Extra space after key 'dd'. (key-spacing)
(#11795) Extra space after key 'M'. (key-spacing)
(#11796) Extra space after key 'MM'. (key-spacing)
(#11797) Extra space after key 'y'. (key-spacing)
(#11798) Extra space after key 'yy'. (key-spacing)
(#11801) Extra space after key 'ordinal'. (key-spacing)
(#11802) Extra space after key 'week'. (key-spacing)
(#11803) Extra space after key 'dow'. (key-spacing)
(#11804) Extra space after key 'doy'. (key-spacing)
(#11804) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11808) Expected space or tab after '//' in comment. (spaced-comment)
(#11809) Expected space or tab after '//' in comment. (spaced-comment)
(#11810) Expected space or tab after '//' in comment. (spaced-comment)
(#11813) Expected space or tab after '//' in comment. (spaced-comment)
(#11822) Unexpected space before function parentheses. (space-before-function-paren)
(#11823) Do not nest ternary expressions. (no-nested-ternary)
(#11825) Unexpected space before function parentheses. (space-before-function-paren)
(#11842) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#11845) Extra space after key 'LTS'. (key-spacing)
(#11854) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#11854) Unexpected space before function parentheses. (space-before-function-paren)
(#11869) Extra space after key 'lastDay'. (key-spacing)
(#11870) Extra space after key 'lastWeek'. (key-spacing)
(#11870) Unexpected space before function parentheses. (space-before-function-paren)
(#11882) Extra space after key 'sameElse'. (key-spacing)
(#11884) Extra space after key 'relativeTime'. (key-spacing)
(#11885) Extra space after key 'future'. (key-spacing)
(#11886) Extra space after key 'past'. (key-spacing)
(#11887) Extra space after key 's'. (key-spacing)
(#11888) Extra space after key 'm'. (key-spacing)
(#11889) Extra space after key 'mm'. (key-spacing)
(#11890) Extra space after key 'h'. (key-spacing)
(#11891) Extra space after key 'hh'. (key-spacing)
(#11892) Extra space after key 'd'. (key-spacing)
(#11893) Extra space after key 'dd'. (key-spacing)
(#11894) Extra space after key 'M'. (key-spacing)
(#11895) Extra space after key 'MM'. (key-spacing)
(#11896) Extra space after key 'y'. (key-spacing)
(#11897) Extra space after key 'yy'. (key-spacing)
(#11900) Extra space after key 'ordinal'. (key-spacing)
(#11901) Extra space after key 'week'. (key-spacing)
(#11902) Extra space after key 'dow'. (key-spacing)
(#11903) Extra space after key 'doy'. (key-spacing)
(#11903) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#11907) Expected space or tab after '//' in comment. (spaced-comment)
(#11908) Expected space or tab after '//' in comment. (spaced-comment)
(#11909) Expected space or tab after '//' in comment. (spaced-comment)
(#11912) Expected space or tab after '//' in comment. (spaced-comment)
(#11921) Unexpected space before function parentheses. (space-before-function-paren)
(#11922) Do not nest ternary expressions. (no-nested-ternary)
(#11924) Unexpected space before function parentheses. (space-before-function-paren)
(#11941) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#11944) Extra space after key 'LTS'. (key-spacing)
(#11953) Expected to return a value at the end of method 'nextWeek'. (consistent-return)
(#11953) Unexpected space before function parentheses. (space-before-function-paren)
(#11968) Extra space after key 'lastDay'. (key-spacing)
(#11969) Extra space after key 'lastWeek'. (key-spacing)
(#11969) Unexpected space before function parentheses. (space-before-function-paren)
(#11981) Extra space after key 'sameElse'. (key-spacing)
(#11983) Extra space after key 'relativeTime'. (key-spacing)
(#11984) Extra space after key 'future'. (key-spacing)
(#11985) Extra space after key 'past'. (key-spacing)
(#11986) Extra space after key 's'. (key-spacing)
(#11987) Extra space after key 'm'. (key-spacing)
(#11988) Extra space after key 'mm'. (key-spacing)
(#11989) Extra space after key 'h'. (key-spacing)
(#11990) Extra space after key 'hh'. (key-spacing)
(#11991) Extra space after key 'd'. (key-spacing)
(#11992) Extra space after key 'dd'. (key-spacing)
(#11993) Extra space after key 'M'. (key-spacing)
(#11994) Extra space after key 'MM'. (key-spacing)
(#11995) Extra space after key 'y'. (key-spacing)
(#11996) Extra space after key 'yy'. (key-spacing)
(#11999) Extra space after key 'ordinal'. (key-spacing)
(#12000) Extra space after key 'week'. (key-spacing)
(#12001) Extra space after key 'dow'. (key-spacing)
(#12002) Extra space after key 'doy'. (key-spacing)
(#12002) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12006) Expected space or tab after '//' in comment. (spaced-comment)
(#12007) Expected space or tab after '//' in comment. (spaced-comment)
(#12008) Expected space or tab after '//' in comment. (spaced-comment)
(#12012) Line 12012 exceeds the maximum line length of 132. (max-len)
(#12012) Extra space after key 'months'. (key-spacing)
(#12013) Extra space after key 'monthsShort'. (key-spacing)
(#12014) Extra space after key 'weekdays'. (key-spacing)
(#12015) Extra space after key 'weekdaysShort'. (key-spacing)
(#12016) Extra space after key 'weekdaysMin'. (key-spacing)
(#12017) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#12018) Extra space after key 'longDateFormat'. (key-spacing)
(#12019) Extra space after key 'LT'. (key-spacing)
(#12020) Extra space after key 'LTS'. (key-spacing)
(#12021) Extra space after key 'L'. (key-spacing)
(#12022) Extra space after key 'LL'. (key-spacing)
(#12023) Extra space after key 'LLL'. (key-spacing)
(#12024) Extra space after key 'LLLL'. (key-spacing)
(#12026) Extra space after key 'calendar'. (key-spacing)
(#12027) Extra space after key 'sameDay'. (key-spacing)
(#12028) Extra space after key 'nextDay'. (key-spacing)
(#12029) Extra space after key 'nextWeek'. (key-spacing)
(#12030) Extra space after key 'lastDay'. (key-spacing)
(#12031) Extra space after key 'lastWeek'. (key-spacing)
(#12032) Extra space after key 'sameElse'. (key-spacing)
(#12034) Extra space after key 'relativeTime'. (key-spacing)
(#12035) Extra space after key 'future'. (key-spacing)
(#12036) Extra space after key 'past'. (key-spacing)
(#12037) Extra space after key 's'. (key-spacing)
(#12038) Extra space after key 'm'. (key-spacing)
(#12039) Extra space after key 'mm'. (key-spacing)
(#12040) Extra space after key 'h'. (key-spacing)
(#12041) Extra space after key 'hh'. (key-spacing)
(#12042) Extra space after key 'd'. (key-spacing)
(#12043) Extra space after key 'dd'. (key-spacing)
(#12044) Extra space after key 'M'. (key-spacing)
(#12045) Extra space after key 'MM'. (key-spacing)
(#12046) Extra space after key 'y'. (key-spacing)
(#12047) Extra space after key 'yy'. (key-spacing)
(#12050) Extra space after key 'meridiem'. (key-spacing)
(#12050) Unexpected space before function parentheses. (space-before-function-paren)
(#12050) 'isLower' is defined but never used. (no-unused-vars)
(#12061) Extra space after key 'meridiemHour'. (key-spacing)
(#12061) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#12061) Unexpected space before function parentheses. (space-before-function-paren)
(#12077) Extra space after key 'ordinal'. (key-spacing)
(#12078) Extra space after key 'week'. (key-spacing)
(#12079) Extra space after key 'dow'. (key-spacing)
(#12080) Extra space after key 'doy'. (key-spacing)
(#12080) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12084) Expected space or tab after '//' in comment. (spaced-comment)
(#12085) Expected space or tab after '//' in comment. (spaced-comment)
(#12086) Expected space or tab after '//' in comment. (spaced-comment)
(#12089) Extra space after key 'months'. (key-spacing)
(#12090) Extra space after key 'monthsShort'. (key-spacing)
(#12091) Extra space after key 'weekdays'. (key-spacing)
(#12092) Extra space after key 'weekdaysShort'. (key-spacing)
(#12093) Extra space after key 'weekdaysMin'. (key-spacing)
(#12094) Extra space after key 'longDateFormat'. (key-spacing)
(#12095) Extra space after key 'LT'. (key-spacing)
(#12096) Extra space after key 'LTS'. (key-spacing)
(#12097) Extra space after key 'L'. (key-spacing)
(#12098) Extra space after key 'LL'. (key-spacing)
(#12099) Extra space after key 'LLL'. (key-spacing)
(#12100) Extra space after key 'LLLL'. (key-spacing)
(#12101) Extra space after key 'lll'. (key-spacing)
(#12102) Extra space after key 'llll'. (key-spacing)
(#12104) Extra space after key 'calendar'. (key-spacing)
(#12112) Extra space after key 'relativeTime'. (key-spacing)
(#12113) Extra space after key 'future'. (key-spacing)
(#12114) Extra space after key 'past'. (key-spacing)
(#12115) Extra space after key 's'. (key-spacing)
(#12116) Extra space after key 'm'. (key-spacing)
(#12117) Extra space after key 'mm'. (key-spacing)
(#12118) Extra space after key 'h'. (key-spacing)
(#12119) Extra space after key 'hh'. (key-spacing)
(#12120) Extra space after key 'd'. (key-spacing)
(#12121) Extra space after key 'dd'. (key-spacing)
(#12122) Extra space after key 'M'. (key-spacing)
(#12123) Extra space after key 'MM'. (key-spacing)
(#12124) Extra space after key 'y'. (key-spacing)
(#12125) Extra space after key 'yy'. (key-spacing)
(#12128) Extra space after key 'ordinal'. (key-spacing)
(#12128) Unexpected space before function parentheses. (space-before-function-paren)
(#12130) Do not nest ternary expressions. (no-nested-ternary)
(#12130) Unexpected use of '~'. (no-bitwise)
(#12130) Unexpected use of '~'. (no-bitwise)
(#12131) Do not nest ternary expressions. (no-nested-ternary)
(#12132) Do not nest ternary expressions. (no-nested-ternary)
(#12136) Extra space after key 'week'. (key-spacing)
(#12137) Extra space after key 'dow'. (key-spacing)
(#12138) Extra space after key 'doy'. (key-spacing)
(#12138) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12142) Expected space or tab after '//' in comment. (spaced-comment)
(#12143) Expected space or tab after '//' in comment. (spaced-comment)
(#12144) Expected space or tab after '//' in comment. (spaced-comment)
(#12147) Extra space after key 'months'. (key-spacing)
(#12148) Extra space after key 'monthsShort'. (key-spacing)
(#12149) Extra space after key 'weekdays'. (key-spacing)
(#12150) Extra space after key 'weekdaysShort'. (key-spacing)
(#12151) Extra space after key 'weekdaysMin'. (key-spacing)
(#12152) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#12153) Extra space after key 'longDateFormat'. (key-spacing)
(#12154) Extra space after key 'LT'. (key-spacing)
(#12155) Extra space after key 'LTS'. (key-spacing)
(#12156) Extra space after key 'L'. (key-spacing)
(#12157) Extra space after key 'LL'. (key-spacing)
(#12158) Extra space after key 'LLL'. (key-spacing)
(#12159) Extra space after key 'LLLL'. (key-spacing)
(#12161) Extra space after key 'calendar'. (key-spacing)
(#12162) Extra space after key 'sameDay'. (key-spacing)
(#12163) Extra space after key 'nextDay'. (key-spacing)
(#12164) Extra space after key 'nextWeek'. (key-spacing)
(#12165) Extra space after key 'lastDay'. (key-spacing)
(#12166) Extra space after key 'lastWeek'. (key-spacing)
(#12167) Extra space after key 'sameElse'. (key-spacing)
(#12169) Extra space after key 'relativeTime'. (key-spacing)
(#12170) Extra space after key 'future'. (key-spacing)
(#12171) Extra space after key 'past'. (key-spacing)
(#12172) Extra space after key 's'. (key-spacing)
(#12173) Extra space after key 'm'. (key-spacing)
(#12174) Extra space after key 'mm'. (key-spacing)
(#12175) Extra space after key 'h'. (key-spacing)
(#12176) Extra space after key 'hh'. (key-spacing)
(#12177) Extra space after key 'd'. (key-spacing)
(#12178) Extra space after key 'dd'. (key-spacing)
(#12179) Extra space after key 'M'. (key-spacing)
(#12180) Extra space after key 'MM'. (key-spacing)
(#12181) Extra space after key 'y'. (key-spacing)
(#12182) Extra space after key 'yy'. (key-spacing)
(#12184) Extra space after key 'week'. (key-spacing)
(#12185) Extra space after key 'dow'. (key-spacing)
(#12186) Extra space after key 'doy'. (key-spacing)
(#12186) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12190) Expected space or tab after '//' in comment. (spaced-comment)
(#12191) Expected space or tab after '//' in comment. (spaced-comment)
(#12192) Expected space or tab after '//' in comment. (spaced-comment)
(#12220) Extra space after key 'months'. (key-spacing)
(#12221) Extra space after key 'monthsShort'. (key-spacing)
(#12222) Extra space after key 'weekdays'. (key-spacing)
(#12223) Extra space after key 'weekdaysShort'. (key-spacing)
(#12224) Extra space after key 'weekdaysMin'. (key-spacing)
(#12225) Extra space after key 'longDateFormat'. (key-spacing)
(#12226) Extra space after key 'LT'. (key-spacing)
(#12227) Extra space after key 'LTS'. (key-spacing)
(#12228) Extra space after key 'L'. (key-spacing)
(#12229) Extra space after key 'LL'. (key-spacing)
(#12230) Extra space after key 'LLL'. (key-spacing)
(#12231) Extra space after key 'LLLL'. (key-spacing)
(#12233) Extra space after key 'calendar'. (key-spacing)
(#12234) Extra space after key 'sameDay'. (key-spacing)
(#12235) Extra space after key 'nextDay'. (key-spacing)
(#12236) Extra space after key 'nextWeek'. (key-spacing)
(#12237) Extra space after key 'lastDay'. (key-spacing)
(#12238) Extra space after key 'lastWeek'. (key-spacing)
(#12239) Extra space after key 'sameElse'. (key-spacing)
(#12241) Extra space after key 'relativeTime'. (key-spacing)
(#12242) Extra space after key 'future'. (key-spacing)
(#12243) Extra space after key 'past'. (key-spacing)
(#12244) Extra space after key 's'. (key-spacing)
(#12245) Extra space after key 'm'. (key-spacing)
(#12246) Extra space after key 'mm'. (key-spacing)
(#12247) Extra space after key 'h'. (key-spacing)
(#12248) Extra space after key 'hh'. (key-spacing)
(#12249) Extra space after key 'd'. (key-spacing)
(#12250) Extra space after key 'dd'. (key-spacing)
(#12251) Extra space after key 'M'. (key-spacing)
(#12252) Extra space after key 'MM'. (key-spacing)
(#12253) Extra space after key 'y'. (key-spacing)
(#12254) Extra space after key 'yy'. (key-spacing)
(#12257) Extra space after key 'ordinal'. (key-spacing)
(#12257) Unexpected space before function parentheses. (space-before-function-paren)
(#12260) Unexpected space before function parentheses. (space-before-function-paren)
(#12261) Unexpected space before function parentheses. (space-before-function-paren)
(#12265) Unexpected space before function parentheses. (space-before-function-paren)
(#12266) Unexpected space before function parentheses. (space-before-function-paren)
(#12270) Comments should not begin with a lowercase character (capitalized-comments)
(#12272) Extra space after key 'meridiem'. (key-spacing)
(#12272) Unexpected space before function parentheses. (space-before-function-paren)
(#12272) 'isLower' is defined but never used. (no-unused-vars)
(#12276) Multiple spaces found before '// வைகறை'. (no-multi-spaces)
(#12289) Extra space after key 'meridiemHour'. (key-spacing)
(#12289) Unexpected space before function parentheses. (space-before-function-paren)
(#12303) Extra space after key 'week'. (key-spacing)
(#12304) Extra space after key 'dow'. (key-spacing)
(#12305) Extra space after key 'doy'. (key-spacing)
(#12305) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12309) Expected space or tab after '//' in comment. (spaced-comment)
(#12310) Expected space or tab after '//' in comment. (spaced-comment)
(#12311) Expected space or tab after '//' in comment. (spaced-comment)
(#12314) Extra space after key 'months'. (key-spacing)
(#12315) Extra space after key 'monthsShort'. (key-spacing)
(#12316) Extra space after key 'monthsParseExact'. (key-spacing)
(#12317) Extra space after key 'weekdays'. (key-spacing)
(#12318) Extra space after key 'weekdaysShort'. (key-spacing)
(#12319) Extra space after key 'weekdaysMin'. (key-spacing)
(#12320) Extra space after key 'longDateFormat'. (key-spacing)
(#12321) Extra space after key 'LT'. (key-spacing)
(#12322) Extra space after key 'LTS'. (key-spacing)
(#12323) Extra space after key 'L'. (key-spacing)
(#12324) Extra space after key 'LL'. (key-spacing)
(#12325) Extra space after key 'LLL'. (key-spacing)
(#12326) Extra space after key 'LLLL'. (key-spacing)
(#12328) Extra space after key 'calendar'. (key-spacing)
(#12329) Extra space after key 'sameDay'. (key-spacing)
(#12330) Extra space after key 'nextDay'. (key-spacing)
(#12331) Extra space after key 'nextWeek'. (key-spacing)
(#12332) Extra space after key 'lastDay'. (key-spacing)
(#12333) Extra space after key 'lastWeek'. (key-spacing)
(#12334) Extra space after key 'sameElse'. (key-spacing)
(#12336) Extra space after key 'relativeTime'. (key-spacing)
(#12337) Extra space after key 'future'. (key-spacing)
(#12338) Extra space after key 'past'. (key-spacing)
(#12339) Extra space after key 's'. (key-spacing)
(#12340) Extra space after key 'm'. (key-spacing)
(#12341) Extra space after key 'mm'. (key-spacing)
(#12342) Extra space after key 'h'. (key-spacing)
(#12343) Extra space after key 'hh'. (key-spacing)
(#12344) Extra space after key 'd'. (key-spacing)
(#12345) Extra space after key 'dd'. (key-spacing)
(#12346) Extra space after key 'M'. (key-spacing)
(#12347) Extra space after key 'MM'. (key-spacing)
(#12348) Extra space after key 'y'. (key-spacing)
(#12349) Extra space after key 'yy'. (key-spacing)
(#12351) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#12352) Extra space after key 'ordinal'. (key-spacing)
(#12354) Extra space after key 'meridiemHour'. (key-spacing)
(#12354) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#12354) Unexpected space before function parentheses. (space-before-function-paren)
(#12368) Extra space after key 'meridiem'. (key-spacing)
(#12368) Unexpected space before function parentheses. (space-before-function-paren)
(#12368) 'isLower' is defined but never used. (no-unused-vars)
(#12381) Extra space after key 'week'. (key-spacing)
(#12382) Extra space after key 'dow'. (key-spacing)
(#12383) Extra space after key 'doy'. (key-spacing)
(#12383) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12387) Expected space or tab after '//' in comment. (spaced-comment)
(#12388) Expected space or tab after '//' in comment. (spaced-comment)
(#12389) Expected space or tab after '//' in comment. (spaced-comment)
(#12390) Expected space or tab after '//' in comment. (spaced-comment)
(#12393) Extra space after key 'months'. (key-spacing)
(#12394) Extra space after key 'monthsShort'. (key-spacing)
(#12395) Extra space after key 'weekdays'. (key-spacing)
(#12396) Extra space after key 'weekdaysShort'. (key-spacing)
(#12397) Extra space after key 'weekdaysMin'. (key-spacing)
(#12398) Extra space after key 'longDateFormat'. (key-spacing)
(#12399) Extra space after key 'LT'. (key-spacing)
(#12400) Extra space after key 'LTS'. (key-spacing)
(#12401) Extra space after key 'L'. (key-spacing)
(#12402) Extra space after key 'LL'. (key-spacing)
(#12403) Extra space after key 'LLL'. (key-spacing)
(#12404) Extra space after key 'LLLL'. (key-spacing)
(#12406) Extra space after key 'calendar'. (key-spacing)
(#12414) Extra space after key 'relativeTime'. (key-spacing)
(#12415) Extra space after key 'future'. (key-spacing)
(#12416) Extra space after key 'past'. (key-spacing)
(#12417) Extra space after key 's'. (key-spacing)
(#12418) Extra space after key 'm'. (key-spacing)
(#12419) Extra space after key 'mm'. (key-spacing)
(#12420) Extra space after key 'h'. (key-spacing)
(#12421) Extra space after key 'hh'. (key-spacing)
(#12422) Extra space after key 'd'. (key-spacing)
(#12423) Extra space after key 'dd'. (key-spacing)
(#12424) Extra space after key 'M'. (key-spacing)
(#12425) Extra space after key 'MM'. (key-spacing)
(#12426) Extra space after key 'y'. (key-spacing)
(#12427) Extra space after key 'yy'. (key-spacing)
(#12430) Extra space after key 'ordinal'. (key-spacing)
(#12430) Unexpected space before function parentheses. (space-before-function-paren)
(#12432) Do not nest ternary expressions. (no-nested-ternary)
(#12432) Unexpected use of '~'. (no-bitwise)
(#12432) Unexpected use of '~'. (no-bitwise)
(#12433) Do not nest ternary expressions. (no-nested-ternary)
(#12434) Do not nest ternary expressions. (no-nested-ternary)
(#12438) Extra space after key 'week'. (key-spacing)
(#12439) Extra space after key 'dow'. (key-spacing)
(#12440) Extra space after key 'doy'. (key-spacing)
(#12440) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12444) Expected space or tab after '//' in comment. (spaced-comment)
(#12445) Expected space or tab after '//' in comment. (spaced-comment)
(#12446) Expected space or tab after '//' in comment. (spaced-comment)
(#12449) Extra space after key 'months'. (key-spacing)
(#12450) Extra space after key 'monthsShort'. (key-spacing)
(#12452) Extra space after key 'weekdays'. (key-spacing)
(#12453) Extra space after key 'weekdaysShort'. (key-spacing)
(#12453) Comments should not begin with a lowercase character (capitalized-comments)
(#12454) Extra space after key 'weekdaysMin'. (key-spacing)
(#12455) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#12456) Extra space after key 'longDateFormat'. (key-spacing)
(#12457) Extra space after key 'LT'. (key-spacing)
(#12458) Extra space after key 'LTS'. (key-spacing)
(#12459) Extra space after key 'L'. (key-spacing)
(#12460) Extra space after key 'LL'. (key-spacing)
(#12461) Extra space after key 'LLL'. (key-spacing)
(#12462) Extra space after key 'LLLL'. (key-spacing)
(#12465) Unexpected space before function parentheses. (space-before-function-paren)
(#12468) Extra space after key 'meridiem'. (key-spacing)
(#12468) Unexpected space before function parentheses. (space-before-function-paren)
(#12468) 'isLower' is defined but never used. (no-unused-vars)
(#12475) Extra space after key 'calendar'. (key-spacing)
(#12476) Extra space after key 'sameDay'. (key-spacing)
(#12477) Extra space after key 'nextDay'. (key-spacing)
(#12478) Extra space after key 'nextWeek'. (key-spacing)
(#12479) Extra space after key 'lastDay'. (key-spacing)
(#12480) Extra space after key 'lastWeek'. (key-spacing)
(#12481) Extra space after key 'sameElse'. (key-spacing)
(#12483) Extra space after key 'relativeTime'. (key-spacing)
(#12484) Extra space after key 'future'. (key-spacing)
(#12485) Extra space after key 'past'. (key-spacing)
(#12486) Extra space after key 's'. (key-spacing)
(#12487) Extra space after key 'm'. (key-spacing)
(#12488) Extra space after key 'mm'. (key-spacing)
(#12489) Extra space after key 'h'. (key-spacing)
(#12490) Extra space after key 'hh'. (key-spacing)
(#12491) Extra space after key 'd'. (key-spacing)
(#12492) Extra space after key 'dd'. (key-spacing)
(#12493) Extra space after key 'M'. (key-spacing)
(#12494) Extra space after key 'MM'. (key-spacing)
(#12495) Extra space after key 'y'. (key-spacing)
(#12496) Extra space after key 'yy'. (key-spacing)
(#12500) Expected space or tab after '//' in comment. (spaced-comment)
(#12501) Expected space or tab after '//' in comment. (spaced-comment)
(#12502) Expected space or tab after '//' in comment. (spaced-comment)
(#12505) Extra space after key 'months'. (key-spacing)
(#12506) Extra space after key 'monthsShort'. (key-spacing)
(#12507) Extra space after key 'weekdays'. (key-spacing)
(#12508) Extra space after key 'weekdaysShort'. (key-spacing)
(#12509) Extra space after key 'weekdaysMin'. (key-spacing)
(#12510) Extra space after key 'longDateFormat'. (key-spacing)
(#12511) Extra space after key 'LT'. (key-spacing)
(#12512) Extra space after key 'LTS'. (key-spacing)
(#12513) Extra space after key 'L'. (key-spacing)
(#12514) Extra space after key 'LL'. (key-spacing)
(#12515) Extra space after key 'LLL'. (key-spacing)
(#12516) Extra space after key 'LLLL'. (key-spacing)
(#12518) Extra space after key 'calendar'. (key-spacing)
(#12526) Extra space after key 'relativeTime'. (key-spacing)
(#12527) Extra space after key 'future'. (key-spacing)
(#12528) Extra space after key 'past'. (key-spacing)
(#12529) Extra space after key 's'. (key-spacing)
(#12530) Extra space after key 'm'. (key-spacing)
(#12531) Extra space after key 'mm'. (key-spacing)
(#12532) Extra space after key 'h'. (key-spacing)
(#12533) Extra space after key 'hh'. (key-spacing)
(#12534) Extra space after key 'd'. (key-spacing)
(#12535) Extra space after key 'dd'. (key-spacing)
(#12536) Extra space after key 'M'. (key-spacing)
(#12537) Extra space after key 'MM'. (key-spacing)
(#12538) Extra space after key 'y'. (key-spacing)
(#12539) Extra space after key 'yy'. (key-spacing)
(#12542) Extra space after key 'ordinal'. (key-spacing)
(#12542) Unexpected space before function parentheses. (space-before-function-paren)
(#12545) Extra space after key 'week'. (key-spacing)
(#12546) Extra space after key 'dow'. (key-spacing)
(#12547) Extra space after key 'doy'. (key-spacing)
(#12547) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12551) Expected space or tab after '//' in comment. (spaced-comment)
(#12552) Expected space or tab after '//' in comment. (spaced-comment)
(#12553) Expected space or tab after '//' in comment. (spaced-comment)
(#12557) Missing JSDoc comment. (require-jsdoc)
(#12559) Do not nest ternary expressions. (no-nested-ternary)
(#12561) Do not nest ternary expressions. (no-nested-ternary)
(#12569) Missing JSDoc comment. (require-jsdoc)
(#12571) Do not nest ternary expressions. (no-nested-ternary)
(#12573) Do not nest ternary expressions. (no-nested-ternary)
(#12581) Missing JSDoc comment. (require-jsdoc)
(#12581) Expected to return a value at the end of function 'translate$9'. (consistent-return)
(#12581) 'isFuture' is defined but never used. (no-unused-vars)
(#12597) Missing JSDoc comment. (require-jsdoc)
(#12615) Line 12615 exceeds the maximum line length of 132. (max-len)
(#12615) Extra space after key 'months'. (key-spacing)
(#12616) Line 12616 exceeds the maximum line length of 132. (max-len)
(#12616) Extra space after key 'monthsShort'. (key-spacing)
(#12617) Extra space after key 'monthsParseExact'. (key-spacing)
(#12618) Extra space after key 'weekdays'. (key-spacing)
(#12619) Extra space after key 'weekdaysShort'. (key-spacing)
(#12620) Extra space after key 'weekdaysMin'. (key-spacing)
(#12621) Extra space after key 'longDateFormat'. (key-spacing)
(#12622) Extra space after key 'LT'. (key-spacing)
(#12623) Extra space after key 'LTS'. (key-spacing)
(#12624) Extra space after key 'L'. (key-spacing)
(#12625) Extra space after key 'LL'. (key-spacing)
(#12626) Extra space after key 'LLL'. (key-spacing)
(#12627) Extra space after key 'LLLL'. (key-spacing)
(#12629) Extra space after key 'calendar'. (key-spacing)
(#12637) Extra space after key 'relativeTime'. (key-spacing)
(#12638) Extra space after key 'future'. (key-spacing)
(#12639) Extra space after key 'past'. (key-spacing)
(#12640) Extra space after key 's'. (key-spacing)
(#12641) Extra space after key 'm'. (key-spacing)
(#12642) Extra space after key 'mm'. (key-spacing)
(#12643) Extra space after key 'h'. (key-spacing)
(#12644) Extra space after key 'hh'. (key-spacing)
(#12645) Extra space after key 'd'. (key-spacing)
(#12646) Extra space after key 'dd'. (key-spacing)
(#12647) Extra space after key 'M'. (key-spacing)
(#12648) Extra space after key 'MM'. (key-spacing)
(#12649) Extra space after key 'y'. (key-spacing)
(#12650) Extra space after key 'yy'. (key-spacing)
(#12653) Extra space after key 'ordinal'. (key-spacing)
(#12654) Extra space after key 'week'. (key-spacing)
(#12655) Extra space after key 'dow'. (key-spacing)
(#12656) Extra space after key 'doy'. (key-spacing)
(#12656) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12660) Expected space or tab after '//' in comment. (spaced-comment)
(#12661) Expected space or tab after '//' in comment. (spaced-comment)
(#12662) Expected space or tab after '//' in comment. (spaced-comment)
(#12663) Expected space or tab after '//' in comment. (spaced-comment)
(#12666) Unquoted number literal '1' used as key. (quote-props)
(#12667) Unquoted number literal '5' used as key. (quote-props)
(#12668) Unquoted number literal '8' used as key. (quote-props)
(#12669) Unquoted number literal '70' used as key. (quote-props)
(#12670) Unquoted number literal '80' used as key. (quote-props)
(#12671) Unquoted number literal '2' used as key. (quote-props)
(#12672) Unquoted number literal '7' used as key. (quote-props)
(#12673) Unquoted number literal '20' used as key. (quote-props)
(#12674) Unquoted number literal '50' used as key. (quote-props)
(#12675) Unquoted number literal '3' used as key. (quote-props)
(#12676) Unquoted number literal '4' used as key. (quote-props)
(#12677) Unquoted number literal '100' used as key. (quote-props)
(#12678) Unquoted number literal '6' used as key. (quote-props)
(#12679) Unquoted number literal '9' used as key. (quote-props)
(#12680) Unquoted number literal '10' used as key. (quote-props)
(#12681) Unquoted number literal '30' used as key. (quote-props)
(#12682) Unquoted number literal '60' used as key. (quote-props)
(#12683) Unquoted number literal '90' used as key. (quote-props)
(#12687) Extra space after key 'months'. (key-spacing)
(#12688) Extra space after key 'monthsShort'. (key-spacing)
(#12689) Extra space after key 'weekdays'. (key-spacing)
(#12690) Extra space after key 'weekdaysShort'. (key-spacing)
(#12691) Extra space after key 'weekdaysMin'. (key-spacing)
(#12692) Extra space after key 'longDateFormat'. (key-spacing)
(#12693) Extra space after key 'LT'. (key-spacing)
(#12694) Extra space after key 'LTS'. (key-spacing)
(#12695) Extra space after key 'L'. (key-spacing)
(#12696) Extra space after key 'LL'. (key-spacing)
(#12697) Extra space after key 'LLL'. (key-spacing)
(#12698) Extra space after key 'LLLL'. (key-spacing)
(#12700) Extra space after key 'calendar'. (key-spacing)
(#12701) Extra space after key 'sameDay'. (key-spacing)
(#12702) Extra space after key 'nextDay'. (key-spacing)
(#12703) Extra space after key 'nextWeek'. (key-spacing)
(#12704) Extra space after key 'lastDay'. (key-spacing)
(#12705) Extra space after key 'lastWeek'. (key-spacing)
(#12706) Extra space after key 'sameElse'. (key-spacing)
(#12708) Extra space after key 'relativeTime'. (key-spacing)
(#12709) Extra space after key 'future'. (key-spacing)
(#12710) Extra space after key 'past'. (key-spacing)
(#12711) Extra space after key 's'. (key-spacing)
(#12712) Extra space after key 'm'. (key-spacing)
(#12713) Extra space after key 'mm'. (key-spacing)
(#12714) Extra space after key 'h'. (key-spacing)
(#12715) Extra space after key 'hh'. (key-spacing)
(#12716) Extra space after key 'd'. (key-spacing)
(#12717) Extra space after key 'dd'. (key-spacing)
(#12718) Extra space after key 'M'. (key-spacing)
(#12719) Extra space after key 'MM'. (key-spacing)
(#12720) Extra space after key 'y'. (key-spacing)
(#12721) Extra space after key 'yy'. (key-spacing)
(#12724) Extra space after key 'ordinal'. (key-spacing)
(#12724) Unexpected space before function parentheses. (space-before-function-paren)
(#12725) Comments should not begin with a lowercase character (capitalized-comments)
(#12725) Multiple spaces found before '// special cas...'. (no-multi-spaces)
(#12733) Extra space after key 'week'. (key-spacing)
(#12734) Extra space after key 'dow'. (key-spacing)
(#12735) Extra space after key 'doy'. (key-spacing)
(#12735) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12739) Expected space or tab after '//' in comment. (spaced-comment)
(#12740) Expected space or tab after '//' in comment. (spaced-comment)
(#12741) Expected space or tab after '//' in comment. (spaced-comment)
(#12742) Expected space or tab after '//' in comment. (spaced-comment)
(#12747) Extra space after key 'months'. (key-spacing)
(#12748) Extra space after key 'monthsShort'. (key-spacing)
(#12749) Extra space after key 'weekdays'. (key-spacing)
(#12750) Extra space after key 'weekdaysShort'. (key-spacing)
(#12751) Extra space after key 'weekdaysMin'. (key-spacing)
(#12752) Extra space after key 'longDateFormat'. (key-spacing)
(#12753) Extra space after key 'LT'. (key-spacing)
(#12754) Extra space after key 'LTS'. (key-spacing)
(#12755) Extra space after key 'L'. (key-spacing)
(#12756) Extra space after key 'LL'. (key-spacing)
(#12757) Extra space after key 'LLL'. (key-spacing)
(#12758) Extra space after key 'LLLL'. (key-spacing)
(#12760) Unnecessary escape character: \'. (no-useless-escape)
(#12760) Unnecessary escape character: \'. (no-useless-escape)
(#12761) Extra space after key 'isPM'. (key-spacing)
(#12761) Unexpected space before function parentheses. (space-before-function-paren)
(#12764) Extra space after key 'meridiem'. (key-spacing)
(#12764) Unexpected space before function parentheses. (space-before-function-paren)
(#12771) Extra space after key 'calendar'. (key-spacing)
(#12772) Extra space after key 'sameDay'. (key-spacing)
(#12773) Extra space after key 'nextDay'. (key-spacing)
(#12774) Extra space after key 'nextWeek'. (key-spacing)
(#12775) Extra space after key 'lastDay'. (key-spacing)
(#12776) Extra space after key 'lastWeek'. (key-spacing)
(#12777) Extra space after key 'sameElse'. (key-spacing)
(#12779) Extra space after key 'relativeTime'. (key-spacing)
(#12780) Extra space after key 'future'. (key-spacing)
(#12781) Extra space after key 'past'. (key-spacing)
(#12782) Extra space after key 's'. (key-spacing)
(#12783) Extra space after key 'm'. (key-spacing)
(#12784) Extra space after key 'mm'. (key-spacing)
(#12785) Extra space after key 'h'. (key-spacing)
(#12786) Extra space after key 'hh'. (key-spacing)
(#12787) Extra space after key 'd'. (key-spacing)
(#12788) Extra space after key 'dd'. (key-spacing)
(#12789) Extra space after key 'M'. (key-spacing)
(#12790) Extra space after key 'MM'. (key-spacing)
(#12791) Extra space after key 'y'. (key-spacing)
(#12792) Extra space after key 'yy'. (key-spacing)
(#12795) Extra space after key 'ordinal'. (key-spacing)
(#12796) Extra space after key 'week'. (key-spacing)
(#12797) Extra space after key 'dow'. (key-spacing)
(#12798) Extra space after key 'doy'. (key-spacing)
(#12798) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12802) Missing JSDoc comment. (require-jsdoc)
(#12816) Do not nest ternary expressions. (no-nested-ternary)
(#12819) Expected space or tab after '//' in comment. (spaced-comment)
(#12820) Expected space or tab after '//' in comment. (spaced-comment)
(#12821) Expected space or tab after '//' in comment. (spaced-comment)
(#12824) Extra space after key 'months'. (key-spacing)
(#12825) Extra space after key 'monthsShort'. (key-spacing)
(#12826) Extra space after key 'weekdays'. (key-spacing)
(#12827) Extra space after key 'weekdaysShort'. (key-spacing)
(#12828) Extra space after key 'weekdaysMin'. (key-spacing)
(#12829) Extra space after key 'longDateFormat'. (key-spacing)
(#12830) Extra space after key 'LT'. (key-spacing)
(#12831) Extra space after key 'LTS'. (key-spacing)
(#12832) Extra space after key 'L'. (key-spacing)
(#12833) Extra space after key 'LL'. (key-spacing)
(#12834) Extra space after key 'LLL'. (key-spacing)
(#12835) Extra space after key 'LLLL'. (key-spacing)
(#12837) Extra space after key 'calendar'. (key-spacing)
(#12845) Extra space after key 'relativeTime'. (key-spacing)
(#12846) Extra space after key 'future'. (key-spacing)
(#12847) Extra space after key 'past'. (key-spacing)
(#12848) Extra space after key 's'. (key-spacing)
(#12849) Extra space after key 'm'. (key-spacing)
(#12850) Extra space after key 'mm'. (key-spacing)
(#12851) Extra space after key 'h'. (key-spacing)
(#12852) Extra space after key 'hh'. (key-spacing)
(#12853) Extra space after key 'd'. (key-spacing)
(#12854) Extra space after key 'dd'. (key-spacing)
(#12855) Extra space after key 'M'. (key-spacing)
(#12856) Extra space after key 'MM'. (key-spacing)
(#12857) Extra space after key 'y'. (key-spacing)
(#12858) Extra space after key 'yy'. (key-spacing)
(#12860) Extra space after key 'week'. (key-spacing)
(#12861) Extra space after key 'dow'. (key-spacing)
(#12862) Extra space after key 'doy'. (key-spacing)
(#12862) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12866) Expected space or tab after '//' in comment. (spaced-comment)
(#12867) Expected space or tab after '//' in comment. (spaced-comment)
(#12868) Expected space or tab after '//' in comment. (spaced-comment)
(#12871) Extra space after key 'months'. (key-spacing)
(#12872) Extra space after key 'monthsShort'. (key-spacing)
(#12873) Extra space after key 'weekdays'. (key-spacing)
(#12874) Extra space after key 'weekdaysShort'. (key-spacing)
(#12875) Extra space after key 'weekdaysMin'. (key-spacing)
(#12876) Extra space after key 'longDateFormat'. (key-spacing)
(#12877) Extra space after key 'LT'. (key-spacing)
(#12879) Extra space after key 'L'. (key-spacing)
(#12880) Extra space after key 'LL'. (key-spacing)
(#12881) Extra space after key 'LLL'. (key-spacing)
(#12882) Extra space after key 'LLLL'. (key-spacing)
(#12884) Extra space after key 'calendar'. (key-spacing)
(#12892) Extra space after key 'relativeTime'. (key-spacing)
(#12893) Extra space after key 'future'. (key-spacing)
(#12894) Extra space after key 'past'. (key-spacing)
(#12895) Extra space after key 's'. (key-spacing)
(#12896) Extra space after key 'm'. (key-spacing)
(#12897) Extra space after key 'mm'. (key-spacing)
(#12898) Extra space after key 'h'. (key-spacing)
(#12899) Extra space after key 'hh'. (key-spacing)
(#12900) Extra space after key 'd'. (key-spacing)
(#12901) Extra space after key 'dd'. (key-spacing)
(#12902) Extra space after key 'M'. (key-spacing)
(#12903) Extra space after key 'MM'. (key-spacing)
(#12904) Extra space after key 'y'. (key-spacing)
(#12905) Extra space after key 'yy'. (key-spacing)
(#12907) Extra space after key 'week'. (key-spacing)
(#12908) Extra space after key 'dow'. (key-spacing)
(#12909) Extra space after key 'doy'. (key-spacing)
(#12909) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#12913) Expected space or tab after '//' in comment. (spaced-comment)
(#12914) Expected space or tab after '//' in comment. (spaced-comment)
(#12915) Expected space or tab after '//' in comment. (spaced-comment)
(#12916) Expected space or tab after '//' in comment. (spaced-comment)
(#12918) Missing JSDoc comment. (require-jsdoc)
(#12920) Line 12920 exceeds the maximum line length of 132. (max-len)
(#12920) Do not nest ternary expressions. (no-nested-ternary)
(#12922) Missing JSDoc comment. (require-jsdoc)
(#12932) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#12935) Closing curly brace does not appear on the same line as the subsequent block. (brace-style)
(#12940) Missing JSDoc comment. (require-jsdoc)
(#12948) ["nominative"] is better written in dot notation. (dot-notation)
(#12951) Do not nest ternary expressions. (no-nested-ternary)
(#12958) Missing JSDoc comment. (require-jsdoc)
(#12959) Unexpected space before function parentheses. (space-before-function-paren)
(#12960) Unexpected 'this'. (no-invalid-this)
(#12965) Extra space after key 'months'. (key-spacing)
(#12969) Extra space after key 'monthsShort'. (key-spacing)
(#12970) Extra space after key 'weekdays'. (key-spacing)
(#12971) Extra space after key 'weekdaysShort'. (key-spacing)
(#12972) Extra space after key 'weekdaysMin'. (key-spacing)
(#12973) Extra space after key 'longDateFormat'. (key-spacing)
(#12974) Extra space after key 'LT'. (key-spacing)
(#12975) Extra space after key 'LTS'. (key-spacing)
(#12976) Extra space after key 'L'. (key-spacing)
(#12977) Extra space after key 'LL'. (key-spacing)
(#12978) Extra space after key 'LLL'. (key-spacing)
(#12979) Extra space after key 'LLLL'. (key-spacing)
(#12981) Extra space after key 'calendar'. (key-spacing)
(#12986) Expected to return a value at the end of method 'lastWeek'. (consistent-return)
(#12986) Unexpected space before function parentheses. (space-before-function-paren)
(#13001) Extra space after key 'relativeTime'. (key-spacing)
(#13002) Extra space after key 'future'. (key-spacing)
(#13003) Extra space after key 'past'. (key-spacing)
(#13004) Extra space after key 's'. (key-spacing)
(#13005) Extra space after key 'm'. (key-spacing)
(#13006) Extra space after key 'mm'. (key-spacing)
(#13007) Extra space after key 'h'. (key-spacing)
(#13008) Extra space after key 'hh'. (key-spacing)
(#13009) Extra space after key 'd'. (key-spacing)
(#13010) Extra space after key 'dd'. (key-spacing)
(#13011) Extra space after key 'M'. (key-spacing)
(#13012) Extra space after key 'MM'. (key-spacing)
(#13013) Extra space after key 'y'. (key-spacing)
(#13014) Extra space after key 'yy'. (key-spacing)
(#13018) Unexpected space before function parentheses. (space-before-function-paren)
(#13021) Extra space after key 'meridiem'. (key-spacing)
(#13021) Unexpected space before function parentheses. (space-before-function-paren)
(#13021) 'isLower' is defined but never used. (no-unused-vars)
(#13033) Unexpected space before function parentheses. (space-before-function-paren)
(#13047) Extra space after key 'week'. (key-spacing)
(#13048) Extra space after key 'dow'. (key-spacing)
(#13049) Extra space after key 'doy'. (key-spacing)
(#13049) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13053) Expected space or tab after '//' in comment. (spaced-comment)
(#13054) Expected space or tab after '//' in comment. (spaced-comment)
(#13055) Expected space or tab after '//' in comment. (spaced-comment)
(#13056) Expected space or tab after '//' in comment. (spaced-comment)
(#13083) Extra space after key 'months'. (key-spacing)
(#13084) Extra space after key 'monthsShort'. (key-spacing)
(#13085) Extra space after key 'weekdays'. (key-spacing)
(#13086) Extra space after key 'weekdaysShort'. (key-spacing)
(#13087) Extra space after key 'weekdaysMin'. (key-spacing)
(#13088) Extra space after key 'longDateFormat'. (key-spacing)
(#13089) Extra space after key 'LT'. (key-spacing)
(#13090) Extra space after key 'LTS'. (key-spacing)
(#13091) Extra space after key 'L'. (key-spacing)
(#13092) Extra space after key 'LL'. (key-spacing)
(#13093) Extra space after key 'LLL'. (key-spacing)
(#13094) Extra space after key 'LLLL'. (key-spacing)
(#13097) Extra space after key 'isPM'. (key-spacing)
(#13097) Unexpected space before function parentheses. (space-before-function-paren)
(#13100) Extra space after key 'meridiem'. (key-spacing)
(#13100) Unexpected space before function parentheses. (space-before-function-paren)
(#13100) 'isLower' is defined but never used. (no-unused-vars)
(#13106) Extra space after key 'calendar'. (key-spacing)
(#13107) Extra space after key 'sameDay'. (key-spacing)
(#13108) Extra space after key 'nextDay'. (key-spacing)
(#13109) Extra space after key 'nextWeek'. (key-spacing)
(#13110) Extra space after key 'lastDay'. (key-spacing)
(#13111) Extra space after key 'lastWeek'. (key-spacing)
(#13112) Extra space after key 'sameElse'. (key-spacing)
(#13114) Extra space after key 'relativeTime'. (key-spacing)
(#13115) Extra space after key 'future'. (key-spacing)
(#13116) Extra space after key 'past'. (key-spacing)
(#13117) Extra space after key 's'. (key-spacing)
(#13118) Extra space after key 'm'. (key-spacing)
(#13119) Extra space after key 'mm'. (key-spacing)
(#13120) Extra space after key 'h'. (key-spacing)
(#13121) Extra space after key 'hh'. (key-spacing)
(#13122) Extra space after key 'd'. (key-spacing)
(#13123) Extra space after key 'dd'. (key-spacing)
(#13124) Extra space after key 'M'. (key-spacing)
(#13125) Extra space after key 'MM'. (key-spacing)
(#13126) Extra space after key 'y'. (key-spacing)
(#13127) Extra space after key 'yy'. (key-spacing)
(#13129) Unexpected space before function parentheses. (space-before-function-paren)
(#13132) Unexpected space before function parentheses. (space-before-function-paren)
(#13135) Extra space after key 'week'. (key-spacing)
(#13136) Extra space after key 'dow'. (key-spacing)
(#13137) Extra space after key 'doy'. (key-spacing)
(#13137) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13141) Expected space or tab after '//' in comment. (spaced-comment)
(#13142) Expected space or tab after '//' in comment. (spaced-comment)
(#13143) Expected space or tab after '//' in comment. (spaced-comment)
(#13146) Extra space after key 'months'. (key-spacing)
(#13147) Extra space after key 'monthsShort'. (key-spacing)
(#13148) Extra space after key 'weekdays'. (key-spacing)
(#13149) Extra space after key 'weekdaysShort'. (key-spacing)
(#13150) Extra space after key 'weekdaysMin'. (key-spacing)
(#13151) Extra space after key 'longDateFormat'. (key-spacing)
(#13152) Extra space after key 'LT'. (key-spacing)
(#13153) Extra space after key 'LTS'. (key-spacing)
(#13154) Extra space after key 'L'. (key-spacing)
(#13155) Extra space after key 'LL'. (key-spacing)
(#13156) Extra space after key 'LLL'. (key-spacing)
(#13157) Extra space after key 'LLLL'. (key-spacing)
(#13159) Extra space after key 'calendar'. (key-spacing)
(#13160) Extra space after key 'sameDay'. (key-spacing)
(#13161) Extra space after key 'nextDay'. (key-spacing)
(#13162) Extra space after key 'nextWeek'. (key-spacing)
(#13163) Extra space after key 'lastDay'. (key-spacing)
(#13164) Extra space after key 'lastWeek'. (key-spacing)
(#13165) Extra space after key 'sameElse'. (key-spacing)
(#13167) Extra space after key 'relativeTime'. (key-spacing)
(#13168) Extra space after key 'future'. (key-spacing)
(#13169) Extra space after key 'past'. (key-spacing)
(#13170) Extra space after key 's'. (key-spacing)
(#13171) Extra space after key 'm'. (key-spacing)
(#13172) Extra space after key 'mm'. (key-spacing)
(#13173) Extra space after key 'h'. (key-spacing)
(#13174) Extra space after key 'hh'. (key-spacing)
(#13175) Extra space after key 'd'. (key-spacing)
(#13176) Extra space after key 'dd'. (key-spacing)
(#13177) Extra space after key 'M'. (key-spacing)
(#13178) Extra space after key 'MM'. (key-spacing)
(#13179) Extra space after key 'y'. (key-spacing)
(#13180) Extra space after key 'yy'. (key-spacing)
(#13182) Extra space after key 'week'. (key-spacing)
(#13183) Extra space after key 'dow'. (key-spacing)
(#13184) Extra space after key 'doy'. (key-spacing)
(#13184) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13188) Expected space or tab after '//' in comment. (spaced-comment)
(#13189) Expected space or tab after '//' in comment. (spaced-comment)
(#13190) Expected space or tab after '//' in comment. (spaced-comment)
(#13193) Extra space after key 'months'. (key-spacing)
(#13194) Extra space after key 'monthsShort'. (key-spacing)
(#13195) Extra space after key 'weekdays'. (key-spacing)
(#13196) Extra space after key 'weekdaysShort'. (key-spacing)
(#13197) Extra space after key 'weekdaysMin'. (key-spacing)
(#13198) Extra space after key 'longDateFormat'. (key-spacing)
(#13199) Extra space after key 'LT'. (key-spacing)
(#13200) Extra space after key 'LTS'. (key-spacing)
(#13201) Extra space after key 'L'. (key-spacing)
(#13202) Extra space after key 'LL'. (key-spacing)
(#13203) Extra space after key 'LLL'. (key-spacing)
(#13204) Extra space after key 'LLLL'. (key-spacing)
(#13206) Extra space after key 'calendar'. (key-spacing)
(#13207) Extra space after key 'sameDay'. (key-spacing)
(#13208) Extra space after key 'nextDay'. (key-spacing)
(#13209) Extra space after key 'nextWeek'. (key-spacing)
(#13210) Extra space after key 'lastDay'. (key-spacing)
(#13211) Extra space after key 'lastWeek'. (key-spacing)
(#13212) Extra space after key 'sameElse'. (key-spacing)
(#13214) Extra space after key 'relativeTime'. (key-spacing)
(#13215) Extra space after key 'future'. (key-spacing)
(#13216) Extra space after key 'past'. (key-spacing)
(#13217) Extra space after key 's'. (key-spacing)
(#13218) Extra space after key 'm'. (key-spacing)
(#13219) Extra space after key 'mm'. (key-spacing)
(#13220) Extra space after key 'h'. (key-spacing)
(#13221) Extra space after key 'hh'. (key-spacing)
(#13222) Extra space after key 'd'. (key-spacing)
(#13223) Extra space after key 'dd'. (key-spacing)
(#13224) Extra space after key 'M'. (key-spacing)
(#13225) Extra space after key 'MM'. (key-spacing)
(#13226) Extra space after key 'y'. (key-spacing)
(#13227) Extra space after key 'yy'. (key-spacing)
(#13229) Extra space after key 'week'. (key-spacing)
(#13230) Extra space after key 'dow'. (key-spacing)
(#13231) Extra space after key 'doy'. (key-spacing)
(#13231) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13235) Expected space or tab after '//' in comment. (spaced-comment)
(#13236) Expected space or tab after '//' in comment. (spaced-comment)
(#13237) Expected space or tab after '//' in comment. (spaced-comment)
(#13240) Extra space after key 'months'. (key-spacing)
(#13241) Extra space after key 'monthsShort'. (key-spacing)
(#13242) Extra space after key 'monthsParseExact'. (key-spacing)
(#13243) Extra space after key 'weekdays'. (key-spacing)
(#13244) Extra space after key 'weekdaysShort'. (key-spacing)
(#13245) Extra space after key 'weekdaysMin'. (key-spacing)
(#13246) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#13248) Extra space after key 'isPM'. (key-spacing)
(#13248) Unexpected space before function parentheses. (space-before-function-paren)
(#13251) Extra space after key 'meridiem'. (key-spacing)
(#13251) Unexpected space before function parentheses. (space-before-function-paren)
(#13258) Extra space after key 'longDateFormat'. (key-spacing)
(#13259) Extra space after key 'LT'. (key-spacing)
(#13260) Extra space after key 'LTS'. (key-spacing)
(#13261) Extra space after key 'L'. (key-spacing)
(#13262) Extra space after key 'LL'. (key-spacing)
(#13263) Extra space after key 'LLL'. (key-spacing)
(#13264) Extra space after key 'LLLL'. (key-spacing)
(#13265) Extra space after key 'l'. (key-spacing)
(#13266) Extra space after key 'll'. (key-spacing)
(#13267) Extra space after key 'lll'. (key-spacing)
(#13268) Extra space after key 'llll'. (key-spacing)
(#13270) Extra space after key 'calendar'. (key-spacing)
(#13278) Extra space after key 'relativeTime'. (key-spacing)
(#13279) Extra space after key 'future'. (key-spacing)
(#13280) Extra space after key 'past'. (key-spacing)
(#13281) Extra space after key 's'. (key-spacing)
(#13282) Extra space after key 'm'. (key-spacing)
(#13283) Extra space after key 'mm'. (key-spacing)
(#13284) Extra space after key 'h'. (key-spacing)
(#13285) Extra space after key 'hh'. (key-spacing)
(#13286) Extra space after key 'd'. (key-spacing)
(#13287) Extra space after key 'dd'. (key-spacing)
(#13288) Extra space after key 'M'. (key-spacing)
(#13289) Extra space after key 'MM'. (key-spacing)
(#13290) Extra space after key 'y'. (key-spacing)
(#13291) Extra space after key 'yy'. (key-spacing)
(#13294) Extra space after key 'ordinal'. (key-spacing)
(#13294) Unexpected space before function parentheses. (space-before-function-paren)
(#13297) Extra space after key 'week'. (key-spacing)
(#13298) Extra space after key 'dow'. (key-spacing)
(#13299) Extra space after key 'doy'. (key-spacing)
(#13299) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13303) Expected space or tab after '//' in comment. (spaced-comment)
(#13304) Expected space or tab after '//' in comment. (spaced-comment)
(#13305) Expected space or tab after '//' in comment. (spaced-comment)
(#13308) Line 13308 exceeds the maximum line length of 132. (max-len)
(#13308) Extra space after key 'months'. (key-spacing)
(#13309) Extra space after key 'monthsShort'. (key-spacing)
(#13310) Extra space after key 'monthsParseExact'. (key-spacing)
(#13311) Extra space after key 'weekdays'. (key-spacing)
(#13312) Extra space after key 'weekdaysShort'. (key-spacing)
(#13313) Extra space after key 'weekdaysMin'. (key-spacing)
(#13314) Extra space after key 'weekdaysParseExact'. (key-spacing)
(#13315) Extra space after key 'longDateFormat'. (key-spacing)
(#13316) Extra space after key 'LT'. (key-spacing)
(#13317) Extra space after key 'L'. (key-spacing)
(#13318) Extra space after key 'LL'. (key-spacing)
(#13319) Extra space after key 'LLL'. (key-spacing)
(#13320) Extra space after key 'LLLL'. (key-spacing)
(#13322) Extra space after key 'calendar'. (key-spacing)
(#13323) Extra space after key 'sameDay'. (key-spacing)
(#13324) Extra space after key 'nextDay'. (key-spacing)
(#13325) Extra space after key 'nextWeek'. (key-spacing)
(#13326) Extra space after key 'lastDay'. (key-spacing)
(#13327) Extra space after key 'lastWeek'. (key-spacing)
(#13328) Extra space after key 'sameElse'. (key-spacing)
(#13330) Extra space after key 'relativeTime'. (key-spacing)
(#13331) Extra space after key 'future'. (key-spacing)
(#13332) Extra space after key 'past'. (key-spacing)
(#13333) Extra space after key 's'. (key-spacing)
(#13334) Extra space after key 'm'. (key-spacing)
(#13335) Extra space after key 'mm'. (key-spacing)
(#13336) Extra space after key 'h'. (key-spacing)
(#13337) Extra space after key 'hh'. (key-spacing)
(#13338) Extra space after key 'd'. (key-spacing)
(#13339) Extra space after key 'dd'. (key-spacing)
(#13340) Extra space after key 'M'. (key-spacing)
(#13341) Extra space after key 'MM'. (key-spacing)
(#13342) Extra space after key 'y'. (key-spacing)
(#13343) Extra space after key 'yy'. (key-spacing)
(#13346) Extra space after key 'ordinal'. (key-spacing)
(#13346) Unexpected space before function parentheses. (space-before-function-paren)
(#13348) Do not nest ternary expressions. (no-nested-ternary)
(#13348) Unexpected use of '~'. (no-bitwise)
(#13348) Unexpected use of '~'. (no-bitwise)
(#13349) Do not nest ternary expressions. (no-nested-ternary)
(#13350) Do not nest ternary expressions. (no-nested-ternary)
(#13354) Extra space after key 'week'. (key-spacing)
(#13355) Extra space after key 'dow'. (key-spacing)
(#13356) Extra space after key 'doy'. (key-spacing)
(#13356) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13360) Expected space or tab after '//' in comment. (spaced-comment)
(#13361) Expected space or tab after '//' in comment. (spaced-comment)
(#13362) Expected space or tab after '//' in comment. (spaced-comment)
(#13365) Extra space after key 'months'. (key-spacing)
(#13366) Extra space after key 'monthsShort'. (key-spacing)
(#13367) Extra space after key 'weekdays'. (key-spacing)
(#13368) Extra space after key 'weekdaysShort'. (key-spacing)
(#13369) Extra space after key 'weekdaysMin'. (key-spacing)
(#13370) Extra space after key 'longDateFormat'. (key-spacing)
(#13371) Extra space after key 'LT'. (key-spacing)
(#13372) Extra space after key 'LTS'. (key-spacing)
(#13373) Extra space after key 'L'. (key-spacing)
(#13374) Extra space after key 'LL'. (key-spacing)
(#13375) Extra space after key 'LLL'. (key-spacing)
(#13376) Extra space after key 'LLLL'. (key-spacing)
(#13378) Extra space after key 'calendar'. (key-spacing)
(#13379) Extra space after key 'sameDay'. (key-spacing)
(#13380) Extra space after key 'nextDay'. (key-spacing)
(#13381) Extra space after key 'nextWeek'. (key-spacing)
(#13382) Extra space after key 'lastDay'. (key-spacing)
(#13383) Extra space after key 'lastWeek'. (key-spacing)
(#13384) Extra space after key 'sameElse'. (key-spacing)
(#13386) Extra space after key 'relativeTime'. (key-spacing)
(#13387) Extra space after key 'future'. (key-spacing)
(#13388) Extra space after key 'past'. (key-spacing)
(#13389) Extra space after key 's'. (key-spacing)
(#13390) Extra space after key 'm'. (key-spacing)
(#13391) Extra space after key 'mm'. (key-spacing)
(#13392) Extra space after key 'h'. (key-spacing)
(#13393) Extra space after key 'hh'. (key-spacing)
(#13394) Extra space after key 'd'. (key-spacing)
(#13395) Extra space after key 'dd'. (key-spacing)
(#13396) Extra space after key 'M'. (key-spacing)
(#13397) Extra space after key 'MM'. (key-spacing)
(#13398) Extra space after key 'y'. (key-spacing)
(#13399) Extra space after key 'yy'. (key-spacing)
(#13401) Extra space after key 'dayOfMonthOrdinalParse'. (key-spacing)
(#13402) Extra space after key 'ordinal'. (key-spacing)
(#13403) Extra space after key 'week'. (key-spacing)
(#13404) Extra space after key 'dow'. (key-spacing)
(#13405) Extra space after key 'doy'. (key-spacing)
(#13409) Expected space or tab after '//' in comment. (spaced-comment)
(#13410) Expected space or tab after '//' in comment. (spaced-comment)
(#13411) Expected space or tab after '//' in comment. (spaced-comment)
(#13412) Expected space or tab after '//' in comment. (spaced-comment)
(#13415) Extra space after key 'months'. (key-spacing)
(#13416) Extra space after key 'monthsShort'. (key-spacing)
(#13417) Extra space after key 'weekdays'. (key-spacing)
(#13418) Extra space after key 'weekdaysShort'. (key-spacing)
(#13419) Extra space after key 'weekdaysMin'. (key-spacing)
(#13420) Extra space after key 'longDateFormat'. (key-spacing)
(#13421) Extra space after key 'LT'. (key-spacing)
(#13422) Extra space after key 'LTS'. (key-spacing)
(#13423) Extra space after key 'L'. (key-spacing)
(#13424) Extra space after key 'LL'. (key-spacing)
(#13425) Extra space after key 'LLL'. (key-spacing)
(#13426) Extra space after key 'LLLL'. (key-spacing)
(#13427) Extra space after key 'l'. (key-spacing)
(#13428) Extra space after key 'll'. (key-spacing)
(#13429) Extra space after key 'lll'. (key-spacing)
(#13430) Extra space after key 'llll'. (key-spacing)
(#13433) Unexpected space before function parentheses. (space-before-function-paren)
(#13447) Extra space after key 'meridiem'. (key-spacing)
(#13447) Unexpected space before function parentheses. (space-before-function-paren)
(#13447) 'isLower' is defined but never used. (no-unused-vars)
(#13463) Extra space after key 'calendar'. (key-spacing)
(#13464) Extra space after key 'sameDay'. (key-spacing)
(#13465) Extra space after key 'nextDay'. (key-spacing)
(#13466) Extra space after key 'nextWeek'. (key-spacing)
(#13467) Extra space after key 'lastDay'. (key-spacing)
(#13468) Extra space after key 'lastWeek'. (key-spacing)
(#13469) Extra space after key 'sameElse'. (key-spacing)
(#13472) Extra space after key 'ordinal'. (key-spacing)
(#13472) Unexpected space before function parentheses. (space-before-function-paren)
(#13487) Extra space after key 'relativeTime'. (key-spacing)
(#13488) Extra space after key 'future'. (key-spacing)
(#13489) Extra space after key 'past'. (key-spacing)
(#13490) Extra space after key 's'. (key-spacing)
(#13491) Extra space after key 'm'. (key-spacing)
(#13492) Extra space after key 'mm'. (key-spacing)
(#13493) Extra space after key 'h'. (key-spacing)
(#13494) Extra space after key 'hh'. (key-spacing)
(#13495) Extra space after key 'd'. (key-spacing)
(#13496) Extra space after key 'dd'. (key-spacing)
(#13497) Extra space after key 'M'. (key-spacing)
(#13498) Extra space after key 'MM'. (key-spacing)
(#13499) Extra space after key 'y'. (key-spacing)
(#13500) Extra space after key 'yy'. (key-spacing)
(#13502) Extra space after key 'week'. (key-spacing)
(#13504) Extra space after key 'dow'. (key-spacing)
(#13505) Extra space after key 'doy'. (key-spacing)
(#13505) Multiple spaces found before '// The week th...'. (no-multi-spaces)
(#13509) Expected space or tab after '//' in comment. (spaced-comment)
(#13510) Expected space or tab after '//' in comment. (spaced-comment)
(#13511) Expected space or tab after '//' in comment. (spaced-comment)
(#13512) Expected space or tab after '//' in comment. (spaced-comment)
(#13513) Expected space or tab after '//' in comment. (spaced-comment)
(#13516) Extra space after key 'months'. (key-spacing)
(#13517) Extra space after key 'monthsShort'. (key-spacing)
(#13518) Extra space after key 'weekdays'. (key-spacing)
(#13519) Extra space after key 'weekdaysShort'. (key-spacing)
(#13520) Extra space after key 'weekdaysMin'. (key-spacing)
(#13521) Extra space after key 'longDateFormat'. (key-spacing)
(#13522) Extra space after key 'LT'. (key-spacing)
(#13523) Extra space after key 'LTS'. (key-spacing)
(#13524) Extra space after key 'L'. (key-spacing)
(#13525) Extra space after key 'LL'. (key-spacing)
(#13526) Extra space after key 'LLL'. (key-spacing)
(#13527) Extra space after key 'LLLL'. (key-spacing)
(#13528) Extra space after key 'l'. (key-spacing)
(#13529) Extra space after key 'll'. (key-spacing)
(#13530) Extra space after key 'lll'. (key-spacing)
(#13531) Extra space after key 'llll'. (key-spacing)
(#13534) Extra space after key 'meridiemHour'. (key-spacing)
(#13534) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#13534) Unexpected space before function parentheses. (space-before-function-paren)
(#13546) Extra space after key 'meridiem'. (key-spacing)
(#13546) Unexpected space before function parentheses. (space-before-function-paren)
(#13546) 'isLower' is defined but never used. (no-unused-vars)
(#13562) Extra space after key 'calendar'. (key-spacing)
(#13563) Extra space after key 'sameDay'. (key-spacing)
(#13564) Extra space after key 'nextDay'. (key-spacing)
(#13565) Extra space after key 'nextWeek'. (key-spacing)
(#13566) Extra space after key 'lastDay'. (key-spacing)
(#13567) Extra space after key 'lastWeek'. (key-spacing)
(#13568) Extra space after key 'sameElse'. (key-spacing)
(#13571) Extra space after key 'ordinal'. (key-spacing)
(#13571) Unexpected space before function parentheses. (space-before-function-paren)
(#13586) Extra space after key 'relativeTime'. (key-spacing)
(#13587) Extra space after key 'future'. (key-spacing)
(#13588) Extra space after key 'past'. (key-spacing)
(#13589) Extra space after key 's'. (key-spacing)
(#13590) Extra space after key 'm'. (key-spacing)
(#13591) Extra space after key 'mm'. (key-spacing)
(#13592) Extra space after key 'h'. (key-spacing)
(#13593) Extra space after key 'hh'. (key-spacing)
(#13594) Extra space after key 'd'. (key-spacing)
(#13595) Extra space after key 'dd'. (key-spacing)
(#13596) Extra space after key 'M'. (key-spacing)
(#13597) Extra space after key 'MM'. (key-spacing)
(#13598) Extra space after key 'y'. (key-spacing)
(#13599) Extra space after key 'yy'. (key-spacing)
(#13603) Expected space or tab after '//' in comment. (spaced-comment)
(#13604) Expected space or tab after '//' in comment. (spaced-comment)
(#13605) Expected space or tab after '//' in comment. (spaced-comment)
(#13606) Expected space or tab after '//' in comment. (spaced-comment)
(#13609) Extra space after key 'months'. (key-spacing)
(#13610) Extra space after key 'monthsShort'. (key-spacing)
(#13611) Extra space after key 'weekdays'. (key-spacing)
(#13612) Extra space after key 'weekdaysShort'. (key-spacing)
(#13613) Extra space after key 'weekdaysMin'. (key-spacing)
(#13614) Extra space after key 'longDateFormat'. (key-spacing)
(#13615) Extra space after key 'LT'. (key-spacing)
(#13616) Extra space after key 'LTS'. (key-spacing)
(#13617) Extra space after key 'L'. (key-spacing)
(#13618) Extra space after key 'LL'. (key-spacing)
(#13619) Extra space after key 'LLL'. (key-spacing)
(#13620) Extra space after key 'LLLL'. (key-spacing)
(#13621) Extra space after key 'l'. (key-spacing)
(#13622) Extra space after key 'll'. (key-spacing)
(#13623) Extra space after key 'lll'. (key-spacing)
(#13624) Extra space after key 'llll'. (key-spacing)
(#13627) Extra space after key 'meridiemHour'. (key-spacing)
(#13627) Expected to return a value at the end of method 'meridiemHour'. (consistent-return)
(#13627) Unexpected space before function parentheses. (space-before-function-paren)
(#13639) Extra space after key 'meridiem'. (key-spacing)
(#13639) Unexpected space before function parentheses. (space-before-function-paren)
(#13639) 'isLower' is defined but never used. (no-unused-vars)
(#13655) Extra space after key 'calendar'. (key-spacing)
(#13656) Extra space after key 'sameDay'. (key-spacing)
(#13657) Extra space after key 'nextDay'. (key-spacing)
(#13658) Extra space after key 'nextWeek'. (key-spacing)
(#13659) Extra space after key 'lastDay'. (key-spacing)
(#13660) Extra space after key 'lastWeek'. (key-spacing)
(#13661) Extra space after key 'sameElse'. (key-spacing)
(#13664) Extra space after key 'ordinal'. (key-spacing)
(#13664) Unexpected space before function parentheses. (space-before-function-paren)
(#13679) Extra space after key 'relativeTime'. (key-spacing)
(#13680) Extra space after key 'future'. (key-spacing)
(#13681) Extra space after key 'past'. (key-spacing)
(#13682) Extra space after key 's'. (key-spacing)
(#13683) Extra space after key 'm'. (key-spacing)
(#13684) Extra space after key 'mm'. (key-spacing)
(#13685) Extra space after key 'h'. (key-spacing)
(#13686) Extra space after key 'hh'. (key-spacing)
(#13687) Extra space after key 'd'. (key-spacing)
(#13688) Extra space after key 'dd'. (key-spacing)
(#13689) Extra space after key 'M'. (key-spacing)
(#13690) Extra space after key 'MM'. (key-spacing)
(#13691) Extra space after key 'y'. (key-spacing)
(#13692) Extra space after key 'yy'. (key-spacing)

CSS problems

(2637 errors, 33 warnings)

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

mod/citizencam/css/dialog-polyfill.css
(#11) Invalid value for `width` (csstree/validator)
(#12) Invalid value for `width` (csstree/validator)
(#14) Invalid value for `height` (csstree/validator)
(#15) Invalid value for `height` (csstree/validator)
(#12) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#13) Unexpected duplicate "width" (declaration-block-no-duplicate-properties)
(#15) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#16) Unexpected duplicate "height" (declaration-block-no-duplicate-properties)
(#10) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#31) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#31) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#31) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#46) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#32) Expected single space after "," in a single-line function (function-comma-space-after)
(#32) Expected single space after "," in a single-line function (function-comma-space-after)
(#32) Expected single space after "," in a single-line function (function-comma-space-after)
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) 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)
(#15) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
(#30) Expected indentation of 4 spaces (indentation)
(#31) Expected indentation of 4 spaces (indentation)
(#32) Expected indentation of 4 spaces (indentation)
(#37) Expected indentation of 4 spaces (indentation)
(#41) 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)
(#45) Expected indentation of 4 spaces (indentation)
(#46) Expected indentation of 4 spaces (indentation)
(#50) Expected indentation of 4 spaces (indentation)
(#51) Expected indentation of 4 spaces (indentation)
(#52) Expected indentation of 4 spaces (indentation)
mod/citizencam/css/material-icons.css
(#9) Expected indentation of 4 spaces (indentation)
(#10) Expected indentation of 4 spaces (indentation)
(#11) Expected indentation of 4 spaces (indentation)
(#12) Expected indentation of 4 spaces (indentation)
(#16) Expected indentation of 4 spaces (indentation)
(#17) Expected indentation of 4 spaces (indentation)
(#18) Expected indentation of 4 spaces (indentation)
(#19) Expected indentation of 4 spaces (indentation)
(#20) Expected indentation of 4 spaces (indentation)
(#21) Expected indentation of 4 spaces (indentation)
(#22) Expected indentation of 4 spaces (indentation)
(#23) Expected indentation of 4 spaces (indentation)
(#24) Expected indentation of 4 spaces (indentation)
(#25) Expected indentation of 4 spaces (indentation)
(#26) Expected indentation of 4 spaces (indentation)
mod/citizencam/css/material.custom.css
(#2267) Invalid value for `-webkit-justify-content` (csstree/validator)
(#2268) Invalid value for `-ms-flex-pack` (csstree/validator)
(#2269) Invalid value for `justify-content` (csstree/validator)
(#4469) Invalid value for `margin` (csstree/validator)
(#4470) Invalid value for `padding` (csstree/validator)
(#2701) Expected empty line before at-rule (at-rule-empty-line-before)
(#2732) Expected empty line before at-rule (at-rule-empty-line-before)
(#2767) Expected empty line before at-rule (at-rule-empty-line-before)
(#2864) Expected empty line before at-rule (at-rule-empty-line-before)
(#2907) Expected empty line before at-rule (at-rule-empty-line-before)
(#2952) Expected empty line before at-rule (at-rule-empty-line-before)
(#3409) Expected empty line before at-rule (at-rule-empty-line-before)
(#3444) Expected empty line before at-rule (at-rule-empty-line-before)
(#3458) Expected empty line before at-rule (at-rule-empty-line-before)
(#3472) Expected empty line before at-rule (at-rule-empty-line-before)
(#3486) Expected empty line before at-rule (at-rule-empty-line-before)
(#3614) Expected empty line before at-rule (at-rule-empty-line-before)
(#3640) Expected empty line before at-rule (at-rule-empty-line-before)
(#3652) Expected empty line before at-rule (at-rule-empty-line-before)
(#3684) Expected empty line before at-rule (at-rule-empty-line-before)
(#3689) Expected empty line before at-rule (at-rule-empty-line-before)
(#3695) Expected empty line before at-rule (at-rule-empty-line-before)
(#3736) Expected empty line before at-rule (at-rule-empty-line-before)
(#3745) Expected empty line before at-rule (at-rule-empty-line-before)
(#3760) Expected empty line before at-rule (at-rule-empty-line-before)
(#3772) Expected empty line before at-rule (at-rule-empty-line-before)
(#3780) Expected empty line before at-rule (at-rule-empty-line-before)
(#3785) Expected empty line before at-rule (at-rule-empty-line-before)
(#3842) Expected empty line before at-rule (at-rule-empty-line-before)
(#3847) Expected empty line before at-rule (at-rule-empty-line-before)
(#3876) Expected empty line before at-rule (at-rule-empty-line-before)
(#3887) Expected empty line before at-rule (at-rule-empty-line-before)
(#3910) Expected empty line before at-rule (at-rule-empty-line-before)
(#3941) Expected empty line before at-rule (at-rule-empty-line-before)
(#3969) Expected empty line before at-rule (at-rule-empty-line-before)
(#3975) Expected empty line before at-rule (at-rule-empty-line-before)
(#4035) Expected empty line before at-rule (at-rule-empty-line-before)
(#4078) Expected empty line before at-rule (at-rule-empty-line-before)
(#4537) Expected empty line before at-rule (at-rule-empty-line-before)
(#4545) Expected empty line before at-rule (at-rule-empty-line-before)
(#4561) Expected empty line before at-rule (at-rule-empty-line-before)
(#4616) Expected empty line before at-rule (at-rule-empty-line-before)
(#4622) Expected empty line before at-rule (at-rule-empty-line-before)
(#4674) Expected empty line before at-rule (at-rule-empty-line-before)
(#4708) Expected empty line before at-rule (at-rule-empty-line-before)
(#4742) Expected empty line before at-rule (at-rule-empty-line-before)
(#4755) Expected empty line before at-rule (at-rule-empty-line-before)
(#4768) Expected empty line before at-rule (at-rule-empty-line-before)
(#4780) Expected empty line before at-rule (at-rule-empty-line-before)
(#4792) Expected empty line before at-rule (at-rule-empty-line-before)
(#4804) Expected empty line before at-rule (at-rule-empty-line-before)
(#4816) Expected empty line before at-rule (at-rule-empty-line-before)
(#4828) Expected empty line before at-rule (at-rule-empty-line-before)
(#4900) Expected empty line before at-rule (at-rule-empty-line-before)
(#4914) Expected empty line before at-rule (at-rule-empty-line-before)
(#4928) Expected empty line before at-rule (at-rule-empty-line-before)
(#4942) Expected empty line before at-rule (at-rule-empty-line-before)
(#5178) Expected empty line before at-rule (at-rule-empty-line-before)
(#5188) Expected empty line before at-rule (at-rule-empty-line-before)
(#5386) Expected empty line before at-rule (at-rule-empty-line-before)
(#5403) Expected empty line before at-rule (at-rule-empty-line-before)
(#5542) Expected empty line before at-rule (at-rule-empty-line-before)
(#5737) Expected empty line before at-rule (at-rule-empty-line-before)
(#5964) Expected empty line before at-rule (at-rule-empty-line-before)
(#207) Expected single space before "!" (declaration-bang-space-before)
(#210) Expected single space before "!" (declaration-bang-space-before)
(#213) Expected single space before "!" (declaration-bang-space-before)
(#216) Expected single space before "!" (declaration-bang-space-before)
(#219) Expected single space before "!" (declaration-bang-space-before)
(#222) Expected single space before "!" (declaration-bang-space-before)
(#4871) Expected single space before "!" (declaration-bang-space-before)
(#4882) Expected single space before "!" (declaration-bang-space-before)
(#4892) Expected single space before "!" (declaration-bang-space-before)
(#5554) Expected single space before "!" (declaration-bang-space-before)
(#5749) Expected single space before "!" (declaration-bang-space-before)
(#5976) Expected single space before "!" (declaration-bang-space-before)
(#15) Unexpected duplicate "-webkit-tap-highlight-color" (declaration-block-no-duplicate-properties)
(#1935) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#1961) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#1962) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2233) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2234) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2264) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2265) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2266) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2287) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2288) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2289) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2641) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2642) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2916) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2917) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2938) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#2939) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3096) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3097) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3119) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3120) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3248) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#3502) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3503) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3526) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3527) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3565) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3566) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3591) Unexpected duplicate "transition-property" (declaration-block-no-duplicate-properties)
(#3707) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3708) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3791) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3792) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3817) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3818) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3956) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#3957) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4191) Unexpected duplicate "transition-property" (declaration-block-no-duplicate-properties)
(#4307) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#4344) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#4483) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4484) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4523) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4524) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4525) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4534) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#4559) Unexpected duplicate "transition" (declaration-block-no-duplicate-properties)
(#5104) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#5105) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#5347) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#5443) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#5444) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#4316) Unexpected shorthand "background" after "background-image" (declaration-block-no-shorthand-property-overrides)
(#4327) Unexpected shorthand "background" after "background-image" (declaration-block-no-shorthand-property-overrides)
(#4333) Unexpected shorthand "background" after "background-image" (declaration-block-no-shorthand-property-overrides)
(#15) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#24) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#27) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#35) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#38) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#45) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#48) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#55) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#58) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#66) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#69) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#77) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#80) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#88) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#91) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#98) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#101) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#108) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#111) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#119) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#122) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#130) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#133) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#140) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#143) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#151) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#155) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#164) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#173) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#177) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#180) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#183) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#186) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#189) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#192) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#195) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#198) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#201) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#204) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#207) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#210) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#213) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#216) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#219) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#222) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#237) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#240) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#243) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#246) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#249) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#252) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#255) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#258) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#261) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#264) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#267) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#270) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#273) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#276) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#279) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#282) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#285) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#288) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#291) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#294) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#297) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#300) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#303) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#306) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#309) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#312) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#315) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#318) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#321) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#324) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#327) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#330) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#333) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#336) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#339) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#342) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#345) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#348) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#351) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#354) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#357) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#360) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#363) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#366) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#369) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#372) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#375) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#378) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#381) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#384) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#387) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#390) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#393) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#396) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#399) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#402) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#405) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#408) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#411) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#414) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#417) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#420) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#423) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#426) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#429) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#432) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#435) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#438) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#441) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#444) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#447) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#450) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#453) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#456) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#459) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#462) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#465) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#468) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#471) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#474) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#477) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#480) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#483) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#486) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#489) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#492) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#495) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#498) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#501) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#504) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#507) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#510) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#513) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#516) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#519) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#522) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#525) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#528) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#531) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#534) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#537) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#540) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#543) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#546) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#549) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#552) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#555) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#558) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#561) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#564) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#567) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#570) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#573) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#576) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#579) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#582) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#585) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#588) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#591) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#594) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#597) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#600) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#603) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#606) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#609) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#612) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#615) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#618) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#621) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#624) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#627) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#630) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#633) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#636) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#639) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#642) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#645) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#648) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#651) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#654) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#657) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#660) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#663) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#666) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#669) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#672) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#675) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#678) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#681) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#684) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#687) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#690) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#693) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#696) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#699) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#702) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#705) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#708) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#711) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#714) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#717) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#720) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#723) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#726) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#729) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#732) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#735) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#738) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#741) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#744) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#747) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#750) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#753) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#756) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#759) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#762) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#765) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#768) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#771) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#774) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#777) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#780) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#783) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#786) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#789) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#792) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#795) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#798) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#801) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#804) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#807) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#810) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#813) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#816) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#819) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#822) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#825) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#828) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#831) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#834) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#837) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#840) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#843) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#846) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#849) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#852) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#855) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#858) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#861) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#864) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#867) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#870) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#873) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#876) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#879) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#882) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#885) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#888) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#891) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#894) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#897) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#900) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#903) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#906) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#909) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#912) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#915) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#918) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#921) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#924) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#927) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#930) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#933) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#936) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#939) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#942) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#948) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#951) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#954) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#957) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#960) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#963) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#966) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#969) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#972) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#975) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#978) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#981) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#984) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#987) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#990) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#993) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#996) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#999) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1002) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1005) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1008) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1011) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1014) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1017) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1020) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1023) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1026) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1029) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1032) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1035) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1038) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1041) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1044) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1047) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1050) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1053) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1056) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1059) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1062) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1065) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1068) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1071) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1074) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1077) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1080) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1083) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1086) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1089) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1092) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1095) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1098) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1101) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1104) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1107) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1110) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1113) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1116) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1119) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1122) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1125) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1128) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1131) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1134) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1137) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1140) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1143) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1146) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1149) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1152) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1155) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1158) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1164) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1167) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1170) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1173) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1176) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1179) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1182) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1185) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1188) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1191) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1194) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1197) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1200) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1203) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1206) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1209) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1212) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1215) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1218) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1221) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1224) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1227) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1230) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1233) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1236) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1239) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1242) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1245) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1248) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1251) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1254) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1257) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1260) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1263) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1266) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1269) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1272) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1275) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1278) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1281) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1284) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1287) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1290) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1293) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1296) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1299) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1302) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1305) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1308) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1311) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1314) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1317) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1320) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1323) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1326) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1329) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1332) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1335) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1338) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1341) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1344) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1347) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1350) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1353) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1356) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1359) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1362) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1365) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1368) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1371) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1374) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1377) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1380) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1383) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1386) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1389) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1392) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1395) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1398) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1401) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1404) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1407) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1410) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1413) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1416) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1419) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1422) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1425) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1428) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1431) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1434) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1437) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1440) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1443) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1446) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1449) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1452) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1455) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1458) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1461) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1464) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1467) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1470) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1473) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1476) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1479) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1482) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1485) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1488) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1491) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1494) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1497) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1500) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1503) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1506) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1509) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1512) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1515) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1518) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1521) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1524) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1527) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1530) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1533) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1536) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1539) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1542) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1545) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1548) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1551) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1554) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1557) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1560) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1563) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1566) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1569) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1572) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1575) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1578) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1581) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1584) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1587) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1590) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1593) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1596) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1599) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1602) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1605) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1608) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1611) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1614) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1617) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1620) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1623) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1626) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1629) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1632) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1635) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1638) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1641) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1644) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1647) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1650) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1653) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1656) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1659) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1662) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1665) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1668) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1671) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1674) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1677) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1680) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1683) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1686) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1689) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1692) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1695) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1698) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1701) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1704) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1707) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1710) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1713) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1716) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1719) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1722) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1725) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1728) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1731) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1734) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1737) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1740) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1743) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1746) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1749) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1752) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1755) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1758) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1761) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1764) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1767) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1770) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1773) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1776) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1779) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1782) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1785) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1788) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1791) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1794) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1797) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1800) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1803) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1806) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1809) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1812) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1815) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1818) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1821) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1824) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1827) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1830) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1833) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1836) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1839) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1842) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1845) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1848) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1851) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1854) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1857) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1860) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1863) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1866) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1869) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1872) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1875) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1878) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1881) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1884) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1887) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1890) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1893) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1896) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1899) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1902) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1905) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1908) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1911) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1914) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1917) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1931) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1935) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1938) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1942) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1948) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1953) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1956) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1988) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1992) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#1997) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2000) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2003) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2029) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2032) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2035) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2038) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2041) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2044) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2047) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2050) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2054) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2058) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2062) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2066) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2069) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2072) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2075) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2078) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2092) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2101) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2106) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2110) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2114) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2118) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2122) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2125) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2128) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2131) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2134) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2147) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2156) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2165) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2169) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2179) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2183) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2186) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2189) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2194) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2197) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2200) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2205) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2211) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2216) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2222) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2226) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2229) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2247) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2256) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2276) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2279) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2296) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2301) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2309) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2317) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2320) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2325) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2330) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2341) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2344) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2347) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2360) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2375) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2378) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2383) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2394) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2398) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2402) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2415) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2418) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2422) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2429) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2434) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2447) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2450) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2454) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2458) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2472) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2477) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2491) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2498) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2506) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2510) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2513) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2516) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2519) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2527) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2530) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2533) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2540) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2543) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2546) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2549) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2553) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2557) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2561) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2569) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2573) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2586) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2590) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2609) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2613) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2617) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2620) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2623) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2626) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2631) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2636) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2648) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2652) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2655) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2658) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2667) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2671) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2676) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2686) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2692) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2699) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2704) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2708) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2715) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2725) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2730) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2735) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2741) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2745) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2749) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2754) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2760) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2764) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2775) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2787) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2794) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2804) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2811) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2826) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2837) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2843) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2849) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2856) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2862) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2867) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2873) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2883) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2889) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2895) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2899) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2905) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2911) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2926) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2930) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2933) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2950) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2955) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2962) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2969) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2976) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2985) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2994) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#2997) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3010) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3027) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3031) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3034) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3039) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3042) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3045) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3058) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3061) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3064) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3067) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3072) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3090) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3100) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3109) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3112) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3115) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3127) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3130) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3137) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3140) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3148) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3158) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3161) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3166) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3169) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3173) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3176) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3185) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3188) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3193) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3197) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3200) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3210) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3222) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3227) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3249) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3255) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3259) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3263) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3267) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3281) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3285) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3288) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3292) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3296) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3302) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3306) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3332) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3335) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3338) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3341) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3347) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3351) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3355) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3359) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3362) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3366) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3369) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3379) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3386) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3394) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3399) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3404) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3407) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3414) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3419) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3424) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3436) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3442) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3447) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3451) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3455) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3461) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3465) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3469) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3475) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3479) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3483) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3489) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3493) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3497) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3507) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3517) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3520) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3534) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3537) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3540) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3545) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3556) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3561) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3595) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3599) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3602) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3607) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3612) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3618) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3629) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3638) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3642) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3646) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3650) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3655) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3677) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3682) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3686) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3692) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3697) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3702) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3734) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3738) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3743) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3747) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3758) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3763) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3767) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3770) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3774) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3778) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3782) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3787) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3792) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3797) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3801) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3805) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3808) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3813) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3837) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3840) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3844) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3850) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3853) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3859) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3862) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3874) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3878) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3885) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3890) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3904) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3908) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3916) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3920) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3933) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3936) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3939) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3943) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3947) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3960) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3963) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3967) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3972) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3978) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3982) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#3988) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4003) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4008) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4024) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4028) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4033) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4037) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4041) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4044) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4047) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4050) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4053) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4076) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4080) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4088) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4091) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4104) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4114) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4117) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4120) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4123) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4126) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4135) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4138) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4141) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4154) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4168) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4171) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4176) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4195) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4199) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4204) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4207) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4210) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4215) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4228) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4231) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4235) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4239) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4245) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4249) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4268) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4271) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4274) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4277) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4281) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4288) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4292) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4296) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4307) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4317) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4320) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4323) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4329) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4334) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4344) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4348) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4352) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4356) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4360) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4363) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4367) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4371) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4376) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4379) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4383) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4386) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4390) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4394) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4397) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4400) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4403) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4410) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4416) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4420) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4423) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4431) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4438) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4441) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4447) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4453) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4457) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4460) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4463) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4470) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4477) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4484) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4497) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4500) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4509) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4513) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4535) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4542) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4551) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4559) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4564) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4571) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4594) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4597) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4601) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4607) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4610) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4614) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4619) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4625) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4632) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4635) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4638) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4642) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4645) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4648) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4652) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4655) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4658) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4662) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4665) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4668) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4672) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4677) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4681) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4685) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4689) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4693) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4697) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4701) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4705) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4711) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4715) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4719) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4723) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4727) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4731) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4735) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4739) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4744) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4748) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4752) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4757) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4761) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4765) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4770) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4774) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4777) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4782) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4786) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4789) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4794) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4798) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4801) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4806) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4810) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4813) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4818) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4822) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4825) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4830) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4834) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4837) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4848) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4852) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4860) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4863) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4879) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4884) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4888) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4894) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4898) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4903) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4907) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4911) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4917) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4921) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4925) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4931) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4935) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4939) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4949) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4953) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4971) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4974) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4977) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#4990) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5000) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5003) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5008) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5022) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5027) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5032) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5045) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5049) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5053) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5061) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5066) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5082) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5085) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5089) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5093) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5096) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5100) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5121) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5138) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5141) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5154) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5164) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5167) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5170) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5173) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5176) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5181) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5185) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5191) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5195) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5206) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5210) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5213) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5216) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5221) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5224) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5237) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5240) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5245) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5248) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5252) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5258) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5261) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5276) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5280) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5284) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5287) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5291) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5299) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5304) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5308) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5320) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5325) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5328) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5336) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5339) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5348) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5352) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5355) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5375) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5379) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5384) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5390) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5394) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5400) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5407) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5411) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5417) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5421) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5424) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5427) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5430) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5433) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5436) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5439) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5451) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5454) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5457) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5462) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5467) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5472) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5477) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5480) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5485) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5490) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5495) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5500) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5505) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5510) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5515) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5520) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5525) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5530) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5535) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5540) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5544) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5548) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5551) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5554) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5559) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5564) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5569) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5574) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5579) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5584) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5589) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5594) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5599) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5604) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5609) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5614) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5618) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5622) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5626) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5630) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5634) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5638) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5642) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5646) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5650) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5654) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5658) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5662) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5666) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5670) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5674) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5678) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5682) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5686) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5690) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5694) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5698) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5702) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5706) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5710) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5714) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5718) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5722) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5726) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5730) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5734) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5739) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5743) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5746) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5749) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5754) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5759) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5764) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5769) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5774) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5779) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5784) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5789) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5794) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5799) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5804) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5809) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5813) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5817) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5821) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5825) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5829) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5833) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5837) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5841) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5845) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5849) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5853) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5857) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5861) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5865) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5869) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5873) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5877) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5881) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5885) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5889) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5893) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5897) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5901) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5905) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5909) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5913) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5917) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5921) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5925) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5929) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5933) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5937) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5941) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5945) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5949) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5953) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5957) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5961) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5966) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5970) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5973) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5976) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5981) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5986) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5991) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#5996) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6001) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6006) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6011) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6016) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6021) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6026) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6031) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6036) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6040) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6044) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6048) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6052) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6056) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6060) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6064) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6068) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6072) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6076) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6080) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6084) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6088) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6092) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6096) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6100) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6104) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6108) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6112) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6116) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6120) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6124) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6128) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6132) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6136) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6140) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6144) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6148) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6152) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6156) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6160) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6164) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6168) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6172) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6176) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6180) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6184) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6188) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6192) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6196) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6200) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6204) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6208) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6212) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6216) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#6220) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#207) Unexpected !important (declaration-no-important)
(#210) Unexpected !important (declaration-no-important)
(#213) Unexpected !important (declaration-no-important)
(#216) Unexpected !important (declaration-no-important)
(#219) Unexpected !important (declaration-no-important)
(#222) Unexpected !important (declaration-no-important)
(#240) Unexpected !important (declaration-no-important)
(#243) Unexpected !important (declaration-no-important)
(#246) Unexpected !important (declaration-no-important)
(#249) Unexpected !important (declaration-no-important)
(#252) Unexpected !important (declaration-no-important)
(#255) Unexpected !important (declaration-no-important)
(#258) Unexpected !important (declaration-no-important)
(#261) Unexpected !important (declaration-no-important)
(#264) Unexpected !important (declaration-no-important)
(#267) Unexpected !important (declaration-no-important)
(#270) Unexpected !important (declaration-no-important)
(#273) Unexpected !important (declaration-no-important)
(#276) Unexpected !important (declaration-no-important)
(#279) Unexpected !important (declaration-no-important)
(#282) Unexpected !important (declaration-no-important)
(#285) Unexpected !important (declaration-no-important)
(#288) Unexpected !important (declaration-no-important)
(#291) Unexpected !important (declaration-no-important)
(#294) Unexpected !important (declaration-no-important)
(#297) Unexpected !important (declaration-no-important)
(#300) Unexpected !important (declaration-no-important)
(#303) Unexpected !important (declaration-no-important)
(#306) Unexpected !important (declaration-no-important)
(#309) Unexpected !important (declaration-no-important)
(#312) Unexpected !important (declaration-no-important)
(#315) Unexpected !important (declaration-no-important)
(#318) Unexpected !important (declaration-no-important)
(#321) Unexpected !important (declaration-no-important)
(#324) Unexpected !important (declaration-no-important)
(#327) Unexpected !important (declaration-no-important)
(#330) Unexpected !important (declaration-no-important)
(#333) Unexpected !important (declaration-no-important)
(#336) Unexpected !important (declaration-no-important)
(#339) Unexpected !important (declaration-no-important)
(#342) Unexpected !important (declaration-no-important)
(#345) Unexpected !important (declaration-no-important)
(#348) Unexpected !important (declaration-no-important)
(#351) Unexpected !important (declaration-no-important)
(#354) Unexpected !important (declaration-no-important)
(#357) Unexpected !important (declaration-no-important)
(#360) Unexpected !important (declaration-no-important)
(#363) Unexpected !important (declaration-no-important)
(#366) Unexpected !important (declaration-no-important)
(#369) Unexpected !important (declaration-no-important)
(#372) Unexpected !important (declaration-no-important)
(#375) Unexpected !important (declaration-no-important)
(#378) Unexpected !important (declaration-no-important)
(#381) Unexpected !important (declaration-no-important)
(#384) Unexpected !important (declaration-no-important)
(#387) Unexpected !important (declaration-no-important)
(#390) Unexpected !important (declaration-no-important)
(#393) Unexpected !important (declaration-no-important)
(#396) Unexpected !important (declaration-no-important)
(#399) Unexpected !important (declaration-no-important)
(#402) Unexpected !important (declaration-no-important)
(#405) Unexpected !important (declaration-no-important)
(#408) Unexpected !important (declaration-no-important)
(#411) Unexpected !important (declaration-no-important)
(#414) Unexpected !important (declaration-no-important)
(#417) Unexpected !important (declaration-no-important)
(#420) Unexpected !important (declaration-no-important)
(#423) Unexpected !important (declaration-no-important)
(#426) Unexpected !important (declaration-no-important)
(#429) Unexpected !important (declaration-no-important)
(#432) Unexpected !important (declaration-no-important)
(#435) Unexpected !important (declaration-no-important)
(#438) Unexpected !important (declaration-no-important)
(#441) Unexpected !important (declaration-no-important)
(#444) Unexpected !important (declaration-no-important)
(#447) Unexpected !important (declaration-no-important)
(#450) Unexpected !important (declaration-no-important)
(#453) Unexpected !important (declaration-no-important)
(#456) Unexpected !important (declaration-no-important)
(#459) Unexpected !important (declaration-no-important)
(#462) Unexpected !important (declaration-no-important)
(#465) Unexpected !important (declaration-no-important)
(#468) Unexpected !important (declaration-no-important)
(#471) Unexpected !important (declaration-no-important)
(#474) Unexpected !important (declaration-no-important)
(#477) Unexpected !important (declaration-no-important)
(#480) Unexpected !important (declaration-no-important)
(#483) Unexpected !important (declaration-no-important)
(#486) Unexpected !important (declaration-no-important)
(#489) Unexpected !important (declaration-no-important)
(#492) Unexpected !important (declaration-no-important)
(#495) Unexpected !important (declaration-no-important)
(#498) Unexpected !important (declaration-no-important)
(#501) Unexpected !important (declaration-no-important)
(#504) Unexpected !important (declaration-no-important)
(#507) Unexpected !important (declaration-no-important)
(#510) Unexpected !important (declaration-no-important)
(#513) Unexpected !important (declaration-no-important)
(#516) Unexpected !important (declaration-no-important)
(#519) Unexpected !important (declaration-no-important)
(#522) Unexpected !important (declaration-no-important)
(#525) Unexpected !important (declaration-no-important)
(#528) Unexpected !important (declaration-no-important)
(#531) Unexpected !important (declaration-no-important)
(#534) Unexpected !important (declaration-no-important)
(#537) Unexpected !important (declaration-no-important)
(#540) Unexpected !important (declaration-no-important)
(#543) Unexpected !important (declaration-no-important)
(#546) Unexpected !important (declaration-no-important)
(#549) Unexpected !important (declaration-no-important)
(#552) Unexpected !important (declaration-no-important)
(#555) Unexpected !important (declaration-no-important)
(#558) Unexpected !important (declaration-no-important)
(#561) Unexpected !important (declaration-no-important)
(#564) Unexpected !important (declaration-no-important)
(#567) Unexpected !important (declaration-no-important)
(#570) Unexpected !important (declaration-no-important)
(#573) Unexpected !important (declaration-no-important)
(#576) Unexpected !important (declaration-no-important)
(#579) Unexpected !important (declaration-no-important)
(#582) Unexpected !important (declaration-no-important)
(#585) Unexpected !important (declaration-no-important)
(#588) Unexpected !important (declaration-no-important)
(#591) Unexpected !important (declaration-no-important)
(#594) Unexpected !important (declaration-no-important)
(#597) Unexpected !important (declaration-no-important)
(#600) Unexpected !important (declaration-no-important)
(#603) Unexpected !important (declaration-no-important)
(#606) Unexpected !important (declaration-no-important)
(#609) Unexpected !important (declaration-no-important)
(#612) Unexpected !important (declaration-no-important)
(#615) Unexpected !important (declaration-no-important)
(#618) Unexpected !important (declaration-no-important)
(#621) Unexpected !important (declaration-no-important)
(#624) Unexpected !important (declaration-no-important)
(#627) Unexpected !important (declaration-no-important)
(#630) Unexpected !important (declaration-no-important)
(#633) Unexpected !important (declaration-no-important)
(#636) Unexpected !important (declaration-no-important)
(#639) Unexpected !important (declaration-no-important)
(#642) Unexpected !important (declaration-no-important)
(#645) Unexpected !important (declaration-no-important)
(#648) Unexpected !important (declaration-no-important)
(#651) Unexpected !important (declaration-no-important)
(#654) Unexpected !important (declaration-no-important)
(#657) Unexpected !important (declaration-no-important)
(#660) Unexpected !important (declaration-no-important)
(#663) Unexpected !important (declaration-no-important)
(#666) Unexpected !important (declaration-no-important)
(#669) Unexpected !important (declaration-no-important)
(#672) Unexpected !important (declaration-no-important)
(#675) Unexpected !important (declaration-no-important)
(#678) Unexpected !important (declaration-no-important)
(#681) Unexpected !important (declaration-no-important)
(#684) Unexpected !important (declaration-no-important)
(#687) Unexpected !important (declaration-no-important)
(#690) Unexpected !important (declaration-no-important)
(#693) Unexpected !important (declaration-no-important)
(#696) Unexpected !important (declaration-no-important)
(#699) Unexpected !important (declaration-no-important)
(#702) Unexpected !important (declaration-no-important)
(#705) Unexpected !important (declaration-no-important)
(#708) Unexpected !important (declaration-no-important)
(#711) Unexpected !important (declaration-no-important)
(#714) Unexpected !important (declaration-no-important)
(#717) Unexpected !important (declaration-no-important)
(#720) Unexpected !important (declaration-no-important)
(#723) Unexpected !important (declaration-no-important)
(#726) Unexpected !important (declaration-no-important)
(#729) Unexpected !important (declaration-no-important)
(#732) Unexpected !important (declaration-no-important)
(#735) Unexpected !important (declaration-no-important)
(#738) Unexpected !important (declaration-no-important)
(#741) Unexpected !important (declaration-no-important)
(#744) Unexpected !important (declaration-no-important)
(#747) Unexpected !important (declaration-no-important)
(#750) Unexpected !important (declaration-no-important)
(#753) Unexpected !important (declaration-no-important)
(#756) Unexpected !important (declaration-no-important)
(#759) Unexpected !important (declaration-no-important)
(#762) Unexpected !important (declaration-no-important)
(#765) Unexpected !important (declaration-no-important)
(#768) Unexpected !important (declaration-no-important)
(#771) Unexpected !important (declaration-no-important)
(#774) Unexpected !important (declaration-no-important)
(#777) Unexpected !important (declaration-no-important)
(#780) Unexpected !important (declaration-no-important)
(#783) Unexpected !important (declaration-no-important)
(#786) Unexpected !important (declaration-no-important)
(#789) Unexpected !important (declaration-no-important)
(#792) Unexpected !important (declaration-no-important)
(#795) Unexpected !important (declaration-no-important)
(#798) Unexpected !important (declaration-no-important)
(#801) Unexpected !important (declaration-no-important)
(#804) Unexpected !important (declaration-no-important)
(#807) Unexpected !important (declaration-no-important)
(#810) Unexpected !important (declaration-no-important)
(#813) Unexpected !important (declaration-no-important)
(#816) Unexpected !important (declaration-no-important)
(#819) Unexpected !important (declaration-no-important)
(#822) Unexpected !important (declaration-no-important)
(#825) Unexpected !important (declaration-no-important)
(#828) Unexpected !important (declaration-no-important)
(#831) Unexpected !important (declaration-no-important)
(#834) Unexpected !important (declaration-no-important)
(#837) Unexpected !important (declaration-no-important)
(#840) Unexpected !important (declaration-no-important)
(#843) Unexpected !important (declaration-no-important)
(#846) Unexpected !important (declaration-no-important)
(#849) Unexpected !important (declaration-no-important)
(#852) Unexpected !important (declaration-no-important)
(#855) Unexpected !important (declaration-no-important)
(#858) Unexpected !important (declaration-no-important)
(#861) Unexpected !important (declaration-no-important)
(#864) Unexpected !important (declaration-no-important)
(#867) Unexpected !important (declaration-no-important)
(#870) Unexpected !important (declaration-no-important)
(#873) Unexpected !important (declaration-no-important)
(#876) Unexpected !important (declaration-no-important)
(#879) Unexpected !important (declaration-no-important)
(#882) Unexpected !important (declaration-no-important)
(#885) Unexpected !important (declaration-no-important)
(#888) Unexpected !important (declaration-no-important)
(#891) Unexpected !important (declaration-no-important)
(#894) Unexpected !important (declaration-no-important)
(#897) Unexpected !important (declaration-no-important)
(#900) Unexpected !important (declaration-no-important)
(#903) Unexpected !important (declaration-no-important)
(#906) Unexpected !important (declaration-no-important)
(#909) Unexpected !important (declaration-no-important)
(#912) Unexpected !important (declaration-no-important)
(#915) Unexpected !important (declaration-no-important)
(#918) Unexpected !important (declaration-no-important)
(#921) Unexpected !important (declaration-no-important)
(#924) Unexpected !important (declaration-no-important)
(#927) Unexpected !important (declaration-no-important)
(#930) Unexpected !important (declaration-no-important)
(#933) Unexpected !important (declaration-no-important)
(#936) Unexpected !important (declaration-no-important)
(#939) Unexpected !important (declaration-no-important)
(#942) Unexpected !important (declaration-no-important)
(#945) Unexpected !important (declaration-no-important)
(#948) Unexpected !important (declaration-no-important)
(#951) Unexpected !important (declaration-no-important)
(#954) Unexpected !important (declaration-no-important)
(#957) Unexpected !important (declaration-no-important)
(#960) Unexpected !important (declaration-no-important)
(#963) Unexpected !important (declaration-no-important)
(#966) Unexpected !important (declaration-no-important)
(#969) Unexpected !important (declaration-no-important)
(#972) Unexpected !important (declaration-no-important)
(#975) Unexpected !important (declaration-no-important)
(#978) Unexpected !important (declaration-no-important)
(#981) Unexpected !important (declaration-no-important)
(#984) Unexpected !important (declaration-no-important)
(#987) Unexpected !important (declaration-no-important)
(#990) Unexpected !important (declaration-no-important)
(#993) Unexpected !important (declaration-no-important)
(#996) Unexpected !important (declaration-no-important)
(#999) Unexpected !important (declaration-no-important)
(#1002) Unexpected !important (declaration-no-important)
(#1005) Unexpected !important (declaration-no-important)
(#1008) Unexpected !important (declaration-no-important)
(#1011) Unexpected !important (declaration-no-important)
(#1014) Unexpected !important (declaration-no-important)
(#1017) Unexpected !important (declaration-no-important)
(#1020) Unexpected !important (declaration-no-important)
(#1023) Unexpected !important (declaration-no-important)
(#1026) Unexpected !important (declaration-no-important)
(#1029) Unexpected !important (declaration-no-important)
(#1032) Unexpected !important (declaration-no-important)
(#1035) Unexpected !important (declaration-no-important)
(#1038) Unexpected !important (declaration-no-important)
(#1041) Unexpected !important (declaration-no-important)
(#1044) Unexpected !important (declaration-no-important)
(#1047) Unexpected !important (declaration-no-important)
(#1050) Unexpected !important (declaration-no-important)
(#1053) Unexpected !important (declaration-no-important)
(#1056) Unexpected !important (declaration-no-important)
(#1059) Unexpected !important (declaration-no-important)
(#1062) Unexpected !important (declaration-no-important)
(#1065) Unexpected !important (declaration-no-important)
(#1068) Unexpected !important (declaration-no-important)
(#1071) Unexpected !important (declaration-no-important)
(#1074) Unexpected !important (declaration-no-important)
(#1077) Unexpected !important (declaration-no-important)
(#1080) Unexpected !important (declaration-no-important)
(#1083) Unexpected !important (declaration-no-important)
(#1086) Unexpected !important (declaration-no-important)
(#1089) Unexpected !important (declaration-no-important)
(#1092) Unexpected !important (declaration-no-important)
(#1095) Unexpected !important (declaration-no-important)
(#1098) Unexpected !important (declaration-no-important)
(#1101) Unexpected !important (declaration-no-important)
(#1104) Unexpected !important (declaration-no-important)
(#1107) Unexpected !important (declaration-no-important)
(#1110) Unexpected !important (declaration-no-important)
(#1113) Unexpected !important (declaration-no-important)
(#1116) Unexpected !important (declaration-no-important)
(#1119) Unexpected !important (declaration-no-important)
(#1122) Unexpected !important (declaration-no-important)
(#1125) Unexpected !important (declaration-no-important)
(#1128) Unexpected !important (declaration-no-important)
(#1131) Unexpected !important (declaration-no-important)
(#1134) Unexpected !important (declaration-no-important)
(#1137) Unexpected !important (declaration-no-important)
(#1140) Unexpected !important (declaration-no-important)
(#1143) Unexpected !important (declaration-no-important)
(#1146) Unexpected !important (declaration-no-important)
(#1149) Unexpected !important (declaration-no-important)
(#1152) Unexpected !important (declaration-no-important)
(#1155) Unexpected !important (declaration-no-important)
(#1158) Unexpected !important (declaration-no-important)
(#1161) Unexpected !important (declaration-no-important)
(#1164) Unexpected !important (declaration-no-important)
(#1167) Unexpected !important (declaration-no-important)
(#1170) Unexpected !important (declaration-no-important)
(#1173) Unexpected !important (declaration-no-important)
(#1176) Unexpected !important (declaration-no-important)
(#1179) Unexpected !important (declaration-no-important)
(#1182) Unexpected !important (declaration-no-important)
(#1185) Unexpected !important (declaration-no-important)
(#1188) Unexpected !important (declaration-no-important)
(#1191) Unexpected !important (declaration-no-important)
(#1194) Unexpected !important (declaration-no-important)
(#1197) Unexpected !important (declaration-no-important)
(#1200) Unexpected !important (declaration-no-important)
(#1203) Unexpected !important (declaration-no-important)
(#1206) Unexpected !important (declaration-no-important)
(#1209) Unexpected !important (declaration-no-important)
(#1212) Unexpected !important (declaration-no-important)
(#1215) Unexpected !important (declaration-no-important)
(#1218) Unexpected !important (declaration-no-important)
(#1221) Unexpected !important (declaration-no-important)
(#1224) Unexpected !important (declaration-no-important)
(#1227) Unexpected !important (declaration-no-important)
(#1230) Unexpected !important (declaration-no-important)
(#1233) Unexpected !important (declaration-no-important)
(#1236) Unexpected !important (declaration-no-important)
(#1239) Unexpected !important (declaration-no-important)
(#1242) Unexpected !important (declaration-no-important)
(#1245) Unexpected !important (declaration-no-important)
(#1248) Unexpected !important (declaration-no-important)
(#1251) Unexpected !important (declaration-no-important)
(#1254) Unexpected !important (declaration-no-important)
(#1257) Unexpected !important (declaration-no-important)
(#1260) Unexpected !important (declaration-no-important)
(#1263) Unexpected !important (declaration-no-important)
(#1266) Unexpected !important (declaration-no-important)
(#1269) Unexpected !important (declaration-no-important)
(#1272) Unexpected !important (declaration-no-important)
(#1275) Unexpected !important (declaration-no-important)
(#1278) Unexpected !important (declaration-no-important)
(#1281) Unexpected !important (declaration-no-important)
(#1284) Unexpected !important (declaration-no-important)
(#1287) Unexpected !important (declaration-no-important)
(#1290) Unexpected !important (declaration-no-important)
(#1293) Unexpected !important (declaration-no-important)
(#1296) Unexpected !important (declaration-no-important)
(#1299) Unexpected !important (declaration-no-important)
(#1302) Unexpected !important (declaration-no-important)
(#1305) Unexpected !important (declaration-no-important)
(#1308) Unexpected !important (declaration-no-important)
(#1311) Unexpected !important (declaration-no-important)
(#1314) Unexpected !important (declaration-no-important)
(#1317) Unexpected !important (declaration-no-important)
(#1320) Unexpected !important (declaration-no-important)
(#1323) Unexpected !important (declaration-no-important)
(#1326) Unexpected !important (declaration-no-important)
(#1329) Unexpected !important (declaration-no-important)
(#1332) Unexpected !important (declaration-no-important)
(#1335) Unexpected !important (declaration-no-important)
(#1338) Unexpected !important (declaration-no-important)
(#1341) Unexpected !important (declaration-no-important)
(#1344) Unexpected !important (declaration-no-important)
(#1347) Unexpected !important (declaration-no-important)
(#1350) Unexpected !important (declaration-no-important)
(#1353) Unexpected !important (declaration-no-important)
(#1356) Unexpected !important (declaration-no-important)
(#1359) Unexpected !important (declaration-no-important)
(#1362) Unexpected !important (declaration-no-important)
(#1365) Unexpected !important (declaration-no-important)
(#1368) Unexpected !important (declaration-no-important)
(#1371) Unexpected !important (declaration-no-important)
(#1374) Unexpected !important (declaration-no-important)
(#1377) Unexpected !important (declaration-no-important)
(#1380) Unexpected !important (declaration-no-important)
(#1383) Unexpected !important (declaration-no-important)
(#1386) Unexpected !important (declaration-no-important)
(#1389) Unexpected !important (declaration-no-important)
(#1392) Unexpected !important (declaration-no-important)
(#1395) Unexpected !important (declaration-no-important)
(#1398) Unexpected !important (declaration-no-important)
(#1401) Unexpected !important (declaration-no-important)
(#1404) Unexpected !important (declaration-no-important)
(#1407) Unexpected !important (declaration-no-important)
(#1410) Unexpected !important (declaration-no-important)
(#1413) Unexpected !important (declaration-no-important)
(#1416) Unexpected !important (declaration-no-important)
(#1419) Unexpected !important (declaration-no-important)
(#1422) Unexpected !important (declaration-no-important)
(#1425) Unexpected !important (declaration-no-important)
(#1428) Unexpected !important (declaration-no-important)
(#1431) Unexpected !important (declaration-no-important)
(#1434) Unexpected !important (declaration-no-important)
(#1437) Unexpected !important (declaration-no-important)
(#1440) Unexpected !important (declaration-no-important)
(#1443) Unexpected !important (declaration-no-important)
(#1446) Unexpected !important (declaration-no-important)
(#1449) Unexpected !important (declaration-no-important)
(#1452) Unexpected !important (declaration-no-important)
(#1455) Unexpected !important (declaration-no-important)
(#1458) Unexpected !important (declaration-no-important)
(#1461) Unexpected !important (declaration-no-important)
(#1464) Unexpected !important (declaration-no-important)
(#1467) Unexpected !important (declaration-no-important)
(#1470) Unexpected !important (declaration-no-important)
(#1473) Unexpected !important (declaration-no-important)
(#1476) Unexpected !important (declaration-no-important)
(#1479) Unexpected !important (declaration-no-important)
(#1482) Unexpected !important (declaration-no-important)
(#1485) Unexpected !important (declaration-no-important)
(#1488) Unexpected !important (declaration-no-important)
(#1491) Unexpected !important (declaration-no-important)
(#1494) Unexpected !important (declaration-no-important)
(#1497) Unexpected !important (declaration-no-important)
(#1500) Unexpected !important (declaration-no-important)
(#1503) Unexpected !important (declaration-no-important)
(#1506) Unexpected !important (declaration-no-important)
(#1509) Unexpected !important (declaration-no-important)
(#1512) Unexpected !important (declaration-no-important)
(#1515) Unexpected !important (declaration-no-important)
(#1518) Unexpected !important (declaration-no-important)
(#1521) Unexpected !important (declaration-no-important)
(#1524) Unexpected !important (declaration-no-important)
(#1527) Unexpected !important (declaration-no-important)
(#1530) Unexpected !important (declaration-no-important)
(#1533) Unexpected !important (declaration-no-important)
(#1536) Unexpected !important (declaration-no-important)
(#1539) Unexpected !important (declaration-no-important)
(#1542) Unexpected !important (declaration-no-important)
(#1545) Unexpected !important (declaration-no-important)
(#1548) Unexpected !important (declaration-no-important)
(#1551) Unexpected !important (declaration-no-important)
(#1554) Unexpected !important (declaration-no-important)
(#1557) Unexpected !important (declaration-no-important)
(#1560) Unexpected !important (declaration-no-important)
(#1563) Unexpected !important (declaration-no-important)
(#1566) Unexpected !important (declaration-no-important)
(#1569) Unexpected !important (declaration-no-important)
(#1572) Unexpected !important (declaration-no-important)
(#1575) Unexpected !important (declaration-no-important)
(#1578) Unexpected !important (declaration-no-important)
(#1581) Unexpected !important (declaration-no-important)
(#1584) Unexpected !important (declaration-no-important)
(#1587) Unexpected !important (declaration-no-important)
(#1590) Unexpected !important (declaration-no-important)
(#1593) Unexpected !important (declaration-no-important)
(#1596) Unexpected !important (declaration-no-important)
(#1599) Unexpected !important (declaration-no-important)
(#1602) Unexpected !important (declaration-no-important)
(#1605) Unexpected !important (declaration-no-important)
(#1608) Unexpected !important (declaration-no-important)
(#1611) Unexpected !important (declaration-no-important)
(#1614) Unexpected !important (declaration-no-important)
(#1617) Unexpected !important (declaration-no-important)
(#1620) Unexpected !important (declaration-no-important)
(#1623) Unexpected !important (declaration-no-important)
(#1626) Unexpected !important (declaration-no-important)
(#1629) Unexpected !important (declaration-no-important)
(#1632) Unexpected !important (declaration-no-important)
(#1635) Unexpected !important (declaration-no-important)
(#1638) Unexpected !important (declaration-no-important)
(#1641) Unexpected !important (declaration-no-important)
(#1644) Unexpected !important (declaration-no-important)
(#1647) Unexpected !important (declaration-no-important)
(#1650) Unexpected !important (declaration-no-important)
(#1653) Unexpected !important (declaration-no-important)
(#1656) Unexpected !important (declaration-no-important)
(#1659) Unexpected !important (declaration-no-important)
(#1662) Unexpected !important (declaration-no-important)
(#1665) Unexpected !important (declaration-no-important)
(#1668) Unexpected !important (declaration-no-important)
(#1671) Unexpected !important (declaration-no-important)
(#1674) Unexpected !important (declaration-no-important)
(#1677) Unexpected !important (declaration-no-important)
(#1680) Unexpected !important (declaration-no-important)
(#1683) Unexpected !important (declaration-no-important)
(#1686) Unexpected !important (declaration-no-important)
(#1689) Unexpected !important (declaration-no-important)
(#1692) Unexpected !important (declaration-no-important)
(#1695) Unexpected !important (declaration-no-important)
(#1698) Unexpected !important (declaration-no-important)
(#1701) Unexpected !important (declaration-no-important)
(#1704) Unexpected !important (declaration-no-important)
(#1707) Unexpected !important (declaration-no-important)
(#1710) Unexpected !important (declaration-no-important)
(#1713) Unexpected !important (declaration-no-important)
(#1716) Unexpected !important (declaration-no-important)
(#1719) Unexpected !important (declaration-no-important)
(#1722) Unexpected !important (declaration-no-important)
(#1725) Unexpected !important (declaration-no-important)
(#1728) Unexpected !important (declaration-no-important)
(#1731) Unexpected !important (declaration-no-important)
(#1734) Unexpected !important (declaration-no-important)
(#1737) Unexpected !important (declaration-no-important)
(#1740) Unexpected !important (declaration-no-important)
(#1743) Unexpected !important (declaration-no-important)
(#1746) Unexpected !important (declaration-no-important)
(#1749) Unexpected !important (declaration-no-important)
(#1752) Unexpected !important (declaration-no-important)
(#1755) Unexpected !important (declaration-no-important)
(#1758) Unexpected !important (declaration-no-important)
(#1761) Unexpected !important (declaration-no-important)
(#1764) Unexpected !important (declaration-no-important)
(#1767) Unexpected !important (declaration-no-important)
(#1770) Unexpected !important (declaration-no-important)
(#1773) Unexpected !important (declaration-no-important)
(#1776) Unexpected !important (declaration-no-important)
(#1779) Unexpected !important (declaration-no-important)
(#1782) Unexpected !important (declaration-no-important)
(#1785) Unexpected !important (declaration-no-important)
(#1788) Unexpected !important (declaration-no-important)
(#1791) Unexpected !important (declaration-no-important)
(#1794) Unexpected !important (declaration-no-important)
(#1797) Unexpected !important (declaration-no-important)
(#1800) Unexpected !important (declaration-no-important)
(#1803) Unexpected !important (declaration-no-important)
(#1806) Unexpected !important (declaration-no-important)
(#1809) Unexpected !important (declaration-no-important)
(#1812) Unexpected !important (declaration-no-important)
(#1815) Unexpected !important (declaration-no-important)
(#1818) Unexpected !important (declaration-no-important)
(#1821) Unexpected !important (declaration-no-important)
(#1824) Unexpected !important (declaration-no-important)
(#1827) Unexpected !important (declaration-no-important)
(#1830) Unexpected !important (declaration-no-important)
(#1833) Unexpected !important (declaration-no-important)
(#1836) Unexpected !important (declaration-no-important)
(#1839) Unexpected !important (declaration-no-important)
(#1842) Unexpected !important (declaration-no-important)
(#1845) Unexpected !important (declaration-no-important)
(#1848) Unexpected !important (declaration-no-important)
(#1851) Unexpected !important (declaration-no-important)
(#1854) Unexpected !important (declaration-no-important)
(#1857) Unexpected !important (declaration-no-important)
(#1860) Unexpected !important (declaration-no-important)
(#1863) Unexpected !important (declaration-no-important)
(#1866) Unexpected !important (declaration-no-important)
(#1869) Unexpected !important (declaration-no-important)
(#1872) Unexpected !important (declaration-no-important)
(#1875) Unexpected !important (declaration-no-important)
(#1878) Unexpected !important (declaration-no-important)
(#1881) Unexpected !important (declaration-no-important)
(#1884) Unexpected !important (declaration-no-important)
(#1887) Unexpected !important (declaration-no-important)
(#1890) Unexpected !important (declaration-no-important)
(#1893) Unexpected !important (declaration-no-important)
(#1896) Unexpected !important (declaration-no-important)
(#1899) Unexpected !important (declaration-no-important)
(#1902) Unexpected !important (declaration-no-important)
(#1905) Unexpected !important (declaration-no-important)
(#1908) Unexpected !important (declaration-no-important)
(#1911) Unexpected !important (declaration-no-important)
(#1914) Unexpected !important (declaration-no-important)
(#1917) Unexpected !important (declaration-no-important)
(#4871) Unexpected !important (declaration-no-important)
(#4882) Unexpected !important (declaration-no-important)
(#4892) Unexpected !important (declaration-no-important)
(#5554) Unexpected !important (declaration-no-important)
(#5749) Unexpected !important (declaration-no-important)
(#5976) Unexpected !important (declaration-no-important)
(#2410) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#2411) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#2418) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#2422) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#3413) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#3414) Unexpected URL scheme "data:" (function-url-scheme-blacklist)
(#2422) Expected whitespace after ")" (function-whitespace-after)
(#4102) Expected whitespace after ")" (function-whitespace-after)
(#4103) Expected whitespace after ")" (function-whitespace-after)
(#4296) Expected whitespace after ")" (function-whitespace-after)
(#4296) Expected whitespace after ")" (function-whitespace-after)
(#4347) Expected whitespace after ")" (function-whitespace-after)
(#4347) Expected whitespace after ")" (function-whitespace-after)
(#4386) Expected whitespace after ")" (function-whitespace-after)
(#4386) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4389) Expected whitespace after ")" (function-whitespace-after)
(#4394) Expected whitespace after ")" (function-whitespace-after)
(#4394) Expected whitespace after ")" (function-whitespace-after)
(#4453) Expected whitespace after ")" (function-whitespace-after)
(#4453) Expected whitespace after ")" (function-whitespace-after)
(#4457) Expected whitespace after ")" (function-whitespace-after)
(#4457) Expected whitespace after ")" (function-whitespace-after)
(#4641) Expected whitespace after ")" (function-whitespace-after)
(#4641) Expected whitespace after ")" (function-whitespace-after)
(#4642) Expected whitespace after ")" (function-whitespace-after)
(#4642) Expected whitespace after ")" (function-whitespace-after)
(#4651) Expected whitespace after ")" (function-whitespace-after)
(#4651) Expected whitespace after ")" (function-whitespace-after)
(#4652) Expected whitespace after ")" (function-whitespace-after)
(#4652) Expected whitespace after ")" (function-whitespace-after)
(#4661) Expected whitespace after ")" (function-whitespace-after)
(#4661) Expected whitespace after ")" (function-whitespace-after)
(#4662) Expected whitespace after ")" (function-whitespace-after)
(#4662) Expected whitespace after ")" (function-whitespace-after)
(#4671) Expected whitespace after ")" (function-whitespace-after)
(#4671) Expected whitespace after ")" (function-whitespace-after)
(#4672) Expected whitespace after ")" (function-whitespace-after)
(#4672) Expected whitespace after ")" (function-whitespace-after)
(#4887) Expected whitespace after ")" (function-whitespace-after)
(#4888) Expected whitespace after ")" (function-whitespace-after)
(#4897) Expected whitespace after ")" (function-whitespace-after)
(#4898) Expected whitespace after ")" (function-whitespace-after)
(#5152) Expected whitespace after ")" (function-whitespace-after)
(#5153) Expected whitespace after ")" (function-whitespace-after)
(#5378) Expected whitespace after ")" (function-whitespace-after)
(#5379) Expected whitespace after ")" (function-whitespace-after)
(#1934) Expected line length to be no more than 132 characters (max-line-length)
(#1935) Expected line length to be no more than 132 characters (max-line-length)
(#2023) Expected line length to be no more than 132 characters (max-line-length)
(#3248) Expected line length to be no more than 132 characters (max-line-length)
(#3402) Expected line length to be no more than 132 characters (max-line-length)
(#3412) Expected line length to be no more than 132 characters (max-line-length)
(#3419) Expected line length to be no more than 132 characters (max-line-length)
(#4306) Expected line length to be no more than 132 characters (max-line-length)
(#4307) Expected line length to be no more than 132 characters (max-line-length)
(#4344) Expected line length to be no more than 132 characters (max-line-length)
(#4347) Expected line length to be no more than 132 characters (max-line-length)
(#4386) Expected line length to be no more than 132 characters (max-line-length)
(#4389) Expected line length to be no more than 132 characters (max-line-length)
(#4394) Expected line length to be no more than 132 characters (max-line-length)
(#4641) Expected line length to be no more than 132 characters (max-line-length)
(#4642) Expected line length to be no more than 132 characters (max-line-length)
(#4651) Expected line length to be no more than 132 characters (max-line-length)
(#4652) Expected line length to be no more than 132 characters (max-line-length)
(#4661) Expected line length to be no more than 132 characters (max-line-length)
(#4662) Expected line length to be no more than 132 characters (max-line-length)
(#4671) Expected line length to be no more than 132 characters (max-line-length)
(#4672) Expected line length to be no more than 132 characters (max-line-length)
(#2650) Expected single space after ">" (selector-combinator-space-after)
(#2654) Expected single space after ">" (selector-combinator-space-after)
(#2660) Expected single space after ">" (selector-combinator-space-after)
(#2789) Expected single space after "+" (selector-combinator-space-after)
(#2789) Expected single space after "+" (selector-combinator-space-after)
(#2789) Expected single space after "+" (selector-combinator-space-after)
(#2789) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "~" (selector-combinator-space-after)
(#2796) Expected single space after "~" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "~" (selector-combinator-space-after)
(#2796) Expected single space after "~" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2796) Expected single space after "+" (selector-combinator-space-after)
(#2806) Expected single space after "+" (selector-combinator-space-after)
(#2806) Expected single space after "+" (selector-combinator-space-after)
(#2806) Expected single space after "+" (selector-combinator-space-after)
(#2806) Expected single space after "+" (selector-combinator-space-after)
(#2869) Expected single space after "+" (selector-combinator-space-after)
(#2869) Expected single space after "+" (selector-combinator-space-after)
(#2869) Expected single space after "+" (selector-combinator-space-after)
(#2869) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "~" (selector-combinator-space-after)
(#2875) Expected single space after "~" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "~" (selector-combinator-space-after)
(#2875) Expected single space after "~" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2875) Expected single space after "+" (selector-combinator-space-after)
(#2885) Expected single space after "+" (selector-combinator-space-after)
(#2885) Expected single space after "+" (selector-combinator-space-after)
(#2885) Expected single space after "+" (selector-combinator-space-after)
(#2885) Expected single space after "+" (selector-combinator-space-after)
(#3388) Expected single space after ">" (selector-combinator-space-after)
(#3396) Expected single space after ">" (selector-combinator-space-after)
(#3401) Expected single space after ">" (selector-combinator-space-after)
(#3406) Expected single space after ">" (selector-combinator-space-after)
(#3410) Expected single space after ">" (selector-combinator-space-after)
(#3410) Expected single space after ">" (selector-combinator-space-after)
(#3417) Expected single space after ">" (selector-combinator-space-after)
(#3417) Expected single space after ">" (selector-combinator-space-after)
(#3421) Expected single space after ">" (selector-combinator-space-after)
(#3421) Expected single space after ">" (selector-combinator-space-after)
(#3426) Expected single space after ">" (selector-combinator-space-after)
(#3426) Expected single space after ">" (selector-combinator-space-after)
(#3426) Expected single space after ">" (selector-combinator-space-after)
(#3426) Expected single space after ">" (selector-combinator-space-after)
(#3438) Expected single space after ">" (selector-combinator-space-after)
(#3438) Expected single space after ">" (selector-combinator-space-after)
(#3601) Expected single space after "~" (selector-combinator-space-after)
(#3604) Expected single space after ">" (selector-combinator-space-after)
(#3609) Expected single space after ">" (selector-combinator-space-after)
(#3609) Expected single space after ">" (selector-combinator-space-after)
(#3615) Expected single space after ">" (selector-combinator-space-after)
(#3615) Expected single space after ">" (selector-combinator-space-after)
(#3653) Expected single space after ">" (selector-combinator-space-after)
(#3699) Expected single space after ">" (selector-combinator-space-after)
(#3741) Expected single space after ">" (selector-combinator-space-after)
(#3746) Expected single space after ">" (selector-combinator-space-after)
(#3750) Expected single space after ">" (selector-combinator-space-after)
(#3761) Expected single space after ">" (selector-combinator-space-after)
(#3766) Expected single space after ">" (selector-combinator-space-after)
(#3789) Expected single space after ">" (selector-combinator-space-after)
(#3856) Expected single space after ">" (selector-combinator-space-after)
(#3935) Expected single space after ">" (selector-combinator-space-after)
(#3942) Expected single space after ">" (selector-combinator-space-after)
(#4005) Expected single space after ">" (selector-combinator-space-after)
(#4362) Expected single space after "+" (selector-combinator-space-after)
(#4362) Expected single space after ">" (selector-combinator-space-after)
(#4378) Expected single space after "+" (selector-combinator-space-after)
(#4378) Expected single space after ">" (selector-combinator-space-after)
(#4418) Expected single space after "+" (selector-combinator-space-after)
(#4418) Expected single space after ">" (selector-combinator-space-after)
(#4422) Expected single space after "+" (selector-combinator-space-after)
(#4422) Expected single space after ">" (selector-combinator-space-after)
(#4440) Expected single space after "+" (selector-combinator-space-after)
(#4440) Expected single space after ">" (selector-combinator-space-after)
(#5479) Expected single space after ">" (selector-combinator-space-after)
(#5550) Expected single space after ">" (selector-combinator-space-after)
(#5620) Expected single space after ">" (selector-combinator-space-after)
(#5620) Expected single space after ">" (selector-combinator-space-after)
(#5628) Expected single space after ">" (selector-combinator-space-after)
(#5628) Expected single space after ">" (selector-combinator-space-after)
(#5636) Expected single space after ">" (selector-combinator-space-after)
(#5636) Expected single space after ">" (selector-combinator-space-after)
(#5644) Expected single space after ">" (selector-combinator-space-after)
(#5644) Expected single space after ">" (selector-combinator-space-after)
(#5652) Expected single space after ">" (selector-combinator-space-after)
(#5652) Expected single space after ">" (selector-combinator-space-after)
(#5660) Expected single space after ">" (selector-combinator-space-after)
(#5660) Expected single space after ">" (selector-combinator-space-after)
(#5668) Expected single space after ">" (selector-combinator-space-after)
(#5668) Expected single space after ">" (selector-combinator-space-after)
(#5676) Expected single space after ">" (selector-combinator-space-after)
(#5676) Expected single space after ">" (selector-combinator-space-after)
(#5684) Expected single space after ">" (selector-combinator-space-after)
(#5684) Expected single space after ">" (selector-combinator-space-after)
(#5692) Expected single space after ">" (selector-combinator-space-after)
(#5692) Expected single space after ">" (selector-combinator-space-after)
(#5700) Expected single space after ">" (selector-combinator-space-after)
(#5700) Expected single space after ">" (selector-combinator-space-after)
(#5708) Expected single space after ">" (selector-combinator-space-after)
(#5708) Expected single space after ">" (selector-combinator-space-after)
(#5716) Expected single space after ">" (selector-combinator-space-after)
(#5716) Expected single space after ">" (selector-combinator-space-after)
(#5724) Expected single space after ">" (selector-combinator-space-after)
(#5724) Expected single space after ">" (selector-combinator-space-after)
(#5732) Expected single space after ">" (selector-combinator-space-after)
(#5732) Expected single space after ">" (selector-combinator-space-after)
(#5745) Expected single space after ">" (selector-combinator-space-after)
(#5815) Expected single space after ">" (selector-combinator-space-after)
(#5815) Expected single space after ">" (selector-combinator-space-after)
(#5823) Expected single space after ">" (selector-combinator-space-after)
(#5823) Expected single space after ">" (selector-combinator-space-after)
(#5831) Expected single space after ">" (selector-combinator-space-after)
(#5831) Expected single space after ">" (selector-combinator-space-after)
(#5839) Expected single space after ">" (selector-combinator-space-after)
(#5839) Expected single space after ">" (selector-combinator-space-after)
(#5847) Expected single space after ">" (selector-combinator-space-after)
(#5847) Expected single space after ">" (selector-combinator-space-after)
(#5855) Expected single space after ">" (selector-combinator-space-after)
(#5855) Expected single space after ">" (selector-combinator-space-after)
(#5863) Expected single space after ">" (selector-combinator-space-after)
(#5863) Expected single space after ">" (selector-combinator-space-after)
(#5871) Expected single space after ">" (selector-combinator-space-after)
(#5871) Expected single space after ">" (selector-combinator-space-after)
(#5879) Expected single space after ">" (selector-combinator-space-after)
(#5879) Expected single space after ">" (selector-combinator-space-after)
(#5887) Expected single space after ">" (selector-combinator-space-after)
(#5887) Expected single space after ">" (selector-combinator-space-after)
(#5895) Expected single space after ">" (selector-combinator-space-after)
(#5895) Expected single space after ">" (selector-combinator-space-after)
(#5903) Expected single space after ">" (selector-combinator-space-after)
(#5903) Expected single space after ">" (selector-combinator-space-after)
(#5911) Expected single space after ">" (selector-combinator-space-after)
(#5911) Expected single space after ">" (selector-combinator-space-after)
(#5919) Expected single space after ">" (selector-combinator-space-after)
(#5919) Expected single space after ">" (selector-combinator-space-after)
(#5927) Expected single space after ">" (selector-combinator-space-after)
(#5927) Expected single space after ">" (selector-combinator-space-after)
(#5935) Expected single space after ">" (selector-combinator-space-after)
(#5935) Expected single space after ">" (selector-combinator-space-after)
(#5943) Expected single space after ">" (selector-combinator-space-after)
(#5943) Expected single space after ">" (selector-combinator-space-after)
(#5951) Expected single space after ">" (selector-combinator-space-after)
(#5951) Expected single space after ">" (selector-combinator-space-after)
(#5959) Expected single space after ">" (selector-combinator-space-after)
(#5959) Expected single space after ">" (selector-combinator-space-after)
(#5972) Expected single space after ">" (selector-combinator-space-after)
(#6042) Expected single space after ">" (selector-combinator-space-after)
(#6042) Expected single space after ">" (selector-combinator-space-after)
(#6050) Expected single space after ">" (selector-combinator-space-after)
(#6050) Expected single space after ">" (selector-combinator-space-after)
(#6058) Expected single space after ">" (selector-combinator-space-after)
(#6058) Expected single space after ">" (selector-combinator-space-after)
(#6066) Expected single space after ">" (selector-combinator-space-after)
(#6066) Expected single space after ">" (selector-combinator-space-after)
(#6074) Expected single space after ">" (selector-combinator-space-after)
(#6074) Expected single space after ">" (selector-combinator-space-after)
(#6082) Expected single space after ">" (selector-combinator-space-after)
(#6082) Expected single space after ">" (selector-combinator-space-after)
(#6090) Expected single space after ">" (selector-combinator-space-after)
(#6090) Expected single space after ">" (selector-combinator-space-after)
(#6098) Expected single space after ">" (selector-combinator-space-after)
(#6098) Expected single space after ">" (selector-combinator-space-after)
(#6106) Expected single space after ">" (selector-combinator-space-after)
(#6106) Expected single space after ">" (selector-combinator-space-after)
(#6114) Expected single space after ">" (selector-combinator-space-after)
(#6114) Expected single space after ">" (selector-combinator-space-after)
(#6122) Expected single space after ">" (selector-combinator-space-after)
(#6122) Expected single space after ">" (selector-combinator-space-after)
(#6130) Expected single space after ">" (selector-combinator-space-after)
(#6130) Expected single space after ">" (selector-combinator-space-after)
(#6138) Expected single space after ">" (selector-combinator-space-after)
(#6138) Expected single space after ">" (selector-combinator-space-after)
(#6146) Expected single space after ">" (selector-combinator-space-after)
(#6146) Expected single space after ">" (selector-combinator-space-after)
(#6154) Expected single space after ">" (selector-combinator-space-after)
(#6154) Expected single space after ">" (selector-combinator-space-after)
(#6162) Expected single space after ">" (selector-combinator-space-after)
(#6162) Expected single space after ">" (selector-combinator-space-after)
(#6170) Expected single space after ">" (selector-combinator-space-after)
(#6170) Expected single space after ">" (selector-combinator-space-after)
(#6178) Expected single space after ">" (selector-combinator-space-after)
(#6178) Expected single space after ">" (selector-combinator-space-after)
(#6186) Expected single space after ">" (selector-combinator-space-after)
(#6186) Expected single space after ">" (selector-combinator-space-after)
(#6194) Expected single space after ">" (selector-combinator-space-after)
(#6194) Expected single space after ">" (selector-combinator-space-after)
(#6202) Expected single space after ">" (selector-combinator-space-after)
(#6202) Expected single space after ">" (selector-combinator-space-after)
(#6210) Expected single space after ">" (selector-combinator-space-after)
(#6210) Expected single space after ">" (selector-combinator-space-after)
(#6218) Expected single space after ">" (selector-combinator-space-after)
(#6218) Expected single space after ">" (selector-combinator-space-after)
(#2650) Expected single space before ">" (selector-combinator-space-before)
(#2654) Expected single space before ">" (selector-combinator-space-before)
(#2660) Expected single space before ">" (selector-combinator-space-before)
(#2789) Expected single space before "+" (selector-combinator-space-before)
(#2789) Expected single space before "+" (selector-combinator-space-before)
(#2789) Expected single space before "+" (selector-combinator-space-before)
(#2789) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "~" (selector-combinator-space-before)
(#2796) Expected single space before "~" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "~" (selector-combinator-space-before)
(#2796) Expected single space before "~" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2796) Expected single space before "+" (selector-combinator-space-before)
(#2806) Expected single space before "+" (selector-combinator-space-before)
(#2806) Expected single space before "+" (selector-combinator-space-before)
(#2806) Expected single space before "+" (selector-combinator-space-before)
(#2806) Expected single space before "+" (selector-combinator-space-before)
(#2869) Expected single space before "+" (selector-combinator-space-before)
(#2869) Expected single space before "+" (selector-combinator-space-before)
(#2869) Expected single space before "+" (selector-combinator-space-before)
(#2869) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "~" (selector-combinator-space-before)
(#2875) Expected single space before "~" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "~" (selector-combinator-space-before)
(#2875) Expected single space before "~" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2875) Expected single space before "+" (selector-combinator-space-before)
(#2885) Expected single space before "+" (selector-combinator-space-before)
(#2885) Expected single space before "+" (selector-combinator-space-before)
(#2885) Expected single space before "+" (selector-combinator-space-before)
(#2885) Expected single space before "+" (selector-combinator-space-before)
(#3388) Expected single space before ">" (selector-combinator-space-before)
(#3396) Expected single space before ">" (selector-combinator-space-before)
(#3401) Expected single space before ">" (selector-combinator-space-before)
(#3406) Expected single space before ">" (selector-combinator-space-before)
(#3410) Expected single space before ">" (selector-combinator-space-before)
(#3410) Expected single space before ">" (selector-combinator-space-before)
(#3417) Expected single space before ">" (selector-combinator-space-before)
(#3417) Expected single space before ">" (selector-combinator-space-before)
(#3421) Expected single space before ">" (selector-combinator-space-before)
(#3421) Expected single space before ">" (selector-combinator-space-before)
(#3426) Expected single space before ">" (selector-combinator-space-before)
(#3426) Expected single space before ">" (selector-combinator-space-before)
(#3426) Expected single space before ">" (selector-combinator-space-before)
(#3426) Expected single space before ">" (selector-combinator-space-before)
(#3438) Expected single space before ">" (selector-combinator-space-before)
(#3438) Expected single space before ">" (selector-combinator-space-before)
(#3601) Expected single space before "~" (selector-combinator-space-before)
(#3604) Expected single space before ">" (selector-combinator-space-before)
(#3609) Expected single space before ">" (selector-combinator-space-before)
(#3609) Expected single space before ">" (selector-combinator-space-before)
(#3615) Expected single space before ">" (selector-combinator-space-before)
(#3615) Expected single space before ">" (selector-combinator-space-before)
(#3653) Expected single space before ">" (selector-combinator-space-before)
(#3699) Expected single space before ">" (selector-combinator-space-before)
(#3741) Expected single space before ">" (selector-combinator-space-before)
(#3746) Expected single space before ">" (selector-combinator-space-before)
(#3750) Expected single space before ">" (selector-combinator-space-before)
(#3761) Expected single space before ">" (selector-combinator-space-before)
(#3766) Expected single space before ">" (selector-combinator-space-before)
(#3789) Expected single space before ">" (selector-combinator-space-before)
(#3856) Expected single space before ">" (selector-combinator-space-before)
(#3935) Expected single space before ">" (selector-combinator-space-before)
(#3942) Expected single space before ">" (selector-combinator-space-before)
(#4005) Expected single space before ">" (selector-combinator-space-before)
(#4362) Expected single space before "+" (selector-combinator-space-before)
(#4362) Expected single space before ">" (selector-combinator-space-before)
(#4378) Expected single space before "+" (selector-combinator-space-before)
(#4378) Expected single space before ">" (selector-combinator-space-before)
(#4418) Expected single space before "+" (selector-combinator-space-before)
(#4418) Expected single space before ">" (selector-combinator-space-before)
(#4422) Expected single space before "+" (selector-combinator-space-before)
(#4422) Expected single space before ">" (selector-combinator-space-before)
(#4440) Expected single space before "+" (selector-combinator-space-before)
(#4440) Expected single space before ">" (selector-combinator-space-before)
(#5479) Expected single space before ">" (selector-combinator-space-before)
(#5550) Expected single space before ">" (selector-combinator-space-before)
(#5620) Expected single space before ">" (selector-combinator-space-before)
(#5620) Expected single space before ">" (selector-combinator-space-before)
(#5628) Expected single space before ">" (selector-combinator-space-before)
(#5628) Expected single space before ">" (selector-combinator-space-before)
(#5636) Expected single space before ">" (selector-combinator-space-before)
(#5636) Expected single space before ">" (selector-combinator-space-before)
(#5644) Expected single space before ">" (selector-combinator-space-before)
(#5644) Expected single space before ">" (selector-combinator-space-before)
(#5652) Expected single space before ">" (selector-combinator-space-before)
(#5652) Expected single space before ">" (selector-combinator-space-before)
(#5660) Expected single space before ">" (selector-combinator-space-before)
(#5660) Expected single space before ">" (selector-combinator-space-before)
(#5668) Expected single space before ">" (selector-combinator-space-before)
(#5668) Expected single space before ">" (selector-combinator-space-before)
(#5676) Expected single space before ">" (selector-combinator-space-before)
(#5676) Expected single space before ">" (selector-combinator-space-before)
(#5684) Expected single space before ">" (selector-combinator-space-before)
(#5684) Expected single space before ">" (selector-combinator-space-before)
(#5692) Expected single space before ">" (selector-combinator-space-before)
(#5692) Expected single space before ">" (selector-combinator-space-before)
(#5700) Expected single space before ">" (selector-combinator-space-before)
(#5700) Expected single space before ">" (selector-combinator-space-before)
(#5708) Expected single space before ">" (selector-combinator-space-before)
(#5708) Expected single space before ">" (selector-combinator-space-before)
(#5716) Expected single space before ">" (selector-combinator-space-before)
(#5716) Expected single space before ">" (selector-combinator-space-before)
(#5724) Expected single space before ">" (selector-combinator-space-before)
(#5724) Expected single space before ">" (selector-combinator-space-before)
(#5732) Expected single space before ">" (selector-combinator-space-before)
(#5732) Expected single space before ">" (selector-combinator-space-before)
(#5745) Expected single space before ">" (selector-combinator-space-before)
(#5815) Expected single space before ">" (selector-combinator-space-before)
(#5815) Expected single space before ">" (selector-combinator-space-before)
(#5823) Expected single space before ">" (selector-combinator-space-before)
(#5823) Expected single space before ">" (selector-combinator-space-before)
(#5831) Expected single space before ">" (selector-combinator-space-before)
(#5831) Expected single space before ">" (selector-combinator-space-before)
(#5839) Expected single space before ">" (selector-combinator-space-before)
(#5839) Expected single space before ">" (selector-combinator-space-before)
(#5847) Expected single space before ">" (selector-combinator-space-before)
(#5847) Expected single space before ">" (selector-combinator-space-before)
(#5855) Expected single space before ">" (selector-combinator-space-before)
(#5855) Expected single space before ">" (selector-combinator-space-before)
(#5863) Expected single space before ">" (selector-combinator-space-before)
(#5863) Expected single space before ">" (selector-combinator-space-before)
(#5871) Expected single space before ">" (selector-combinator-space-before)
(#5871) Expected single space before ">" (selector-combinator-space-before)
(#5879) Expected single space before ">" (selector-combinator-space-before)
(#5879) Expected single space before ">" (selector-combinator-space-before)
(#5887) Expected single space before ">" (selector-combinator-space-before)
(#5887) Expected single space before ">" (selector-combinator-space-before)
(#5895) Expected single space before ">" (selector-combinator-space-before)
(#5895) Expected single space before ">" (selector-combinator-space-before)
(#5903) Expected single space before ">" (selector-combinator-space-before)
(#5903) Expected single space before ">" (selector-combinator-space-before)
(#5911) Expected single space before ">" (selector-combinator-space-before)
(#5911) Expected single space before ">" (selector-combinator-space-before)
(#5919) Expected single space before ">" (selector-combinator-space-before)
(#5919) Expected single space before ">" (selector-combinator-space-before)
(#5927) Expected single space before ">" (selector-combinator-space-before)
(#5927) Expected single space before ">" (selector-combinator-space-before)
(#5935) Expected single space before ">" (selector-combinator-space-before)
(#5935) Expected single space before ">" (selector-combinator-space-before)
(#5943) Expected single space before ">" (selector-combinator-space-before)
(#5943) Expected single space before ">" (selector-combinator-space-before)
(#5951) Expected single space before ">" (selector-combinator-space-before)
(#5951) Expected single space before ">" (selector-combinator-space-before)
(#5959) Expected single space before ">" (selector-combinator-space-before)
(#5959) Expected single space before ">" (selector-combinator-space-before)
(#5972) Expected single space before ">" (selector-combinator-space-before)
(#6042) Expected single space before ">" (selector-combinator-space-before)
(#6042) Expected single space before ">" (selector-combinator-space-before)
(#6050) Expected single space before ">" (selector-combinator-space-before)
(#6050) Expected single space before ">" (selector-combinator-space-before)
(#6058) Expected single space before ">" (selector-combinator-space-before)
(#6058) Expected single space before ">" (selector-combinator-space-before)
(#6066) Expected single space before ">" (selector-combinator-space-before)
(#6066) Expected single space before ">" (selector-combinator-space-before)
(#6074) Expected single space before ">" (selector-combinator-space-before)
(#6074) Expected single space before ">" (selector-combinator-space-before)
(#6082) Expected single space before ">" (selector-combinator-space-before)
(#6082) Expected single space before ">" (selector-combinator-space-before)
(#6090) Expected single space before ">" (selector-combinator-space-before)
(#6090) Expected single space before ">" (selector-combinator-space-before)
(#6098) Expected single space before ">" (selector-combinator-space-before)
(#6098) Expected single space before ">" (selector-combinator-space-before)
(#6106) Expected single space before ">" (selector-combinator-space-before)
(#6106) Expected single space before ">" (selector-combinator-space-before)
(#6114) Expected single space before ">" (selector-combinator-space-before)
(#6114) Expected single space before ">" (selector-combinator-space-before)
(#6122) Expected single space before ">" (selector-combinator-space-before)
(#6122) Expected single space before ">" (selector-combinator-space-before)
(#6130) Expected single space before ">" (selector-combinator-space-before)
(#6130) Expected single space before ">" (selector-combinator-space-before)
(#6138) Expected single space before ">" (selector-combinator-space-before)
(#6138) Expected single space before ">" (selector-combinator-space-before)
(#6146) Expected single space before ">" (selector-combinator-space-before)
(#6146) Expected single space before ">" (selector-combinator-space-before)
(#6154) Expected single space before ">" (selector-combinator-space-before)
(#6154) Expected single space before ">" (selector-combinator-space-before)
(#6162) Expected single space before ">" (selector-combinator-space-before)
(#6162) Expected single space before ">" (selector-combinator-space-before)
(#6170) Expected single space before ">" (selector-combinator-space-before)
(#6170) Expected single space before ">" (selector-combinator-space-before)
(#6178) Expected single space before ">" (selector-combinator-space-before)
(#6178) Expected single space before ">" (selector-combinator-space-before)
(#6186) Expected single space before ">" (selector-combinator-space-before)
(#6186) Expected single space before ">" (selector-combinator-space-before)
(#6194) Expected single space before ">" (selector-combinator-space-before)
(#6194) Expected single space before ">" (selector-combinator-space-before)
(#6202) Expected single space before ">" (selector-combinator-space-before)
(#6202) Expected single space before ">" (selector-combinator-space-before)
(#6210) Expected single space before ">" (selector-combinator-space-before)
(#6210) Expected single space before ">" (selector-combinator-space-before)
(#6218) Expected single space before ">" (selector-combinator-space-before)
(#6218) Expected single space before ">" (selector-combinator-space-before)
(#3473) Expected newline after "," (selector-list-comma-newline-after)
(#3487) Expected newline after "," (selector-list-comma-newline-after)
(#4743) Expected newline after "," (selector-list-comma-newline-after)
(#4756) Expected newline after "," (selector-list-comma-newline-after)
(#4769) Expected newline after "," (selector-list-comma-newline-after)
(#4781) Expected newline after "," (selector-list-comma-newline-after)
(#4793) Expected newline after "," (selector-list-comma-newline-after)
(#4805) Expected newline after "," (selector-list-comma-newline-after)
(#4817) Expected newline after "," (selector-list-comma-newline-after)
(#4829) Expected newline after "," (selector-list-comma-newline-after)
(#4241) Unexpected unknown type selector "_" (selector-type-no-unknown)
mod/citizencam/css/mod_form.css
(#92) Invalid value for `display` (csstree/validator)
(#77) Expected "#CCC" to be "#ccc" (color-hex-case)
(#23) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#36) Unexpected !important (declaration-no-important)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#105) Expected single space after "," in a single-line function (function-comma-space-after)
(#43) Expected indentation of 4 spaces (indentation)
(#53) Expected indentation of 4 spaces (indentation)
(#54) Expected indentation of 4 spaces (indentation)
(#55) Expected indentation of 4 spaces (indentation)
(#59) Expected indentation of 4 spaces (indentation)
(#61) Expected indentation of 4 spaces (indentation)
(#37) Unexpected unit (length-zero-no-unit)
(#89) Unexpected unit (length-zero-no-unit)
(#10) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#10) Expected single space after "," in a single-line list (value-list-comma-space-after)
(#10) Expected single space after "," in a single-line list (value-list-comma-space-after)
mod/citizencam/css/small_card.css
(#37) Expected single space after ":" with a single-line declaration (declaration-colon-space-after)
(#30) Expected single space after "," in a single-line function (function-comma-space-after)
(#30) Expected single space after "," in a single-line function (function-comma-space-after)
(#30) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) Expected single space after "," in a single-line function (function-comma-space-after)
(#61) 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)
(#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)
(#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)
(#25) Unexpected unit (length-zero-no-unit)
(#26) Unexpected unit (length-zero-no-unit)
(#39) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)
(#68) Unexpected unit (length-zero-no-unit)

PHPDocs style problems

(13 errors, 0 warnings)

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

mod/citizencam/backup/moodle2/backup_citizencam_activity_task.class.php
(#30) Class backup_citizencam_activity_task does not have @copyright tag
(#30) Class backup_citizencam_activity_task does not have @license tag
mod/citizencam/backup/moodle2/backup_citizencam_stepslib.php
(#28) Class backup_citizencam_activity_structure_step does not have @copyright tag
(#28) Class backup_citizencam_activity_structure_step does not have @license tag
mod/citizencam/backup/moodle2/restore_citizencam_activity_task.class.php
(#30) Class restore_citizencam_activity_task does not have @copyright tag
(#30) Class restore_citizencam_activity_task does not have @license tag
mod/citizencam/backup/moodle2/restore_citizencam_stepslib.php
(#26) Class restore_citizencam_activity_structure_step does not have @copyright tag
(#26) Class restore_citizencam_activity_structure_step does not have @license tag
mod/citizencam/classes/event/course_module_viewed.php
(#30) Class course_module_viewed does not have @copyright tag
(#30) Class course_module_viewed does not have @license tag
mod/citizencam/locallib.php
(#31) Function mod_citizencam_import is not documented
mod/citizencam/mod_form.php
(#41) Function mod_citizencam_mod_form::definition is not documented
(#136) Function mod_citizencam_mod_form::getRecords is not documented

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:css" 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, 0 warnings)

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